Skip to content

crest-cassia/caravan_scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published