run mpi version on SGI altix 450 computer

Discussion of how to use ROMS on different regional and basin scale applications.

Moderators: arango, robertson

Post Reply
Message
Author
zhaoqian
Posts: 45
Joined: Tue Nov 11, 2008 5:45 pm
Location: National Marine Environmental Mornitoring Center

run mpi version on SGI altix 450 computer

#1 Unread post by zhaoqian »

Hi all:
I run mpi roms in my SGI altix 450 computer. But the program stopped when finishing initialization and starting time-stepping. The following is the details of the screen output.It seems that the program stopped when creating output file. Would you please give me some instructions? By the way, the serial mode can run successfully, and i didn't change anything except something relating mpi.
Thank you very much!
=================================================================================
Centers of gravity and integrals (values must be 1, 1, approx 1/2, 1, 1):

1.000000000000 1.047601458608 0.523800729304 1.000000000000 1.000000000000

Power filter parameters, Fgamma, gamma = 0.28400 0.18933

Minimum X-grid spacing, DXmin = 7.01021364E-01 km
Maximum X-grid spacing, DXmax = 7.24317392E-01 km
Minimum Y-grid spacing, DYmin = 9.11444473E-01 km
Maximum Y-grid spacing, DYmax = 9.41733188E-01 km
Minimum Z-grid spacing, DZmin = 8.33333333E-01 m
Maximum Z-grid spacing, DZmax = 1.78640994E+01 m

Minimum barotropic Courant Number = 4.91146612E-02
Maximum barotropic Courant Number = 1.77549157E-01
Maximum Coriolis Courant Number = 1.14661208E-02

GET_NGFLD - tidal period
(Min = 4.32000000E+04 Max = 9.29494800E+04)
GET_2DFLD - tidal elevation amplitude
(Min = 0.00000000E+00 Max = 7.64930339E-01)
GET_2DFLD - tidal elevation phase angle
(Min = 1.44557053E-03 Max = 6.28226262E+00)
GET_2DFLD - tidal current inclination angle
(Min = 0.00000000E+00 Max = 6.28316436E+00)
GET_2DFLD - tidal current phase angle
(Min = 0.00000000E+00 Max = 6.28314443E+00)
GET_2DFLD - maximum tidal current, ellipse major axis
(Min = 0.00000000E+00 Max = 7.59266559E-01)
GET_2DFLD - minimum tidal current, ellipse minor axis
(Min = -1.39419820E-01 Max = 7.76747173E-02)

Maximum grid stiffness ratios: rx0 = 5.491274E-01 (Beckmann and Haidvogel)
rx1 = 4.147671E+00 (Haney)


Initial basin volumes: TotVolume = 8.1849428288E+11 m3
MinVolume = 5.3324640306E+05 m3
MaxVolume = 1.2146028193E+07 m3
Max/Min = 2.2777515467E+01

NL ROMS/TOMS: started time-stepping: (Grid: 01 TimeSteps: 00000001 - 00001440)

STEP Day HH:MM:SS KINETIC_ENRG POTEN_ENRG TOTAL_ENRG NET_VOLUME

0 1 00:00:00 0.000000E+00 1.184360E+02 1.184360E+02 9.404629E+11
DEF_HIS - creating history file: ocean_his_0001.nc
rank 3 in job 14 altix450_42271 caused collective abort of all ranks
exit status of rank 3: killed by signal 9
rank 2 in job 14 altix450_42271 caused collective abort of all ranks
exit status of rank 2: killed by signal 9
rank 1 in job 14 altix450_42271 caused collective abort of all ranks
exit status of rank 1: killed by signal 11

zhaoqian
Posts: 45
Joined: Tue Nov 11, 2008 5:45 pm
Location: National Marine Environmental Mornitoring Center

Re: run mpi version on SGI altix 450 computer

#2 Unread post by zhaoqian »

I have solved this problem by defining INLINE_2DIO in the *.h file.

Post Reply