Always blowing-up at the same timestep

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
wzhu
Posts: 39
Joined: Sun Oct 28, 2012 6:56 pm
Location: Horn Point Laboratory UMCES

Always blowing-up at the same timestep

#1 Unread post by wzhu »

Hi everyone,
I am running a Roms-sediment model, but it is always blowing-up at the same timestep with a only message: Blowing-up: Saving latest model state into RESTART file, although I reduce the number of threats and timestep.
The same model was run successfully on another machine with mpirun, I use openmp on a shared-memory machine, could it be the reason?
How can I figure out the reason of blowing-up?

Please help me, any help will be highly appreciated!

Wenwu

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

Re: Always blowing-up at the same timestep

#2 Unread post by kate »

I would start by looking at the restart file with ncview. If it says it wrote to record 3 while blowing up, focus on record 3. Find out which field went bad and where it went bad. Can you try a serial run? Can you try a different compiler? How about optimized vs. unoptimized? Which compiler are you using now?

wzhu
Posts: 39
Joined: Sun Oct 28, 2012 6:56 pm
Location: Horn Point Laboratory UMCES

Re: Always blowing-up at the same timestep

#3 Unread post by wzhu »

kate wrote:I would start by looking at the restart file with ncview. If it says it wrote to record 3 while blowing up, focus on record 3. Find out which field went bad and where it went bad. Can you try a serial run? Can you try a different compiler? How about optimized vs. unoptimized? Which compiler are you using now?
Thanks for your timely reply, Kate.
I will try that and feed back.

Post Reply