The scheduler part of CARAVAN framework.
You need an X10 compiler as a prerequisite. Run the following scripts.
./build.sh
By default, "Socket" is selected as X10RT. If you are going to build an MPI-backed program, set environment variable "IS_MPI" to "1" when building it.
env IS_MPI=1 ./build.sh
The executables are built in the build/
directory.
Run test/build.sh
and executes it.
cd test
./build.sh
./build/a.out
See LICENSE.