projects
/
unres.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
files for opt-wtfsa-2 and chainbuild_ext
[unres.git]
/
examples
/
unres
/
MREMD
/
ff_1l2y
/
start.mat
1
#PBS -N ber-1l2y
2
#PBS -q dque
3
#PBS -l nodes=4:ppn=8
4
# #PBS -l mem=4gb
5
#PBS -l walltime=2: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