Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 740 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 740 Bytes

CARAVAN Scheduler

Travis

The scheduler part of CARAVAN framework.

Building the scheduler

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.

Running tests

Run test/build.sh and executes it.

cd test
./build.sh
./build/a.out

License

See LICENSE.