Running the GEOS-5 SBU Benchmark: Difference between revisions
Move to GEOSadas |
|||
Line 3: | Line 3: | ||
First, untar the model tarball in <tt>nobackup</tt> or <tt>swdev</tt>; the model alone will break the <tt>home</tt> quota: | First, untar the model tarball in <tt>nobackup</tt> or <tt>swdev</tt>; the model alone will break the <tt>home</tt> quota: | ||
$ tar xf | $ tar xf GEOSadas-5_16_5-Benchmark.tar.gz | ||
Next, set up ESMADIR: | Next, set up ESMADIR: | ||
$ setenv ESMADIR <directory-to>/ | $ setenv ESMADIR <directory-to>/GEOSadas-5_16_5-Benchmark/GEOSadas | ||
it is just below the src/ directory. | it is just below the src/ directory. | ||
Line 84: | Line 84: | ||
All 22 packages compiled successfully. | All 22 packages compiled successfully. | ||
In case of errors, gmh summarizes exactly where it happens by indicating the package where it | In case of errors, gmh summarizes exactly where it happens by indicating the package where it occurred. Caveat: it does not work in parallel (output is scrambled). So, if the parallel build fails, rerun it sequentially (it will go quickly and die in the same place) and run gmh on the output for a summary. | ||
<!-- | <!-- | ||
===Advanced features=== | ===Advanced features=== |