Skip to content

InvictusWingsSRL/cunqasimulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Modules
module load qmio/hpc gcc/12.3.0 hpcx-ompi cmake/3.27.6 nlohmann_json/3.11.3 impi/2021.13.0 ninja/1.9.0
  • Standard way (slower)
cmake -B build/ 
cmake --build build/
cmake --install build/
cmake -G Ninja -B build/
ninja -C build -j $(nproc)
cmake --install build/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • CMake 1.1%