Hi,

For the latest version of NAMD, we need to add "--std=c++11 -ip" to the CXXFLAGS when compiling with Intel compilers.

How would we do that from the EasyConfig file ?


For now, the only hack that would make it work is :

toolchainopts = {'cstd':'c++11 -ip'}
but it is a hack that relies on having the value of cstd not being quoted when transformed into CXXFLAGS.

What would be the proper way ?

I would expect having something like :

toolchainopts = {'extra_args':'whatever we need'}

Thoughts ?

--
---------------------------------
Maxime Boissonneault
Analyste de calcul - Calcul Québec, Université Laval
Président - Comité de coordination du soutien à la recherche de Calcul Québec
Team lead - Research Support National Team, Compute Canada
Instructeur Software Carpentry
Ph. D. en physique

Reply via email to