Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

compiler flags

jedwards

CSEG and Liaisons
Staff member
Here is your link line - I don't see the python library flags in it - do you? Do you see them in Macros.make in your case directory?


mpiifort -o /home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/cesm.exe cime_comp_mod.o cime_driver.o component_mod.o component_type_mod.o cplcomp_exchange_mod.o map_glc2lnd_mod.o map_lnd2glc_mod.o map_lnd2rof_irrig_mod.o mrg_mod.o prep_aoflux_mod.o prep_atm_mod.o prep_glc_mod.o prep_iac_mod.o prep_ice_mod.o prep_lnd_mod.o prep_ocn_mod.o prep_rof_mod.o prep_wav_mod.o seq_diag_mct.o seq_domain_mct.o seq_flux_mct.o seq_frac_mct.o seq_hist_mod.o seq_io_mod.o seq_map_mod.o seq_map_type_mod.o seq_rest_mod.o t_driver_timers_mod.o -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/lib/ -latm -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/lib/ -lice -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/intel/impi/nodebug/nothreads/mct/mct/noesmf/lib/ -lclm -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/lib/ -locn -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/lib/ -lrof -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/lib/ -lglc -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/lib/ -lwav -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/lib/ -lesp -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/lib/ -liac -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/intel/impi/nodebug/nothreads/mct/mct/noesmf/c1a1l1i1o1r1g1w1i1e1/lib -lcsm_share -L/home/sach05/OUTPUT/CESM/scratch/spcam_latest/bld/intel/impi/nodebug/nothreads/mct/lib -lpio -lgptl -lmct -lmpeu -L/usr/local/netcdf/lib -lnetcdff -L/usr/local/netcdf/lib -lnetcdf -lnetcdf -mkl=cluster
 

sachinP

Sachin Patade
New Member
I have addded LDFLAG to Macros.make file and now I could see that model is built successfully.
Thanks you very much for your kind help.
 
Top