[MITgcm-devel] compile error in jump

Martin Losch Martin.Losch at awi.de
Fri Dec 8 11:05:24 EST 2006


Hi there,

I have moved to new platform
jump.fz-juelich.de, as far as I know it's a IBM p690
uname -a: AIX j36 3 5 00223C3B4C00
with an xlf fortran compiler:
xlf95_r -q version
IBM XL Fortran Enterprise Edition V10.1 for AIX
Version: 10.01.0000.0002
I used a sp4+mpi_jump optfile (attached, basically the sp4+mpi opt  
file) and got the following compile error message

>         mpxlf95_r -q64 -qfixed=132 -O3 -Q -qarch=pwr4 -qtune=pwr4 - 
> qcache=auto -qmaxmem=-1 -c mnc_cw_udim.f
> "mnc_cw_udim.f", line 806.25: 1512-047 (E) The I FORMAT edit  
> descriptor, in literal FMT specifier, is missing a field width. A  
> default value based on the edit descriptor and the type of the data  
> item being processed is assumed.
> ** mnc_cw_set_udim   === End of Compilation 1 ===
> ** mnc_cw_get_udim   === End of Compilation 2 ===
> 1501-511  Compilation failed for file mnc_cw_udim.f.
> make: 1254-004 The error code from the last command is 1.
This is the line in question:
write(msgbuf,'(3a,i,a)')
      &     'MNC_CW_SET_UDIM ERROR: for file group name ''',
      &     fgname(fgf:fgl), ''' the unlim dim ''', nudim,
      &     ''' is not allowed'

And yes, the field width is missing. What should I put there? 10? Is  
there a robust way to fix this?

Martin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: sp4+mpi_jump
Type: application/octet-stream
Size: 1045 bytes
Desc: not available
URL: <http://mitgcm.org/pipermail/mitgcm-devel/attachments/20061208/40621b23/attachment.obj>


More information about the MITgcm-devel mailing list