Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Gears MPI Accelerator Service
authorPeter Dinda <pdinda@northwestern.edu>
Fri, 13 Apr 2012 21:32:53 +0000 (16:32 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Fri, 13 Apr 2012 21:37:02 +0000 (16:37 -0500)
commit6086c518257eb80a38ef4dc8292aa2254c613a17
tree04289deb61824bf0a1839f6e0c93a039eba5a1e5
parent0593c588b97054f631d1a729d045c97c9abd3e3b
Gears MPI Accelerator Service
gears/services/mpi/Makefile [new file with mode: 0644]
gears/services/mpi/README [new file with mode: 0644]
gears/services/mpi/hcall.h [new file with mode: 0644]
gears/services/mpi/mpi.c [new file with mode: 0644]
gears/services/mpi/mpi_hc.c [new file with mode: 0644]
gears/services/mpi/mpi_hc.h [new file with mode: 0644]
gears/services/mpi/mpi_preload.c [new file with mode: 0644]
gears/services/mpi/test_static.c [new file with mode: 0644]