Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mpp
MLMC
Commits
2f60be46
Commit
2f60be46
authored
Dec 09, 2020
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated python module to execute mpi_tests
parent
2b5de25a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
python/mlmc_mppy.py
python/mlmc_mppy.py
+2
-3
No files found.
python/mlmc_mppy.py
View file @
2f60be46
...
...
@@ -4,12 +4,11 @@ import matplotlib
import
numpy
as
np
import
pandas
as
pd
import
sys
import
os
sys
.
path
.
append
(
'..'
)
from
mpp.python.mppy
import
Mpp
from
mpp.python.vtk_utilities
import
*
from
mpp.python.
src.
mppy
import
Mpp
from
mpp.python.
src.utilities.
vtk_utilities
import
*
SPRNG5_DIR
=
os
.
path
.
abspath
(
os
.
path
.
join
(
Mpp
.
PROJECT_ROOT_DIR
,
'sprng5'
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment