added Genetic Algorythm code in branch feature-ga
[unres.git] / source / ga / input-templates / galera / start_all.pbs
1 #PBS -N single-run
2 #PBS -q batch
3 #PBS -l nodes=32:ppn=8
4 #PBS -l walltime=0:30:00
5
6 cd $PBS_O_WORKDIR
7
8 rm nody
9 cat $PBS_NODEFILE |uniq > nody
10
11 ./unresga
12
13 time /opt/mpi/mvapich/bin/mpirun_pbs ./unres.csh
14
15 time /opt/mpi/mvapich/bin/mpirun -machinefile nodes -np 16 wham.csh
16
17 time /opt/mpi/mvapich/bin/mpirun -machinefile nodes -np 16 opt.csh
18
19
20 set DATA=`date +%Y-%m-%d-%H%M%S`
21 mkdir ceiksy-$DATA
22 mv *.cx ceiksy-$DATA
23
24
25 mail -s "Galera - wyniki dla single_run sa dostepne" lightnir@gmail.com