projects
/
unres.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ctest energy homology test
[unres.git]
/
examples
/
unres
/
Multichain
/
1DKZ
/
start.mat
1
#PBS -N ala20
2
#PBS -q dque
3
#PBS -l nodes=1:ppn=1
4
#PBS -l mem=2gb
5
#PBS -l walltime=06:00:00
6
7
setenv MPIRUN "/users/software/mpich-1.2.7p1_intel-10.1_em64_ssh/bin/mpirun "
8
setenv NPROCS `cat $PBS_NODEFILE | wc -l`
9
10
cd $PBS_O_WORKDIR
11
$MPIRUN -machinefile $PBS_NODEFILE -np $NPROCS unres.csh
12