Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29276 Discussions

no output after some time in linux cluster

ambarish2u
Beginner
344 Views
Hi all,
I am running a parallel job on a linux luster using mpif90. I have noticed that after some time (to be precise 1hr 12 min) I get no output from the program. The batch queue shows that the job is still running, however, there is no more output. I initially thought that the error was in the manner in which the output files were opened and closed and have checked and seen that they are being opened and lcosed regularly. I have run out of options in solving this. I would appreciate some help.
0 Kudos
1 Reply
TimP
Honored Contributor III
344 Views
You haven't given enough information. You should determine which kind of mpi you are using, consult the appropriate FAQs for hints on your problem, and ask questions on the associated forum. No MPI of which I am aware normally comes with mpif90 set up to use ifort, although mpich could be configured that way. With Intel mpi, the compile script to use ifort is named mpiifort. In principle, you could ask Intel MPI questions on the HPC forum.
0 Kudos
Reply