-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master
-
Component/s: Planner: Code Generators
-
None
For running jobs on Summit, we want the data staging to happen on the DTN node where PegasusLite is launched, and then in PegasusLite for the compute jobs to be launched using jsrun for example.
jsrun -n 1 -a 1 -c 42 -g 0 /path/to/kickstart user-executable args
this cannot be achieved by specifying a wrapper, and mentioning the wrapper as the executable path in TC, as in that case pegasus-kickstart will run on the DTN node, and invoke the jsrun command