CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2 > SU2 Installation

MPI Issues with installing SU2 Parallel on AWS ParallelCluster

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 3, 2023, 16:33
Default MPI Issues with installing SU2 Parallel on AWS ParallelCluster
  #1
New Member
 
A Roy
Join Date: Sep 2022
Posts: 15
Rep Power: 3
A.Roy is on a distinguished road
Hello,


I am trying to install SU2 on AWS ParallelCluster (slurm as the scheduler) and the parallel build-from-source on Ubuntu 20.04 refuses to work for me, approaches so far:


*ParallelCluster comes with OpenMPI 4.1.5 pre-installed, but using configuring meson with -Dwith-mpi=enabled does not pick it up*
As well as the above:
1. Configuring with MPICH from the ubuntu packages does not get picked up
2. Removing the existing MPI using sudo apt-get remove openmpi* and sudo apt-get autoremove, then rebuilding OpenMPI from source does not get picked up


Trying any of the above options with -Dcustom-mpi=true and export CC=mpicc, export CXX=mpicxx with meson encounters a problem at ninja build immediately with a cannot find mpi.h error despite the include path being shown by trying mpicc -showme


The only option that kind of works is carrying out the above remove steps in 2 then installing OpenMPI with the ubuntu openmpi-bin openmpi-common and libopenmpi-dev packages. With this, -Dwith-mpi=enabled picks up MPI and gets built. However, attempting to run SU2_CFD with mpirun results in the below error:


Code:
mpirun: symbol lookup error: /usr/lib/x86_64-linux-gnu/openmpi/lib/openmpi3/mca_pmix_ext3x.so: undefined symbol: pmix_value_load

Browsing StackOverflow suggests that the above is due to different mpi versions being used for compile and for build or run...which suggests further that the remove openmpi* options are not doing a good enough job?


Any other ideas on how to try and get the mpi version of SU2 built on ParallelCluster or troubleshooting methods?


Thank you!
A.Roy is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Parallel execution of SU2 marco.fossati SU2 11 January 21, 2023 09:03
problem during mpi in server: expected Scalar, found on line 0 the word 'nan' muth OpenFOAM Running, Solving & CFD 3 August 27, 2018 04:18
Installation issues for parallel computation Akash C SU2 Installation 1 June 21, 2013 05:26
A question about HP MPI Local Parallel nucfusion CFX 2 March 15, 2013 02:07
Error using LaunderGibsonRSTM on SGI ALTIX 4700 jaswi OpenFOAM 2 April 29, 2008 10:54


All times are GMT -4. The time now is 07:46.