projects
/
unres.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
small chanegs in nanotube + working wham for lipid
[unres.git]
/
examples
/
unres
/
MREMD
/
ff_gab
/
start.mat
1
#PBS -N Ber-gab-MREMD
2
#PBS -q dque
3
#PBS -l nodes=1:ppn=8
4
#PBS -l walltime=2:00:00
5
6
setenv MPIRUN "/users/software/mpich-1.2.7p1_intel-10.1_em64_ssh/bin/mpirun "
7
setenv NPROCS `cat $PBS_NODEFILE | wc -l`
8
9
cd $PBS_O_WORKDIR
10
$MPIRUN -machinefile $PBS_NODEFILE -np $NPROCS unres.csh
11