-
- Downloads
Imported Upstream version 0.2.0
parents
No related branches found
No related tags found
Showing
- .document 5 additions, 0 deletions.document
- .rspec 1 addition, 0 deletions.rspec
- Gemfile 14 additions, 0 deletionsGemfile
- Gemfile.lock 30 additions, 0 deletionsGemfile.lock
- LICENSE.txt 20 additions, 0 deletionsLICENSE.txt
- README.rdoc 23 additions, 0 deletionsREADME.rdoc
- Rakefile 57 additions, 0 deletionsRakefile
- VERSION 2 additions, 0 deletionsVERSION
- ext/mpi/extconf.rb 15 additions, 0 deletionsext/mpi/extconf.rb
- ext/mpi/mpi.c 0 additions, 0 deletionsext/mpi/mpi.c
- lib/mpi.rb 6 additions, 0 deletionslib/mpi.rb
- metadata.yml 128 additions, 0 deletionsmetadata.yml
- ruby-mpi.gemspec 72 additions, 0 deletionsruby-mpi.gemspec
- samples/hello.rb 21 additions, 0 deletionssamples/hello.rb
- samples/narray.rb 20 additions, 0 deletionssamples/narray.rb
- spec/ruby-mpi_spec.rb 207 additions, 0 deletionsspec/ruby-mpi_spec.rb
- spec/spec_helper.rb 13 additions, 0 deletionsspec/spec_helper.rb
.document
0 → 100644
.rspec
0 → 100644
Gemfile
0 → 100644
source "http://rubygems.org" | ||
# Add dependencies required to use your gem here. | ||
# Example: | ||
# gem "activesupport", ">= 2.3.5" | ||
# Add dependencies to develop your gem here. | ||
# Include everything needed to run rake, tests, features, etc. | ||
group :development do | ||
gem "rspec", "~> 2.3.0" | ||
gem "bundler", "~> 1.0.0" | ||
gem "jeweler", "~> 1.5.2" | ||
gem "rcov", ">= 0" | ||
gem "narray", ">= 0" | ||
end |
Gemfile.lock
0 → 100644
LICENSE.txt
0 → 100644
README.rdoc
0 → 100644
Rakefile
0 → 100644
VERSION
0 → 100644
ext/mpi/extconf.rb
0 → 100644
ext/mpi/mpi.c
0 → 100644
This diff is collapsed.
lib/mpi.rb
0 → 100644
metadata.yml
0 → 100644
ruby-mpi.gemspec
0 → 100644
samples/hello.rb
0 → 100644
samples/narray.rb
0 → 100644
spec/ruby-mpi_spec.rb
0 → 100644
spec/spec_helper.rb
0 → 100644
Please register or sign in to comment