[OMPI users] p4_error: latest msg from perror: Bad file descriptor

2006-10-09 Thread Vadivelan Ranjith
Hi I thank you for helping to all. Today i got a error message by sumbitting job. First i ran the code using explict method. I got result accurately, and no problem occured when i sumbit job. Now i changed my code to implict method. I got error when i sumbit job. I checked correctly, it reading

[OMPI users] ERROR: gfortran compiler is not in PATH for driver: mpif90

2007-02-02 Thread Vadivelan Ranjith
Hi All I used mpich2-1.0.3 to compile our code. Our code compiled fine. But when I try to test our code in intel mpi, It gave the following error ERROR: gfortran compiler is not in PATH for driver: mpif90 my .bashrc having following path source /opt/intel/fc/9.1.037/bin/ifortvars.sh source /opt/

[OMPI users] Error using MPI_WAITALL

2007-02-10 Thread Vadivelan Ranjith
Hi I am using mpich2-1.0.3 to compiling our code. Our code is calling MPI_WAITALL. We ran the case in intel-Dual core without any problem and solution was fine. I tried to ran the code in intel quad-core. Compilation using mpif90 is fine. I started running the executable file, i got the followin