File tree 3 files changed +6
-13
lines changed
3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ if(NOT ${PHARE_PROJECT_DIR} STREQUAL ${CMAKE_BINARY_DIR})
8
8
endif ()
9
9
10
10
if (HighFive AND testMPI)
11
+
11
12
## These test use dump diagnostics so require HighFive!
12
- # exec level 11
13
- # mpirun -n 10
13
+
14
14
if (testMPI)
15
- phare_mpi_python3_exec(11 10 harris_2d harris_2d.py ${CMAKE_CURRENT_BINARY_DIR} )
15
+ phare_mpi_python3_exec(11 4 harris_2d harris_2d.py ${CMAKE_CURRENT_BINARY_DIR} )
16
16
endif (testMPI)
17
+
17
18
endif ()
Original file line number Diff line number Diff line change 35
35
36
36
def config ():
37
37
sim = ph .Simulation (
38
- smallest_patch_size = 15 ,
39
- largest_patch_size = 25 ,
40
38
time_step_nbr = time_step_nbr ,
41
39
time_step = time_step ,
42
40
# boundary_types="periodic",
@@ -155,13 +153,6 @@ def vthz(x, y):
155
153
156
154
def main ():
157
155
Simulator (config ()).run ()
158
- try :
159
- from tools .python3 import plotting as m_plotting
160
-
161
- m_plotting .plot_run_timer_data (diag_outputs , cpp .mpi_rank ())
162
- except ImportError :
163
- print ("Phlop not found - install with: `pip install phlop`" )
164
- cpp .mpi_barrier ()
165
156
166
157
167
158
if __name__ == "__main__" :
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ if(HighFive)
11
11
## These test use dump diagnostics so require HighFive!
12
12
if (testMPI)
13
13
14
-
14
+ # disabled due to https://github.com/PHAREHUB/PHARE/issues/853
15
15
# phare_mpi_python3_exec(11 10 complex_2d_refinement test_2d_10_core.py ${CMAKE_CURRENT_BINARY_DIR})
16
+
16
17
endif (testMPI)
17
18
18
19
phare_python3_exec(9 simple_2d_refinement test_2d_2_core.py ${CMAKE_CURRENT_BINARY_DIR} )
You can’t perform that action at this time.
0 commit comments