Skip to content

padhrigmccarthy/AQM-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

AQM utils for SRW online-cmaq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 92.0%
  • Python 2.8%
  • CMake 2.8%
  • Makefile 1.5%
  • Other 0.9%