Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Code Block
languagenone
rsync -avz ~lcl_davidg/.local/ ~/.local/

Note: if you don’t have permissions to the file, copy it from here.

As one of the contest coordinators said “… installing those Python packages from scratch is anything but trivial.” (smile) While we know that you could configure the various commands to get NetCDF and Intel and Fortran and HDF5 and MPI and Python libraries synchronized, we want you to spend time on fun things - like computational performance! These site-packages for python in no way result in any performance degradation, as they are ONLY used to supply the NetCDF I/O capability to an after-the-fact validation python script.

...

Code Block
./timing.csh TIMING/rsl.out.0000
MPI ranks used: 8 x 10 = 80
Timing for radiation step: 41.81620 s
Average Time for non-radiation:  5.64087 s

HAPPY COMPUTING!

Once you are comfortable running through these steps to build and run the code, and can generate the output for timing and validation, you may move onto the 3-domain case. Good luck!

...