Skip to content
Snippets Groups Projects
Commit b43de4cc authored by David's avatar David
Browse files

activate parallel for the htop

parent 38692d59
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ resolutions = {
# 4: 9e-6, # h=0.5590
# 8: 9e-6, # h=0.2814
# 16: 5e-6, # h=0.1412
# 32: 7e-6,
# 64: 4e-6,
32: 7e-6,
64: 4e-6,
128: 3e-6
}
......@@ -383,9 +383,10 @@ if __name__ == '__main__':
)
)
LDDsim.start()
LDDsim.join()
# LDDsim.join()
# hlp.run_simulation(
# mesh_resolution=mesh_resolution,
# starttime=starttime,
# parameter=simulation_parameter
# )
LDDsim.join()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment