Skip to content
Snippets Groups Projects
Commit 34d838f9 authored by David Seus's avatar David Seus
Browse files

setup parallelisation correctly

parent e9b49b28
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,7 @@ if __name__ == '__main__': ...@@ -335,7 +335,7 @@ if __name__ == '__main__':
# parameter=simulation_parameter # parameter=simulation_parameter
# ) # )
# LDDsim.join() LDDsim.join()
if mesh_study: if mesh_study:
simulation_output_dir = processQueue.get() simulation_output_dir = processQueue.get()
hlp.merge_spacetime_errornorms(isRichards=isRichards, hlp.merge_spacetime_errornorms(isRichards=isRichards,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment