Run Test1
legion_run -v -IN test1_in -OUT test1_out test1 60
- -IN specifies that local Unix file “test1_in” must be copied to remote host.
- -OUT specifies that local Unix file “test1_out” must be copied back from the remote host.
- test1 specifies name of Legion class to run — this is the name the makefile specified as the class name when registering the program with Legion.
- 60 specifies an argument to the test1 program.
Outcome: new file “test1_out” created in your local directory that is a copy of “test1_in”.