AMR-Wind 2016
Introduction
[ 1]
Installed version(s)
The following versions are installed and currently available...
... on environment hpc-env/8.3:
- AMR-Wind/2022.09.12-intelcuda-2022.01
- AMR-Wind/2022.09.12-intel-2019b
Loading AMR-Wind
To load the desired version of the module, use the module load command, e.g.
module load hpc-env/8.3 module load AMR-Wind
Always remember: these commands are case-sensitive!
Using AMR-Wind
AMR-Wind is primarily executed by the command amr_wind. This command must be prefixed with "mpirun -np <number_of_allocated_cores>", since the program was built with MPI and accordingly only needs to be called with it. If you want to compute with AMR-Wind by only using CPU, you need to load the `intel` module. Should you want to additionally allocate any GPUs, the `intelcuda`-based module must be loaded.
To find out on how to use AMR-Wind you can just type in mpirun -np 1 amr_wind --help after loading the module to print out a help text to get you started:
============================================================================== AMR-Wind (https://github.com/exawind/amr-wind) AMR-Wind version :: b4538911-DIRTY AMR-Wind Git SHA :: b45389116df54d663f8cbd0e1e26afa29916acbd-DIRTY AMReX version :: 22.08-13-gbd5f6a9f6a1a Exec. time :: Fri Sep 30 09:10:46 2022 Build time :: Sep 13 2022 12:38:52 C++ compiler :: Intel 19.0.5.20190815 MPI :: ON (Num. ranks = 1) GPU :: ON (Backend: CUDA) OpenMP :: OFF No additional third-party libraries enabled This software is released under the BSD 3-clause license. See https://github.com/Exawind/amr-wind/blob/development/LICENSE for details. ------------------------------------------------------------------------------ Usage: amr_wind <input_file> [param=value] [param=value] ... Required: input_file : Input file with simulation settings Optional: param=value : Overrides for parameters during runtime
Documentation
The full documentation can be found [ here].