← Back to team overview

yade-users team mailing list archive

Re: [Question #244322]: Compilation with Portland compiler

 

Question #244322 on Yade changed:
https://answers.launchpad.net/yade/+question/244322

Klaus Thoeni posted a new comment:
Hi Anton,

it seems that the problem is with CGAL:

trunk/cMake/FINDCGAL.cmake

SET(CGAL_DEFINITIONS -frounding-math)

So I did:

$cmake -DINSTALL_PREFIX=~/YADE-git/master_AMD/install ~/YADE-
git/master_AMD/trunk -DENABLE_GUI=OFF -DENABLE_CGAL=OFF
-DCMAKE_C_COMPILER=/opt/pgi/linux86-64/13.3/bin/pgcc
-DCMAKE_CXX_FLAGS='-tp=bulldozer-64'

It tells me that CGAL is not enabled:
-- ===========================================================
-- Yade configured with following features: Eigen3 VTK OpenMP GTS CGAL PFVflow GL2PS
-- Disabled features: GUI LinSolv
-- Optimized build
-- ===========================================================

Shouldn't it be in the Disabled feature list?

Nevertheless, when compiling it looks good. The only warning I got is:

c++: unrecognized option '-tp=bulldozer-64'

I will try to run some tests.

Cheers
Klaus

You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.