legion_probe_run (cont.)
run #1: no args/blocking
- legion_run -v legion_query
- Prints environment info and returns immediately
run #2: 1 arg/blocking
- legion_run -v -p lrun2.probe legion_query \ dummy_file
- Prints environment info and waits for file “dummy_file” to be present in the target CWD
- legion_probe_run -p lrun2.probe \ -IN dummy_file
- Sends file to target CWD - query script will now complete shortly