OpenDrift in an HPC environment? #1676
-
|
Hello, Has anyone used OpenDrift in an HPC environment? I mean sending the task to computing nodes, several to a same node as OD run each instance in one CPU. My guess is that one has to install OD as a module to load and then submit the job with slurm. Has it been done? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I haven't tried with multiple nodes. I normally do split large simulations with large number of Lagrangian elements in many smaller simulations. I run everything in one node with many CPUs. I can run these simulations in many parallel processes each with a separate OD instance using python multiprocessing module and this can significantly reduce computation time in some situations. Then I use xarray concat to concatenate the output results before post processing operations. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @manuelaghito ! |
Beta Was this translation helpful? Give feedback.
Dear @AndresSepulveda we just added example_multiprocessing.py to the example scripts folder.