Skip to content
Snippets Groups Projects
Commit 622c7bbc authored by Peters, Wouter's avatar Peters, Wouter
Browse files

headers for job control no longer needed, jobs are separate shell scripts now

parent 9186f54d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
# das.py
#$ -N das
#$ -A co2
#$ -pe nserial 1
#$ -l h_rt=03:00:00
#$ -S /bin/sh
#$ -cwd
#$ -j y
#$ -r n
#################################################################################################
# First order of business is always to make all other python modules accessible through the path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment