Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 523 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 523 Bytes

AQM-utils

Build

  • WCOSS2 (Cactus/Dogwood)
cd AQM-utils
source versions/build.ver.wcoss2
module use modulefiles
module load build_wcoss2.intel
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=.. -DCMAKE_INSTALL_BINDIR=exec
make -j2
make install
  • Hera/Orion
cd AQM-utils
module use modulefiles
module load build_[machine].intel
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=.. -DCMAKE_INSTALL_BINDIR=exec -DBUILD_POST_STAT=off
make -j2
make install

where [machine] is hera or orion.