﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
155	Investigating Netcdf library issues on Adastra	abierjon		"When compiling some util/ programs on Adastra using the following module set-up :
{{{
module purge
module load PrgEnv-intel/8.4.0
module load cray-hdf5-parallel/1.12.2.1
module load cray-netcdf-hdf5parallel/4.9.0.1
}}}
(but also the bigger module set-up from LMDZ.COMMON/arch/arch.ADASTRA-ifort.env)
the compilation works well, but then the execution fails with the error message :

{{{
lslin.e: symbol lookup error: lslin.e: undefined symbol: __libm_feature_flag
}}}
Adding the NetCDF library to the LD_LIBRARY_PATH environment variable (export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$NETCDF_DIR/lib) before running solves the issue.

However, this issue occurs only for the following programs :
concatnc ; extract ; hrecast ; lslin ; simu_MCS ; solzenangle ; zrecast.

Conversely, it does not occur for :
aeroptical ; localtime ; and the GCM.

One should investigate why the LD_LIBRARY_PATH update is necessary for some programs and not the others..."	task	closed	minor		MARS GCM		wontfix		
