Skip to content

Instantly share code, notes, and snippets.

@rljacob
Created August 18, 2015 17:35
Show Gist options
  • Save rljacob/30b6a9dafee05544e72f to your computer and use it in GitHub Desktop.
Save rljacob/30b6a9dafee05544e72f to your computer and use it in GitHub Desktop.
mpif90 -o /lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/cesm.exe cesm_comp_mod.o cesm_driver.o component_mod.o component_type_mod.o cpl_comp_esmf.o cplcomp_exchange_mod.o prep_aoflux_mod.o prep_atm_mod.o prep_glc_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_esmf.o seq_map_mod.o seq_map_type_mod.o seq_rest_mod.o t_driver_timers_mod.o -L/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/lib/ -latm -L/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/lib/ -lice -L/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/lib/ -llnd -L/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/lib/ -locn -L/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/lib/ -lrof -L/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/lib/ -lglc -L/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/lib/ -lwav -L/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/intel/mpich/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share -lcsm_share -L/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/intel/mpich/nodebug/nothreads/lib -lpio -lgptl -lmct -lmpeu -L/soft/netcdf/4.3.1-serial/intel-13.1/lib -lnetcdff -L/soft/netcdf/4.3.1-serial/intel-13.1/lib -L/soft/hdf5/1.8.12-serial/intel-13.1/lib -lnetcdf -lnetcdf -llapack -lblas -L/soft/pnetcdf/1.5.0/intel-13.1/mpich2-1.4.1/lib -lpnetcdf -L/soft/mpich2/1.4.1-intel-13.1/lib -lmpich
/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/intel/mpich/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share/libcsm_share.a(shr_vmath_mod.o): In function `shr_vmath_mod_mp_shr_vmath_sqrt_':
/lcrc/group/earthscience/jacob/ACMEmerge/cime/share/csm_share/shr/shr_vmath_mod.F90:(.text+0x27): undefined reference to `vdsqrt_'
/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/intel/mpich/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share/libcsm_share.a(shr_vmath_mod.o): In function `shr_vmath_mod_mp_shr_vmath_exp_':
/lcrc/group/earthscience/jacob/ACMEmerge/cime/share/csm_share/shr/shr_vmath_mod.F90:(.text+0x1f7): undefined reference to `vdexp_'
/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/intel/mpich/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share/libcsm_share.a(shr_vmath_mod.o): In function `shr_vmath_mod_mp_shr_vmath_div_':
/lcrc/group/earthscience/jacob/ACMEmerge/cime/share/csm_share/shr/shr_vmath_mod.F90:(.text+0x21a): undefined reference to `vddiv_'
/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/intel/mpich/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share/libcsm_share.a(shr_vmath_mod.o): In function `shr_vmath_mod_mp_shr_vmath_log_':
/lcrc/group/earthscience/jacob/ACMEmerge/cime/share/csm_share/shr/shr_vmath_mod.F90:(.text+0x237): undefined reference to `vdln_'
/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/intel/mpich/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share/libcsm_share.a(shr_vmath_mod.o): In function `shr_vmath_mod_mp_shr_vmath_sin_':
/lcrc/group/earthscience/jacob/ACMEmerge/cime/share/csm_share/shr/shr_vmath_mod.F90:(.text+0x257): undefined reference to `vdsin_'
/lcrc/project/ACME/jacob/acme_scratch/Fcasetest/bld/intel/mpich/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share/libcsm_share.a(shr_vmath_mod.o): In function `shr_vmath_mod_mp_shr_vmath_cos_':
/lcrc/group/earthscience/jacob/ACMEmerge/cime/share/csm_share/shr/shr_vmath_mod.F90:(.text+0x277): undefined reference to `vdcos_'
@ndkeen
Copy link

ndkeen commented Sep 1, 2016

I just googled shr_vmath_mod_mp_shr_vmath_sqrt_ and this came up. I have it on edison now. Resolution?

FYI: I re-added some MKL link flags and it found this symbol. So this is apparently somewhere in:

${MKLROOT}/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_intel_lp64.a $\ {MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_sequential.a -Wl,--end-group ${MKLROOT}/lib/intel64/libmk\ l_blacs_intelmpi_lp64.a -lpthread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment