This is an Intel SHMEM application which moves data between the GPUs associated with host PEs.
NOTE: We recommend using fpro (found under $ESP_ROOT/bin/collector) initially, as it will try and set up a proper launch script.

Sample Fpro (Run from $ESP_ROOT/bin/collector): ./fpro -j pbs -r "R1234" -n 1 -p 2 -l 0 $ESP_ROOT/examples/iSHMEM/sycl_sanity/sycl_sanity
*Note the "-l 0".  This is important, as it dictates whether or not you are running a legacy (SHMEM) app or not (iSHMEM).
This example is an Intel SHMEM app, and therefore has "-l 0" set.

Please ensure the ESP_TRACE_PATH variable points to an existing directory.
Also note you should replace with your own PBS reservation #.
