-
Notifications
You must be signed in to change notification settings - Fork 1
Modifying Submit Script
N R Callahan edited this page May 18, 2015
·
1 revision
In order to successfully submit tasks to the hpc you need to make a few small modifications to the submit_hpc.sh script.
The first chuck of the script looks like this:
#!/bin/bash
# Script for submitting workers to the UA HPC through PBS
# Code modified from Group 1's sol_rad_hack.sh
# Define default values for variables
### Change address to your U of A email address for email notifications
ADDRESS="[email protected]"
### Change to your HPC group name to automatically charge the appopriate group
GROUP="jdpellet"
To get the script to work, you need to make 2 small changes.
- Update ADDRESS="" to your correct email
- Update GROUP="" to the group you have HPC time to charge.
Now just save and exit. You're all set!