Hi again,the executable has now built - but now the model run does not complete. The error at the end of the attached logfile is as follows:mpiexec noticed that process rank 1 with PID 46333 on node compute004 exited on signal 11 (Segmentation fault).The model also produced a core dumpfile, so after doing the following:gdb execdir/cesm.exe core.46333info stack
I get the following output:#0 0x00002aaabc9f4060 in ?? ()
#1
#2 PMPI_Info_get (info=0x2, key=0x112be98 "nc_header_read_chunk_size", valuelen=1023, value=0x7ffffffedb30 "01",
flag=0x7ffffffedf34) at pinfo_get.c:75
#3 0x0000000000d2b257 in ncmpi_open ()
#4 0x0000000000d279d7 in nfmpi_open_ ()
#5 0x0000000000b13f7a in ionf_mod::open_nf (file=...,
fname='/home/leanneW/CESM_Work/cesm1_2_2/test_input/cpl/cpl6/map_gx3v7_to_fv4x5_aave_da_091218.nc', ' ' , mode=0, .tmp.FNAME.len_V$16b=360) at /home/leanneW/CESM_Work/cesm1_2_2/models/utils/pio/ionf_mod.F90:182
#6 0x0000000000977d2f in piolib_mod::pio_openfile (iosystem=..., file=..., iotype=5,
fname='/home/leanneW/CESM_Work/cesm1_2_2/test_input/cpl/cpl6/map_gx3v7_to_fv4x5_aave_da_091218.nc', ' ' , mode=,
checkmpi=, .tmp.FNAME.len_V$2801=256)
at /home/leanneW/CESM_Work/cesm1_2_2/models/utils/pio/piolib_mod.F90:2669
#7 0x0000000000636600 in seq_map_mod::seq_map_readdata (maprcfile='seq_maps.rc', maprcname='ocn2atm_fmapname:', mpicom=4,
id=2, ni_s=,
nj_s=, av_s=..., gsmap_s=..., avfld_s='aream',
filefld_s='area_a', ni_d=,
nj_d=, av_d=..., gsmap_d=..., avfld_d='aream',
filefld_d='area_b', string='ocn2atm aream initialization', .tmp.MAPRCFILE.len_V$3652=11, .tmp.MAPRCNAME.len_V$3655=17,
.tmp.AVFLD_S.len_V$365e=5, .tmp.FILEFLD_S.len_V$3661=6, .tmp.AVFLD_D.len_V$3668=5, .tmp.FILEFLD_D.len_V$366b=6,
.tmp.STRING.len_V$366e=28) at /home/leanneW/CESM_Work/cesm1_2_2/models/drv/driver/seq_map_mod.F90:908
#8 0x000000000045ed69 in ccsm_comp_mod::ccsm_init ()
at /home/leanneW/CESM_Work/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90:2012
#9 0x00000000004bec5b in ccsm_driver () at /home/leanneW/CESM_Work/cesm1_2_2/models/drv/driver/ccsm_driver.F90:90
#10 0x000000000041186e in main ()
#11 0x00002aaaac3d1b15 in __libc_start_main () from /usr/lib64/libc.so.6
there seems to be some sort of memory issure at #6. Any ideas? I realise that I have thrown a smorgasbord of errors at you in this thread... I thank you for your help so far. Let me know if you need any more info.