Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Running gen_be using parallel processors in job script

jbb

New member
Hello folks, I have done gen_be run using single processor earlier for a short duration and got the be.dat file.
Now, I want to do it for a longer period of time, for which it requires parallel processors. I have edited the gen_be_wrapper.ksh and assigned multiple processors for the run using sbatch. Before each ./executables in the scripts used, I have added mpirun -np 240. However, it's still taking quite a long time for the runs to be completed and I am not sure whether this script is running using multiple processors or just using single processor for the runs. My procedure may not be correct and I want to know how to do the gen_be run for parallel processors?
 
Hello, how are you?

Were you able to run gen_be in parallel?

I'm having this problem, I'd like to optimize the time spent on this process, but so far without success.
 
Last edited:
Top