Loading Programs Using the CLI
When using the CLI, you can load programs in a number of ways. Here are a few examples.
Start a new process
dload -e executable
Open a core file
dattach -c corefile -e executable
Load a program using its process ID
dattach executable pid
Load a program on a remote computer
dload executable -r hostname
You can type the computer’s name (for example, gandalf.roguewave.com) or an IP address.
Load a poe program
dload -mpi POE -np 2 -nodes \
-starter_args "hfile=~/my_hosts"