1 |
#!/bin/bash -e |
#!/bin/bash -e |
2 |
# new script for running testreport on ollie.awi.de |
# new script for running testreport on ollie.awi.de |
3 |
p# - compile and run on compute nodes |
# - compile and run on compute nodes |
4 |
# - use ssh to call mpack command from the head node ollie0 |
# - use ssh to call mpack command from the head node ollie0 |
5 |
#$Header$ |
#$Header$ |
6 |
#$Name$ |
#$Name$ |
31 |
OPTFILE=../tools/build_options/linux_ia64_${sfx}_ollie |
OPTFILE=../tools/build_options/linux_ia64_${sfx}_ollie |
32 |
options="-MPI 6" |
options="-MPI 6" |
33 |
options="$options -odir ${dNam}-c" |
options="$options -odir ${dNam}-c" |
34 |
p#options="$options -j 6" |
#options="$options -j 6" |
35 |
#options="$options -t global_ocean.cs32x15" |
#options="$options -t global_ocean.cs32x15" |
36 |
|
|
37 |
#EXE='mpiexec.hydra -bootstrap slurm -n TR_NPROC ./mitgcmuv' |
#EXE='mpiexec.hydra -bootstrap slurm -n TR_NPROC ./mitgcmuv' |