|
[Sponsors] |
March 27, 2017, 06:38 |
Error building version 5.0.0 on cluster
|
#1 |
Senior Member
|
Hi all,
For some reason SU2 will not compile on our cluster, with some issue with metis, which seems weird since it came with SU2, but maybe I am overlooking something? Previously we had version 4.2.0 running on the same cluster, all I did was git pull, configure and tried make, which failed with the error output below: Code:
/usr/bin/ld: gk_cur_jbufs: TLS reference in ../../externals/metis/libmetis.a(libmetis_a-kmetis.o) mismatches non-TLS definition in ../../externals/metis/libmetis.a(libmetis_a-error.o) section .data ../../externals/metis/libmetis.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[1]: *** [../bin/SU2_CFD] Error 1 make: *** [all-recursive] Error 1 Regards, Tom |
|
March 31, 2017, 12:46 |
|
#2 |
Super Moderator
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 11 |
Hi Tom,
have a look here: https://web.archive.org/web/20150319...?part=1&chap=3 you can try adding the flag using: export CXXFLAGS="$CXXFLAGS -fPIC" before running the configure script. |
|
April 2, 2017, 12:56 |
|
#3 |
Senior Member
|
Hi,
First it did not work, but I just had to make clean and run make again, and now it works! Thanks a lot. Best regards, Tom Last edited by tomf; April 2, 2017 at 13:03. Reason: Spoke too soon |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM on cluster: version GLIBCXX_3.4.9 and GLIBCXX_3.4.11 not found | ovie | OpenFOAM | 10 | April 19, 2021 19:06 |
simpleFoam convergence issue | Harnoor | OpenFOAM Running, Solving & CFD | 13 | November 16, 2016 09:23 |
[OpenFOAM.org] openfoam-2.2.0 installation on cluster of Redhat 4.1.2-48 | Chandler | OpenFOAM Installation | 32 | June 10, 2015 13:53 |
How can i uninstall new version of OF | shipman | OpenFOAM Installation | 5 | August 12, 2013 05:01 |
version GLIBCXX_3.4.9 and GLIBCXX_3.4.11 not found | ovie | Main CFD Forum | 1 | April 19, 2010 15:00 |