cd SodProblem
bash run.sh
python postProc.py
cd LaxProblem
bash run.sh
python postProc.py
cd ShuOsherProblem
bash run.sh
python postProc.py
cd GrossmanCinnellaProblem
bash run.sh
python postProc.py
cd Blasius
python MakeProfile.py
bash run.sh
python postProc.py
cd CompressibleBL
python MakeInput.py CBL.json
bash run.sh
python postProc.py
cd VortexAdvection2D
bash run.sh [Number of refinements]
python postProc.py -n [Number of refinements]
cd TaylorGreen2D
bash run.sh [Number of refinements]
python postProc.py -n [Number of refinements]
The number of nodes for the calculation is set using the Mapping/tiles
and Mapping/tilesPerRank
parameters in base.json.
It is strongly advised to run with one tile per GPU
cd Coleman
python MakeChannel.py base.json
$HTR_DIR/prometeo.sh -i ChannelFlow.json
$HTR_DIR/prometeo.sh -i ChannelFlowStats.json
python postProc.py -json ChannelFlowStats.json -in [Averages files produced by the code]
The number of nodes for the calculation is set using the Mapping/tiles
and Mapping/tilesPerRank
parameters in base.json.
It is strongly advised to run with one tile per GPU
cd Sciacovelli
python MakeChannel.py base.json
$HTR_DIR/prometeo.sh -i ChannelFlow.json
$HTR_DIR/prometeo.sh -i ChannelFlowStats.json
python postProc.py -json ChannelFlowStats.json -in [Averages files produced by the code]
The number of nodes for the calculation is set using the Mapping/tiles
and Mapping/tilesPerRank
parameters in base.json.
It is strongly advised to run with one tile per GPU
cd Franko
python MakeInput.py base.json
$HTR_DIR/prometeo.sh -i NoStats.json
$HTR_DIR/prometeo.sh -i Stats.json
python postProc.py -json Stats.json -in [Averages files produced by the code]
The number of nodes for the calculation is set using the Mapping/tiles
and Mapping/tilesPerRank
parameters in base.json.
It is strongly advised to run with one tile per GPU
cd MultispeciesTBL
python MakeInput.py base.json
$HTR_DIR/prometeo.sh -i NoStats.json
$HTR_DIR/prometeo.sh -i Stats.json
python postProc.py -json Stats.json -in [Averages files produced by the code]
cd scalingTest/WS
python scale_up.py -n [Number of refinements] -out [output dir] base.json
python postProc.py -n [Number of refinements] -out [output dir]