Skip to content
Snippets Groups Projects
Commit b7d53da8 authored by Kim Liegeois's avatar Kim Liegeois
Browse files

Katropton: check values with MPI

parent 342bd849
No related branches found
No related tags found
1 merge request!51Update trilinos and update mrstlnos->katropton
Pipeline #764 failed
...@@ -93,8 +93,8 @@ def main(): ...@@ -93,8 +93,8 @@ def main():
slv.start() slv.start()
if rank == 0: if rank == 0:
msh = gmsh.MeshLoader(partitioned_mesh_name, if size > 1:
work_dir).execute() msh = gmsh.MeshLoader(partitioned_mesh_name, work_dir).execute()
tag_name = "Measure point 1" tag_name = "Measure point 1"
which_pos = 0 which_pos = 0
......
...@@ -120,8 +120,8 @@ def main(): ...@@ -120,8 +120,8 @@ def main():
slv.start() slv.start()
if rank == 0: if rank == 0:
msh = gmsh.MeshLoader(partitioned_mesh_name, if size > 1:
work_dir).execute() msh = gmsh.MeshLoader(partitioned_mesh_name, work_dir).execute()
tag_name = "Measure point 1" tag_name = "Measure point 1"
which_pos = 0 which_pos = 0
......
...@@ -93,8 +93,8 @@ def main(): ...@@ -93,8 +93,8 @@ def main():
slv.start() slv.start()
if rank == 0: if rank == 0:
msh = gmsh.MeshLoader(partitioned_mesh_name, if size > 1:
work_dir).execute() msh = gmsh.MeshLoader(partitioned_mesh_name, work_dir).execute()
tag_name = "Measure point 1" tag_name = "Measure point 1"
which_pos = 0 which_pos = 0
......
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