Skip to content
Snippets Groups Projects
Commit d767b83b authored by Sven Marcus's avatar Sven Marcus
Browse files

Updated PoiseuilleTestContainer.def

parent 5de06ab8
No related branches found
No related tags found
1 merge request!48Adds a convergence analysis test case that runs on Phoenix
......@@ -24,37 +24,19 @@ From: ubuntu:20.04
python3-dev \
python3-pip \
mpich \
libomp-dev
libomp-dev \
libgl1
pip3 install setuptools wheel
pip3 install setuptools wheel numpy scipy pyvista
export PYTHONPATH=Python
python3 /setup.py install
%environment
export PYTHONPATH=/Python
export PYFLUIDS_NUM_THREADS=8
%appenv poiseuille01
export PYTHONPATH=Python
export PYFLUIDS_SCALE_LEVEL=0
%apprun poisueille01
python3 /Python/SlurmTests/poiseuille/simulation_runner.py
%appenv poiseuille02
export PYTHONPATH=Python
export PYFLUIDS_SCALE_LEVEL=1
%apprun poisueille02
python3 /Python/SlurmTests/poiseuille/simulation_runner.py
%appenv poiseuille03
export PYTHONPATH=Python
export PYFLUIDS_SCALE_LEVEL=2
%apprun poisueille03
%apprun testcase
python3 /Python/SlurmTests/poiseuille/simulation_runner.py
%apprun evaluate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment