normalized perms on all files, to avoid relying on any stored executable bits in...
[feisty_meow.git] / infobase / configuration / pbs / quicktest.pbs
1 #!/bin/bash
2 #PBS -l nodes=1,mem=20m
3 #PBS -M my-email@whereiwork.com
4
5 ##PBS -l ncpus=2
6 ##PBS -l nodes=4
7 ##PBS -l select=4:ncpus=1
8
9 echo here is the nodefile:
10 cat $PBS_NODEFILE
11
12 echo here is pbs envir variable:
13 echo $PBS_ENVIRONMENT