Re: Trouble using Intel icpc compiler
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › Bug Reports › Trouble using Intel icpc compiler › Re: Trouble using Intel icpc compiler
July 19, 2012 at 7:47 am
#2054
kulka
Member
Quote:
Quote from bitelaumrnI got lots of:rn””../../src/external/boost/pthread.h(505): warning #1292: unknown attribute “”ignored””rn } __pthread_unwind_buf_t __attribute__ ((__aligned__));””rnrnor thing like this, that shoudn’t be a problem, but i also had problems with some errors.rn
rnAdd -D__aligned__=ignored to compiler flags.rnrn
Quote:
Quote from bitelaumrnand when I try to compile some example i get lots of lines like:rn””units.cpp:(.text._ZN3olb17createLBconverterIdEEPNS_11LBconverterIT_EERKNS_9XMLreaderE[_ZN3olb17createLBconverterIdEEPNS_11LBconverterIT_EERKNS_9XMLreaderE]+0xb28): undefined reference to `olb::OstreamManager::~OstreamManager()’rnmake: *** [cavity2d] Error 1rn””rn
rnAdd -DMPICH_IGNORE_CXX_SEEK to compiler flags (in case of PARALLEL MODE MPI)