This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
#$ -j y | |
# join std out & err | |
#$ -cwd | |
# run job and store logs in cwd | |
#$ -m ea | |
# send mail on begin, end, & abort | |
#$ -M [email protected] # email address | |
#$ -N clark_tooloff # job name |
NewerOlder