Overview
- Submit a data mover job (requires account on magnus)
- delegation
- Pshell scripting 1 – single invocation
- Pshell scripting 2 – (-i) flag
Exercises
...
If you have a supercomputing allocation, then your workflow will involve some of these steps.
The first is how do you perform authentication in the context of a (non-interactive) submitted job - use the delegate command.
pshell can be then run from the command line to perform stand alone commands.
It can also be given a script containing any number of commands that will be executed sequentially.
Exercises
create a delegate and check that pshell is using it.
Expand |
---|
pshell login sean ???? delegate exit pshell whoami |