Hello,
I am using a Multicore - Multiprocessor computer, per each node there are 4 processors.
I have a Fortran MPI code and I would like to use more than one node, in order to decrease the time for run.
The fortran code is called by a C++ code, which calls fortran with:
"mpirun -np 8/4 /path/"
how can I tell Fortran to use more than one node in the Script file?
Thank you for any suggestions, if you have enquiries do not hesitate
Antonio
|