Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
d767b83b
Commit
d767b83b
authored
3 years ago
by
Sven Marcus
Browse files
Options
Downloads
Patches
Plain Diff
Updated PoiseuilleTestContainer.def
parent
5de06ab8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!48
Adds a convergence analysis test case that runs on Phoenix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Python/SlurmTests/poiseuille/PoiseuilleTestContainer.def
+5
-23
5 additions, 23 deletions
Python/SlurmTests/poiseuille/PoiseuilleTestContainer.def
with
5 additions
and
23 deletions
Python/SlurmTests/poiseuille/PoiseuilleTestContainer.def
+
5
−
23
View file @
d767b83b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment