Hello
I ran ROMS on 512 ranks. In the output file no error message is displayed. But in the end of the output file total time is displayed as asterisks. On the other hand after displaying time taken by individual rank total time is displayed. Here I am pasting appropriate parts of output file. Can you suggest possible reasons for this ? If total time is displayed at one place and not at other can we assume that code has run correctly ?
/*Place where total time is displayed*/
Node #368 CPU: 201787.847
Node #336 CPU: 201827.979
Node #304 CPU: 201818.176
Node #314 CPU: 201817.545
Total: 103328401.295
/**********************************
/*Place where total time is displayed as asterisks */
Nonlinear model message Passage profile:
Message Passage: 2D halo exchanges ............... 77537468.481 (75.0398 %)
Message Passage: 3D halo exchanges ............... 11911229.479 (11.5275 %)
Message Passage: 4D halo exchanges ............... 3622138.624 ( 3.5055 %)
Message Passage: data broadcast .................. 252141.192 ( 0.2440 %)
Message Passage: data reduction .................. 8623920.453 ( 8.3461 %)
Message Passage: data gathering .................. 27962.641 ( 0.0271 %)
Total: 101974860.871 98.6901
All percentages are with respect to total time = ************
ROMS/TOMS - Output NetCDF summary for Grid 01:
number of time records written in HISTORY file = 00000001
number of time records written in RESTART file = 00000001
Analytical header files used:
ROMS/Functionals/ana_btflux.h
ROMS/Functionals/ana_cloud.h
ROMS/Functionals/ana_grid.h
ROMS/Functionals/ana_humid.h
ROMS/Functionals/ana_initial.h
ROMS/Functionals/ana_pair.h
ROMS/Functionals/ana_rain.h
ROMS/Functionals/ana_srflux.h
ROMS/Functionals/ana_stflux.h
ROMS/Functionals/ana_tair.h
ROMS/Functionals/ana_winds.h
ROMS/TOMS: DONE... Tuesday - November 9, 2010 - 8:25:10 PM
PS:
Read file <benchmark4_err_file> for stderr output of this job.
/***************************************************************/
thanking you in anticipation,
Doubt whether ROMs is running successfully or not
Re: Doubt whether ROMs is running successfully or not
You get asterisks when you overflow your format statement. For instance, if I ask for three digits in my format statement, then want to print 1355, it will give three asterisks.
As for running correctly, that might be easier to tell from say the history files. Do they look reasonable?
As for running correctly, that might be easier to tell from say the history files. Do they look reasonable?