projects
/
unres.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
First trial to introduce steered MD non successful
[unres.git]
/
examples
/
unres
/
CSA
/
GAB
/
local
/
start.mat
1
#PBS -N local_1l2y_csa
2
#PBS -q special
3
#PBS -l nodes=15:ppn=4
4
#PBS -l walltime=168:00:00
5
6
setenv MPIRUN "/users/local/mpi64/mpich-1.2.7p1/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