Thank you for the hints. However, I am getting undefined reference errors in building ICON. The details of âbldit_icon.logâ are here. I wonder if you can figure out what might be wrong with.
Compiler is set to gcc
set ICON_SRC = /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src
setenv REPOROOT /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src
set Mechs = /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/CCTM/src/MECHS
set VRSN = v52
set INPT = profile
set EXEC = ICON_v52_profile.exe
set CFG = ICON_v52_profile.cfg
set CompileBLDMAKE
set CopySrc
set ModCommon = common
set ModType = profile
set ModMech = prof_data/cb05_ae6_aq
set Mechanism = cb05e51_ae6_aq/
set Tracer = trac0
set FC = /bin/gfortran
set FP = /bin/gfortran
setenv BLDER /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/UTIL/bldmake/bldmake_gcc.exe
set xLib_Base = /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc
set xLib_1 = ioapi/modules
set xLib_2 = ioapi/include_files
set xLib_4 = ioapi/lib
set FSTD = -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising
set DBG = -Wall -O0 -g -fcheck=all -ffpe-trap=invalid,zero,overflow -fbacktrace
set F_FLAGS = -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32
set F90_FLAGS = -ffree-form -ffree-line-length-none -funroll-loops -finit-character=32
set CPP_FLAGS =
set LINK_FLAGS =
set LIB1 = -lioapi
set LIB2 = -lnetcdf -lnetcdff
if ( ! -e /home/somedir/cmaq_user/cmaq_test/CMAQv5.2 || ! -e /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc ) then
echo Model repository base path: /home/somedir/cmaq_user/cmaq_test/CMAQv5.2
Model repository base path: /home/somedir/cmaq_user/cmaq_test/CMAQv5.2
echo library path: /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc
library path: /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc
if ( 0 ) then
set BLD_OS = uname -s
uname -s
if ( Linux != Linux ) then
set Bld = /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/scripts/BLD_ICON_v52_profile_gcc
if ( ! -e /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/scripts/BLD_ICON_v52_profile_gcc ) then
mkdir /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/scripts/BLD_ICON_v52_profile_gcc
else
cd /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/scripts/BLD_ICON_v52_profile_gcc
if ( 1 ) then
/bin/cp -fp /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/CCTM/src/MECHS/cb05e51_ae6_aq//AE_cb05e51_ae6_aq.nml /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/CCTM/src/MECHS/cb05e51_ae6_aq//GC_cb05e51_ae6_aq.nml /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/CCTM/src/MECHS/cb05e51_ae6_aq//NR_cb05e51_ae6_aq.nml /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/scripts/BLD_ICON_v52_profile_gcc
/bin/cp -fp /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/CCTM/src/MECHS/trac0/Species_Table_TR_0.nml /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/scripts/BLD_ICON_v52_profile_gcc
else
set Cfile = ICON_v52_profile.cfg.bld
set quote = "
echo
echo model ICON_v52_profile.exe;
echo
echo repo /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src;
echo
echo mechanism cb05e51_ae6_aq/;
echo
echo lib_base /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc;
echo
echo lib_1 ioapi/modules;
echo
echo lib_2 ioapi/include_files;
echo
echo lib_4 ioapi/lib;
echo
set text = ââ;
echo cpp_flags ââ;
echo
echo f_compiler /bin/gfortran;
echo
echo fstd â-O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprisingâ;
echo
echo dbg â-Wall -O0 -g -fcheck=all -ffpe-trap=invalid,zero,overflow -fbacktraceâ;
echo
echo f_flags â-ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32â;
echo
echo f90_flags â-ffree-form -ffree-line-length-none -funroll-loops -finit-character=32â;
echo
echo link_flags ââ;
echo
echo ioapi â-lioapiâ;
echo
echo netcdf "-lnetcdf -lnetcdff ";
echo
set text=// mechanism:
echo // mechanism: cb05e51_ae6_aq/
echo // project repository: /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src
echo
set text = common
echo // required common
echo Module common;
echo
set text = profile, m3conc, tracer
echo // options are profile, m3conc, tracer
echo Module profile;
echo
set text = cb05, saprc99, saprc07t
echo // options are cb05, saprc99, saprc07t
echo Module prof_data/cb05_ae6_aq;
echo
if ( 0 ) then
unalias mv rm
if ( 1 || ! -f /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/UTIL/bldmake/bldmake_gcc.exe ) then
cd /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/UTIL/bldmake/scripts
./bldit_bldmake.csh
endif
set Blder = /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/UTIL/bldmake/bldmake_gcc.exe -serial -verbose
cd /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/scripts/BLD_ICON_v52_profile_gcc
if ( 0 ) then
if ( 1 ) then
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/UTIL/bldmake/bldmake_gcc.exe -serial -verbose ICON_v52_profile.cfg.bld
REPOROOT set to:/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src
Model set to ICON_v52_profile.exe
Repository set to /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src
Mechanism set to cb05e51_ae6_aq/
LIB_BASE set to /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc
LIB_1 set to ioapi/modules
LIB_2 set to ioapi/include_files
LIB_4 set to ioapi/lib
CPP_FLAGS set to
F_COMPILER set to /bin/gfortran
FSTD set to -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising
DBG set to -Wall -O0 -g -fcheck=all -ffpe-trap=invalid,zero,overflow -fbacktrace
f_flags set to -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32
f90_flags set to -ffree-form -ffree-line-length-none -funroll-loops -finit-character=32
LINK_FLAGS set to
IOAPI set to -lioapi
NETCDF set to -lnetcdf -lnetcdff
Building file list for module common
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/CGRID_SPCS.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/findex.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/gc_spc_map.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/get_envlist.f added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/HGRD_DEFN.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/icon.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/IC_PARMS.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/lat_lon.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/lr_interp.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/lst_spc_map.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/ngc_spc_map.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/opn_ic_file.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/setup_logdev.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/subhdomain.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/UTILIO_DEFN.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/common/VGRD_DEFN.F added to make list
Building file list for module profile
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/profile/prof_driver.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/profile/prof_icout.F added to make list
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/profile/prof_vinterp.F added to make list
Building file list for module prof_data/cb05_ae6_aq
file /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/src/prof_data/cb05_ae6_aq/ic_profile_CB05.dat added to make list
Determining global module files
file CGRID_SPCS.F determined to be global
file HGRD_DEFN.F determined to be global
file IC_PARMS.F determined to be global
file UTILIO_DEFN.F determined to be global
file VGRD_DEFN.F determined to be global
Generating Makefile
Compilers defined
CPP Flags defined
Libraries defined
Includes defined
Objects defined
Make rules defined
file,nfields-1 CGRID_SPCS.F 2
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
file,nfields-1 gc_spc_map.F 3
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
modName,modFile 3 CGRID_SPCS CGRID_SPCS.F
file,nfields-1 HGRD_DEFN.F 2
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
file,nfields-1 icon.F 6
modName,modFile 2 HGRD_DEFN HGRD_DEFN.F
modName,modFile 3 VGRD_DEFN VGRD_DEFN.F
modName,modFile 4 UTILIO_DEFN UTILIO_DEFN.F
modName,modFile 5 CGRID_SPCS CGRID_SPCS.F
modName,modFile 6 IC_PARMS IC_PARMS.F
file,nfields-1 lat_lon.F 2
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
file,nfields-1 lr_interp.F 2
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
file,nfields-1 lst_spc_map.F 4
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
modName,modFile 3 CGRID_SPCS CGRID_SPCS.F
modName,modFile 4 IC_PARMS IC_PARMS.F
file,nfields-1 ngc_spc_map.F 4
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
modName,modFile 3 CGRID_SPCS CGRID_SPCS.F
modName,modFile 4 IC_PARMS IC_PARMS.F
file,nfields-1 opn_ic_file.F 6
modName,modFile 2 HGRD_DEFN HGRD_DEFN.F
modName,modFile 3 VGRD_DEFN VGRD_DEFN.F
modName,modFile 4 UTILIO_DEFN UTILIO_DEFN.F
modName,modFile 5 CGRID_SPCS CGRID_SPCS.F
modName,modFile 6 IC_PARMS IC_PARMS.F
file,nfields-1 setup_logdev.F 2
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
file,nfields-1 subhdomain.F 2
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
file,nfields-1 UTILIO_DEFN.F 3
modName 2 M3UTILIO -------------
modName 3 PARUTILIO -------------
file,nfields-1 VGRD_DEFN.F 2
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
file,nfields-1 prof_driver.F 4
modName,modFile 2 UTILIO_DEFN UTILIO_DEFN.F
modName,modFile 3 CGRID_SPCS CGRID_SPCS.F
modName,modFile 4 IC_PARMS IC_PARMS.F
file,nfields-1 prof_icout.F 5
modName,modFile 2 HGRD_DEFN HGRD_DEFN.F
modName,modFile 3 VGRD_DEFN VGRD_DEFN.F
modName,modFile 4 UTILIO_DEFN UTILIO_DEFN.F
modName,modFile 5 IC_PARMS IC_PARMS.F
file,nfields-1 prof_vinterp.F 5
modName,modFile 2 HGRD_DEFN HGRD_DEFN.F
modName,modFile 3 VGRD_DEFN VGRD_DEFN.F
modName,modFile 4 UTILIO_DEFN UTILIO_DEFN.F
modName,modFile 5 IC_PARMS IC_PARMS.F
USE/MODULE dependencies defined
Makefile generated
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files UTILIO_DEFN.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files HGRD_DEFN.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files IC_PARMS.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files CGRID_SPCS.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files VGRD_DEFN.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files findex.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files gc_spc_map.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files get_envlist.f
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files icon.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files lat_lon.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files lr_interp.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files lst_spc_map.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files ngc_spc_map.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files opn_ic_file.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files setup_logdev.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files subhdomain.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files prof_driver.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files prof_icout.F
/bin/gfortran -c -ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32 -O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/modules -I /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/include_files prof_vinterp.F
/bin/gfortran UTILIO_DEFN.o HGRD_DEFN.o IC_PARMS.o CGRID_SPCS.o VGRD_DEFN.o findex.o gc_spc_map.o get_envlist.o icon.o lat_lon.o lr_interp.o lst_spc_map.o ngc_spc_map.o opn_ic_file.o setup_logdev.o subhdomain.o prof_driver.o prof_icout.o prof_vinterp.o -L/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib -lioapi -L/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/netcdf/lib -lnetcdf -lnetcdff -o ICON_v52_profile.exe
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libioapi.a(getefile.o): In function getefile_': getefile.F:(.text+0x23): undefined reference to
GOMP_critical_name_startâ
getefile.F:(.text+0x45): undefined reference to GOMP_critical_name_end' /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libioapi.a(m3msg2.o): In function
m3msg2_â:
m3msg2.F:(.text+0x1e): undefined reference to GOMP_critical_name_start' m3msg2.F:(.text+0x95): undefined reference to
GOMP_critical_name_endâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libioapi.a(m3msg2.o): In function m3mesg_': m3msg2.F:(.text+0xe4): undefined reference to
GOMP_critical_name_startâ
m3msg2.F:(.text+0x169): undefined reference to GOMP_critical_name_end' /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libioapi.a(m3msg2.o): In function
m3prompt_â:
m3msg2.F:(.text+0x1c4): undefined reference to GOMP_critical_name_start' m3msg2.F:(.text+0x2c6): undefined reference to
GOMP_critical_name_endâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libioapi.a(m3msg2.o): In function m3parag_': m3msg2.F:(.text+0x3a3): undefined reference to
GOMP_critical_name_startâ
m3msg2.F:(.text+0x5ce): undefined reference to GOMP_critical_name_end' /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libioapi.a(m3msg2.o): In function
m3flush_â:
m3msg2.F:(.text+0x61a): undefined reference to GOMP_critical_name_start' m3msg2.F:(.text+0x62f): undefined reference to
GOMP_critical_name_endâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libioapi.a(write3.o): In function write3_': write3.F:(.text+0x116): undefined reference to
GOMP_critical_name_startâ
write3.F:(.text+0x131): undefined reference to GOMP_critical_name_end' /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libioapi.a(desc3.o): In function
desc3_â:
desc3.F90:(.text+0x17): undefined reference to GOMP_single_start' desc3.F90:(.text+0x26): undefined reference to
GOMP_barrierâ
desc3.F90:(.text+0x3a9): undefined reference to GOMP_critical_name_start' desc3.F90:(.text+0x943): undefined reference to
GOMP_critical_name_endâ
desc3.F90:(.text+0x104a): undefined reference to `GOMP_critical_name_endâ
.
.
.
.
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-attio.o): In function nf_put_att_text_': fort-attio.c:(.text+0xe9): undefined reference to
nc_put_att_textâ
fort-attio.c:(.text+0x116): undefined reference to nc_put_att_text' /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-attio.o): In function
nf_get_att_text_â:
fort-attio.c:(.text+0x1be): undefined reference to nc_get_att_text' fort-attio.c:(.text+0x1e6): undefined reference to
nc_get_att_textâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-attio.o): In function nf_put_att_int1_': fort-attio.c:(.text+0x2a0): undefined reference to
nc_put_att_scharâ
fort-attio.c:(.text+0x2cf): undefined reference to nc_put_att_schar' /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-attio.o): In function
nf_get_att_int1_â:
fort-attio.c:(.text+0x377): undefined reference to nc_get_att_schar' fort-attio.c:(.text+0x39f): undefined reference to
nc_get_att_scharâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-attio.o): In function nf_put_att_int2_': fort-attio.c:(.text+0x459): undefined reference to
nc_put_att_shortâ
fort-attio.c:(.text+0x488): undefined reference to nc_put_att_short' /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-attio.o): In function
nf_get_att_int2_â:
fort-attio.c:(.text+0x530): undefined reference to nc_get_att_short' fort-attio.c:(.text+0x558): undefined reference to
nc_get_att_shortâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-attio.o): In function `nf_put_att_int_â:
.
.
.
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_put_var1_int1_': fort-var1io.c:(.text+0xb6): undefined reference to
nc_put_var1_scharâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_get_var1_int1_': fort-var1io.c:(.text+0xf8): undefined reference to
nc_get_var1_scharâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_put_var1_int2_': fort-var1io.c:(.text+0x13a): undefined reference to
nc_put_var1_shortâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_get_var1_int2_': fort-var1io.c:(.text+0x17c): undefined reference to
nc_get_var1_shortâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_put_var1_int_': fort-var1io.c:(.text+0x1be): undefined reference to
nc_put_var1_intâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_get_var1_int_': fort-var1io.c:(.text+0x200): undefined reference to
nc_get_var1_intâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_put_var1_real_': fort-var1io.c:(.text+0x242): undefined reference to
nc_put_var1_floatâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_get_var1_real_': fort-var1io.c:(.text+0x284): undefined reference to
nc_get_var1_floatâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_put_var1_double_': fort-var1io.c:(.text+0x2c6): undefined reference to
nc_put_var1_doubleâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_get_var1_double_': fort-var1io.c:(.text+0x308): undefined reference to
nc_get_var1_doubleâ
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_put_var1_': fort-var1io.c:(.text+0x34a): undefined reference to
nc_put_var1â
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-var1io.o): In function nf_get_var1_': fort-var1io.c:(.text+0x38c): undefined reference to
nc_get_var1â
/home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-varaio.o): In function nf_put_vara_text_': fort-varaio.c:(.text+0x5a): undefined reference to
nc_put_vara_textâ
.
.
.
fort-varaio.c:(.text+0x582): undefined reference to nc_put_vara' /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/lib/x86_64/gcc/ioapi/lib/libnetcdff.a(fort-varaio.o): In function
nf_get_vara_â:
fort-varaio.c:(.text+0x5f0): undefined reference to `nc_get_varaâ
collect2: error: ld returned 1 exit status
make: *** [ICON_v52_profile.exe] Error 1
ERROR while running make command
else
endif
mv Makefile Makefile.gcc
ln -s Makefile.gcc Makefile
if ( 0 != 0 ) then
if ( -e /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/scripts/BLD_ICON_v52_profile_gcc/ICON_v52_profile.cfg ) then
mv ICON_v52_profile.cfg.bld /home/somedir/cmaq_user/cmaq_test/CMAQv5.2/PREP/icon/scripts/BLD_ICON_v52_profile_gcc/ICON_v52_profile.cfg
exit