|
[Sponsors] |
February 10, 2014, 09:01 |
SU2 Parallel installation
|
#1 |
New Member
Sheikh Razibul Islam
Join Date: Feb 2014
Posts: 1
Rep Power: 0 |
Greetings...
Please forgive me if this is problem has been discussed elsewhere. I am new to SU2 and having problem with installation in parallel version. Following command is used to configure. sudo ./configure --with-CGNS-lib=/usr/lib64 --with-CGNS-include=/home/razibul/git/SU2/Common/include/CGNS/3.1.3/ --with-Metis-lib=/usr/lib64/ --with-Metis-include=/home/razibul/git/SU2/Common/include/METIS/5.0.2/ --with-MPI=/usr/local/bin/mpicxx I am getting the following error checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for /usr/lib64/libcgns.a... yes checking for /home/razibul/git/SU2/Common/include/CGNS/3.1.3//cgnslib.h... yes checking for /usr/lib64//libmetis.a... yes checking for /home/razibul/git/SU2/Common/include/METIS/5.0.2//metis.h... yes checking whether the C++ compiler works... no configure: error: in `/home/razibul/FlowProject/SU2': configure: error: C++ compiler cannot create executables See `config.log' for more details razibul@linux-vqs7:~/FlowProject/SU2> sudo ./configure --with-CGNS-lib=/usr/lib64 --with-CGNS-include=/home/razibul/git/SU2/Common/include/CGNS/3.1.3/ --with-Metis-lib=/usr/lib64/ --with-Metis-include=/home/razibul/git/SU2/Common/include/METIS/5.0.2/ --with-MPI=/usr/local/bin/mpicxx checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for /usr/lib64/libcgns.a... yes checking for /home/razibul/git/SU2/Common/include/CGNS/3.1.3//cgnslib.h... yes checking for /usr/lib64//libmetis.a... yes checking for /home/razibul/git/SU2/Common/include/METIS/5.0.2//metis.h... yes checking whether the C++ compiler works... no configure: error: in `/home/razibul/FlowProject/SU2': configure: error: C++ compiler cannot create executables See `config.log' for more details I am bit lost at this point as I have working c++ gnu compiler installed and OpenMPI is also functioning. Thanks in Advance Tamal |
|
February 10, 2014, 09:26 |
|
#2 |
New Member
Jeffrey van Oostrom
Join Date: Feb 2014
Location: Delft, The Netherlands
Posts: 16
Rep Power: 12 |
I had the same issue. The problem was that it could not detect mpicxx on my machine. You should check for that and install if necessary.
|
|
March 24, 2014, 21:06 |
|
#3 |
Member
Carlos Alexandre Tomigawa Aguni
Join Date: Mar 2014
Posts: 40
Rep Power: 12 |
Hello. I had the same problem and this thread helped me http://www.cfd-online.com/Forums/su2...pi-option.html
On it he insert the mpi compiler as --with-MPI value. To me it worked inputing mpiicpc. But It strongly depends on how you've installed everything. Cause there's plenty of compilers (mpic++, mpicc, mpiicc, mpiicpc). I haven't tried to use CGNS or METIS yet but till now this worked for me. Code:
./configure --prefix=/opt/SU2+MPI/ --with-MPI=mpiicpc |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 19:45 |
SU2 parallel installation error | JAlbert | SU2 Installation | 2 | November 19, 2013 03:43 |
Parallel FUN3D Installation | jgrisham | Main CFD Forum | 4 | October 21, 2013 15:39 |
Installation issues for parallel computation | Akash C | SU2 Installation | 1 | June 21, 2013 06:26 |
SU2 Installation: Parallel version along with Serial | bruzerravi | SU2 Installation | 2 | May 5, 2013 02:22 |