Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

error during parallel file reading

nunodasilva
Beginner
280 Views
Dear Developers,

I am running an application using mpi (over intel fortran). My application uses a simple input file which is very small and therefore I read it on a single process. My application uses mixed parallelism, i.e. mpi and openmp. I submit my jobs on a cluster under a PBS queue system.
When I use the mpiexec.1ppn command the job fails. It opens the file successfully but it always get an error message stating that it can't read the file. Could someone please tell me why does this happens and give me some solution strategies. Many thanks in advance.
Best Regards,
Nuno
0 Kudos
1 Reply
Grant_H_Intel
Employee
280 Views

Assuming you are reading the file from an MPI process I suggest consulting the following forum where more experts are likely available to answer your question:

http://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/

0 Kudos
Reply