CI: add flags required by recent openmpi to run on the CI

This commit is contained in:
Gabriel Ferreira
2022-01-11 13:43:35 -03:00
parent 70d11fe983
commit 330ffb75b6
2 changed files with 3 additions and 2 deletions

View File

@@ -37,6 +37,9 @@ stages:
- mkdir -p $CCACHE_BASEDIR_VALUE
- export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/$CCACHE_BASEDIR_VALUE
- export OMPI_ALLOW_RUN_AS_ROOT=1
- export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
- export OMPI_MCA_rmaps_base_oversubscribe=1
- CXX=$COMPILER ./ns3 configure -d $MODE -GNinja --enable-examples --enable-tests --enable-asserts
- ./ns3 build
- if [ "$MODE" != "debug" ]; then ./test.py -n; fi