Hi,
I am issuing the following command to run geogrid in parallel:
but it seems like the execution is not parallelized, instead, geogrid runs 4 times separately. Because I see all of the output lines 4 times separately. For instance, the
message appears in 4 distinct places in the output.
Am I issuing the command correctly? Does geogrid.exe need an additional argument to run in parallel?
Thanks,
Huseyin
I am issuing the following command to run geogrid in parallel:
Code:
mpirun -np 4 ./geogrid.exe
Code:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Successful completion of geogrid. !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
message appears in 4 distinct places in the output.
Am I issuing the command correctly? Does geogrid.exe need an additional argument to run in parallel?
Thanks,
Huseyin