Parent Directory
|
Revision Log
|
Revision Graph
add Christopher Wolfe's benchmark for his implemenation of the single reduction cg2d solver
1 | mlosch | 1.1 | #!/bin/bash |
2 | # instructions to run the benchmark for Christopher Wolfe's implementation of | ||
3 | # the single reduction cg2d | ||
4 | #rootdir=/mlosch/head | ||
5 | #optfile='-of ${roodir}/tools/build_options/darwin_ia32_gfortran' | ||
6 | |||
7 | cd build | ||
8 | ${rootdir}/tools/genmake2 -rootdir ${rootdir} ${optfile} -mods ../code | ||
9 | make CLEAN | ||
10 | make depend | ||
11 | make | ||
12 | cd ../run | ||
13 | ln -s ../input/* . | ||
14 | ../build/mitgcmuv > output.txt 2>&1 | ||
15 | # or MPI command (mpirun/mpiexec $options ../build/mitgcmuv) | ||
16 | |||
17 | |||
18 | |||
19 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |