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.


Updated MPI accelerator build for new directory structure
Peter Dinda [Sat, 14 Apr 2012 00:37:08 +0000 (19:37 -0500)]
gears/services/mpi/Makefile

index 8e9f1ba..363309d 100644 (file)
@@ -17,7 +17,7 @@ test_static: test_static.c libmpi_hcall.a
        gcc   $(EXTRA) -static test_static.c -L. -lmpi_hcall -o test_static
 
 
-EXTRA_CFLAGS += -I$(PWD)/../palacios/include
+EXTRA_CFLAGS += -I$(PWD)/../../../palacios/include
 
 obj-m += mpi.o