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?
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?