Skip to content

guoran23/MENGcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MENG++ Code

Multiscale Exploration of Nonlinear Gyrokinetics in C++

Build and Compile

  1. Load the necessary modules:
    module load cmake gcc openmpi
  2. Configure the build using CMake:
    cmake --preset mpi
  3. Compile the code:
    cmake --build ./build_MPI/
  4. The executable file will be located at:
    ./build_MPI/bin/simulation
    
    and the input files are located at:
    ./inputfiles/
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published