Parent Directory
|
Revision Log
|
Revision Graph
changing umask to 027 for group-readable changing monthly output to 30-day output
1 | #!/bin/csh |
2 | #PBS -l select=ncpus=216:s_1600=true |
3 | #PBS -q vlong |
4 | #PBS -l walltime=600:00:00 |
5 | #PBS -j oe |
6 | #PBS -m abe |
7 | #PBS -M menemenlis@jpl.nasa.gov,hong.zhang@caltech.edu |
8 | #PBS -l Ignore_ded=true |
9 | |
10 | umask 027 |
11 | cd $PBS_O_WORKDIR |
12 | limit stacksize unlimited |
13 | ./modpickup |
14 | mpirun -np 216 ./mitgcmuv |
ViewVC Help | |
Powered by ViewVC 1.1.22 |