/[MITgcm]/MITgcm_contrib/mlosch/cg2d_sr_bench/README
ViewVC logotype

Contents of /MITgcm_contrib/mlosch/cg2d_sr_bench/README

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Nov 29 11:02:03 2009 UTC (14 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: HEAD
add Christopher Wolfe's benchmark for his implemenation of the single reduction cg2d solver

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)

  ViewVC Help
Powered by ViewVC 1.1.22