[MITgcm-support] MITgcm, gfortran and Archer
Jean-Michel Campin
jmc at ocean.mit.edu
Fri Apr 4 11:50:21 EDT 2014
Hi Renske,
I believe this is normal. Each proc prints a "STOP NORMAL END"
to the standard error unit at the same time, so it got messed up.
This is the reason why we added, in STDOUT.*, a clean:
> PROGRAM MAIN: Execution ended Normally
when everything finishes OK.
Cheers,
Jean-Michel
On Fri, Apr 04, 2014 at 03:11:17PM +0100, Renske Gelderloos wrote:
> The dot solved the problem, thanks! I am a very tiny bit worried
> about the run though. Instead of a nice row of 'NORMAL END', I now
> get the following:
>
>
>
> STOP NORMAL END
> STOP NORMAL ENDSTOP STOP
> STOP NORMAL ENDNORMAL ENDSTOP NORMAL END
> NORMAL END
>
> STOP STOP NORMAL ENDNORMAL END
>
> STOP NORMAL END
>
>
>
>
> Is this something I should worry about? All STDOUT's say "PROGRAM
> MAIN: Execution ended Normally" on their last line.
>
> Renske
>
>
> On 04/04/14 14:48, Patrick Heimbach wrote:
> >Hi Renske,
> >
> >a quick guess:
> >niter0 is an integer, you may have to remove the dot "."
> >i.e. 0 instead of 0.
> >
> >p.
> >
> >On Apr 4, 2014, at 9:43 AM, Renske Gelderloos <Renske.Gelderloos at earth.ox.ac.uk> wrote:
> >
> >>Dear fellow MITgcm users (specifically those in the UK working on Archer, but if anyone else knows the solution I would be happy too of course!),
> >>
> >>I am running a simple setup of the MITgcm on Archer. So far, I have been compiling with Intel and that worked fine (apparently this had some other issues though which is why I am trying to switch). I am now trying to compile with gfortran, but this gives me the following runtime error message:
> >>
> >>At line 2595 of file ini_parms.f (unit = 11, file = './gfortrantmpMV1kxT')
> >>Fortran runtime error: Cannot match namelist object name .
> >>
> >>Line 2595 of file ini_parms.f refers to reading in PARM03 of the 'data' file, which is in my case
> >>
> >> &PARM03
> >> niter0=0.,
> >> endtime=2400.,
> >> abEps=0.1,
> >> deltaT=240.,
> >> cAdjFreq=0.,
> >> taveFreq=2592000.,
> >> monitorFreq=2592000.,
> >> pChkptFreq=155520000.,
> >> forcing_In_AB=.FALSE.,
> >> pickupStrictlyMatch=.FALSE.,
> >> &
> >>
> >>Again, it works fine with intel, so do not think there is anything wrong with my data file, but perhaps there is a compatibility issue with gfortran or some other known bug? I tried gcc/4.8.1 and gcc/4.8.2, which are the two available modules on Archer.
> >>
> >>Renske
> >>_______________________________________________
> >>MITgcm-support mailing list
> >>MITgcm-support at mitgcm.org
> >>http://mitgcm.org/mailman/listinfo/mitgcm-support
> >
> >---
> >Patrick Heimbach | heimbach at mit.edu | http://www.mit.edu/~heimbach
> >MIT | EAPS 54-1420 | 77 Massachusetts Ave | Cambridge MA 02139 USA
> >FON +1-617-253-5259 | FAX +1-617-253-4464 | SKYPE patrick.heimbach
> >
> >
> >
> >_______________________________________________
> >MITgcm-support mailing list
> >MITgcm-support at mitgcm.org
> >http://mitgcm.org/mailman/listinfo/mitgcm-support
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support
More information about the MITgcm-support
mailing list