Compile/Register Programs
cd tutorial_dir/sequential
make legion_register_binary
- this will make and register linux binaries
- could make all_platforms to make and register binaries for all running platforms — but it takes longer
Once it completes we can run the program and it will only run on a PC linux host.
Check whether make completed successfully by listing the registered implementations for class test1:
- legion_list_implementations -c test1