...
Run this on the HPC:
Code Block |
---|
# Convert the launch_R.pbs to Linux format
dos2unix install.pbs
# Submit the job to the HPC
qsub install.pbs
# Check the status of the job
qjobs |
...
Run this on the HPC:
Code Block |
---|
# Convert the launch_R.pbs to Linux format
dos2unix install.pbs
# Submit the job to the HPC
qsub install.pbs
# Check the status of the job
qjobs |