mct build failed

Somehow I succeeded in another case. All I did was just delete the BUILD_ROOT. It's odd. By the way, I need to add a line"SLIBS:= -L$(NETCDF_PATH)/lib -lnetcdf -lnetcdff" in the Macro file every time, is there any file which I can edit so I don't have to edit the Macro file every time?
 

jedwards

CSEG and Liaisons
Staff member
Yes, the file is config_compilers.xml in the Machines directory.   This is documented in the porting section of the cesm users guide.  
 
Thank you very much.I've successfully submitted a simple test case with settings "-compset X". But when submitting another case, CSM execution failed.POP aborting... aborting in io_pio_ropen with invalid file ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ POP aborting... aborting in io_pio_ropen with invalid file ------------------------------------------------------------------------------------------------------------------------------------------------ POP aborting... aborting in io_pio_ropen with invalid file ------------------------------------------------------------------------------------------------------------------------------------------------ POP aborting... aborting in io_pio_ropen with invalid file ------------------------------------------------------------------------------------------------------------------------------------------------ POP aborting... aborting in io_pio_ropen with invalid file ------------------------------------------------------------------------------------------------------------------------------------------------ POP aborting... aborting in io_pio_ropen with invalid file ------------------------------------------------------------------------------------------------------------------------------------------------ POP aborting... aborting in io_pio_ropen with invalid file ------------------------------------------------------------------------application called MPI_Abort(MPI_COMM_WORLD, 0) - process 0application called MPI_Abort(MPI_COMM_WORLD, 0) - process 3application called MPI_Abort(MPI_COMM_WORLD, 0) - process 4application called MPI_Abort(MPI_COMM_WORLD, 0) - process 5application called MPI_Abort(MPI_COMM_WORLD, 0) - process 6application called MPI_Abort(MPI_COMM_WORLD, 0) - process 7 POP aborting... aborting in io_pio_ropen with invalid file application called MPI_Abort(MPI_COMM_WORLD, 0) - process 2------------------------------------------------------------------------application called MPI_Abort(MPI_COMM_WORLD, 0) - process 1 Could that be a problem with input_data? Because when I ran 'check_input_data' command, it said "File status unknown: b.e11.B1850C5CN.ne30_g16.tuning.004.clm2.r.0026-01-01-00000.nc " and it's in my input_data path.    
 

jedwards

CSEG and Liaisons
Staff member
It's failing with an error opening a pop file, check the ocn log to see what file it's trying to open.
 
I guess this is the ocn part of  cesm.log: Opened existing file b.e11.B1850C5CN.ne30_g16.tuning.004.clm2.r.0026-01-01-00000.nc     1572864 init_overflows_kmt: KMT =    34 at global (i,j) =   198     7  changed to    33 init_overflows_kmt: KMT =    34 at global (i,j) =   199     7  changed to    33 init_overflows_kmt: KMT =    34 at global (i,j) =   200     7  changed to    33 init_overflows_kmt: KMT =    38 at global (i,j) =    38   349  changed to    37 init_overflows_kmt: KMT =    38 at global (i,j) =    38   350  changed to    37 init_overflows_kmt: KMT =    38 at global (i,j) =    38   351  changed to    37 init_overflows_kmt: KMT =    33 at global (i,j) =    19   370  changed to    32 init_overflows_kmt: KMT =    33 at global (i,j) =    19   371  changed to    32 init_overflows_kmt: KMT =    33 at global (i,j) =    19   372  changed to    32 Overflow: Ross Sea                 Source region mask at global (ij)=196    4 Overflow: Ross Sea                 Source region mask at global (ij)=197    4 Overflow: Ross Sea                 Source region mask at global (ij)=198    4 Overflow: Ross Sea                 Source region mask at global (ij)=199    4 Overflow: Denmark Strait           Inflow region mask at global (ij)= 10  360 Overflow: Denmark Strait           Inflow region mask at global (ij)= 11  360 Overflow: Denmark Strait           Inflow region mask at global (ij)= 12  360 Overflow: Denmark Strait           Inflow region mask at global (ij)= 13  360Is it a setting problem?
 
Back
Top