Error during mpirun

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
dipanjanrocks01
Posts: 7
Joined: Tue Jun 23, 2015 5:42 pm
Location: IIT BHUBANESWAR

Error during mpirun

#1 Unread post by dipanjanrocks01 »

Hello Everyone,

I want to run an Interannual simulation using ROMS-RUTGERS. I have created the boundary, initial,forcing and grid file from ROMS-AGRIF. I have activated mpi and during compilation no errors are there. After successful compilation oceanM is created but when I try to run the model the following error is coming

Model Input Parameters: ROMS/TOMS version 3.7
Friday - September 16, 2016 - 1:08:14 PM
-----------------------------------------------------------------------------
At line 933 of file inp_par.f90
Fortran runtime error: Bad real number in item 1 of list input
At line 933 of file inp_par.f90
Fortran runtime error: Bad real number in item 1 of list input
At line 933 of file inp_par.f90
Fortran runtime error: Bad real number in item 1 of list input
At line 933 of file inp_par.f90
Fortran runtime error: Bad real number in item 1 of list input
-------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code.. Per user-direction, the job has been aborted.
-------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:

Process name: [[52146,1],1]
Exit code: 2
--------------------------------------------------------------------------



I don't have any idea why this is happening. Please help me in this issue.

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Error during mpirun

#2 Unread post by kate »

Do you know how to find your inp_par.f90? It's in the $SCRATCH_DIR you set. What's on line 933 there?

Post Reply