File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
Expand file tree Collapse file tree 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})
88endif ()
99
1010if (HighFive AND testMPI)
11+
1112 ## These test use dump diagnostics so require HighFive!
12- # exec level 11
13- # mpirun -n 10
13+
1414 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} )
1616 endif (testMPI)
17+
1718endif ()
Original file line number Diff line number Diff line change 3535
3636def config ():
3737 sim = ph .Simulation (
38- smallest_patch_size = 15 ,
39- largest_patch_size = 25 ,
4038 time_step_nbr = time_step_nbr ,
4139 time_step = time_step ,
4240 # boundary_types="periodic",
@@ -155,13 +153,6 @@ def vthz(x, y):
155153
156154def main ():
157155 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 ()
165156
166157
167158if __name__ == "__main__" :
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ if(HighFive)
1111 ## These test use dump diagnostics so require HighFive!
1212 if (testMPI)
1313
14-
14+ # disabled due to https://github.com/PHAREHUB/PHARE/issues/853
1515 # phare_mpi_python3_exec(11 10 complex_2d_refinement test_2d_10_core.py ${CMAKE_CURRENT_BINARY_DIR})
16+
1617 endif (testMPI)
1718
1819 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