How do I perform network file-transfer within a batch job?
The normal compute nodes of HPCx are not directly connected to the internet so it is not possible to perform network file transfers within a simple batch job. However the node where the serial queues run does have full network connectivity so you can split your batch job into a series of serial and parallel job-steps and perform the file transfers within the serial step.