Skip to content

Commit

Permalink
vchuravy : RawMutex.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Aug 13, 2016
1 parent fa4db26 commit b9e315b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Super-Computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ __Super Computing: HPC, Distributed Computing, Cloud computing, Cluster computin

----


# ARM-CUDA
+ [Build Julia on ARMv7 / Cortex A15 Samsung Chromebooks running Ubuntu Linux under Crouton](https://github.com/JuliaLang/julia/blob/master/README.arm.md).
+ Bug status of the [Julia port to ARM](https://github.com/JuliaLang/julia/issues/3134) and the [Debian build log](https://buildd.debian.org/status/fetch.php?pkg=julia&arch=armhf&ver=0.1.2%2Bdfsg-3&stamp=1368675598).
Expand Down Expand Up @@ -108,6 +109,7 @@ Mailing list : https://groups.google.com/forum/#!forum/julia-gpu

# [CONCURRENCY](https://en.wikipedia.org/wiki/Concurrency_%28computer_science%29)
+ [Actors.jl](https://github.com/daqcore/Actors.jl) :: An Actor Model implementation in Julia.
+ [RawMutex.jl](https://github.com/vchuravy/RawMutex.jl) :: A __MUT__ual __EX__clusion program object in Julia that allows multiple program threads to share the same resource, such as file access, but not simultaneously.

## [Distributed Computing](https://en.wikipedia.org/wiki/Category:Distributed_computing)
**Cloud/ Cluster**
Expand Down
1 change: 1 addition & 0 deletions db.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,7 @@ Super-Computing,CodeAnalyzer,IACA.jl,https://github.com/carnaval/IACA.jl,A wrapp
Super-Computing,Time,CPUTime.jl,https://github.com/schmrlng/CPUTime.jl,Amodule for CPU timing.
Super-Computing,Time,USERTime.jl,https://github.com/christianpeel/USERTime.jl,A Julia package for measuring elapsed user time.
Super-Computing,[CONCURRENCY](https://en.wikipedia.org/wiki/Concurrency_%28computer_science%29),Actors.jl,https://github.com/daqcore/Actors.jl,An Actor Model implementation in Julia.
Super-Computing,[CONCURRENCY](https://en.wikipedia.org/wiki/Concurrency_%28computer_science%29),RawMutex.jl,https://github.com/vchuravy/RawMutex.jl,A __MUT__ual __EX__clusion program object in Julia that allows multiple program threads to share the same resource, such as file access, but not simultaneously.
Super-Computing,[DistributedComputing](https://en.wikipedia.org/wiki/Category:Distributed_computing),AWS.jl,https://github.com/amitmurthy/AWS.jl,supports the EC2 and S3 API's, letting you start and stop EC2 instances dynamically.
Super-Computing,[DistributedComputing](https://en.wikipedia.org/wiki/Category:Distributed_computing),AWSCore.jl,https://github.com/samoconnor/AWSCore.jl,Amazon Web Services Core Functions and Types.
Super-Computing,[DistributedComputing](https://en.wikipedia.org/wiki/Category:Distributed_computing),AWSS3.jl,https://github.com/samoconnor/AWSS3.jl,AWS S3 Simple Storage Service interface for Julia.
Expand Down

0 comments on commit b9e315b

Please sign in to comment.