Closed sanAkel closed 1 year ago
FWIW, same procedure on discover, no problems!
(I got lucky 🤞 and could login despite NCCS issue: NCCS Downtime: Discover experiencing GPFS issues
)
@sanAkel You'll need Baselibs 7.7.0 to compile MAPL 2.32+ with the default options. The g5_modules
for GEOS was updated at the same time (well, before, actually) so it is good on discover, pfe, etc.
If you don't want to rebuild Baselibs, you can set at CMake time -DBUILD_WITH_FARGPARSE=NO
. You won't miss out on any functionality as it's more of an "alternate" code path for now.
@sanAkel You'll need Baselibs 7.7.0 to compile MAPL 2.32+ with the default options. The
g5_modules
for GEOS was updated at the same time (well, before, actually) so it is good on discover, pfe, etc.If you don't want to rebuild Baselibs, you can set at CMake time
-DBUILD_WITH_FARGPARSE=NO
. You won't miss out on any functionality as it's more of an "alternate" code path for now.
Thank you @mathomp4, will try once without building Baselibs and with the arg.
I could successfully build with:
cmake .. -DBASEDIR=$HOME/installed/MPI/intel-clang-2021.2.0/openmpi-4.1.1/Baselibs/7.5.1 -DCMAKE_Fortran_COMPILER=ifort -DCMAKE_INSTALL_PREFIX=../install-Debug -DCMAKE_BUILD_TYPE=Debug -DUSE_F2PY=OFF -DBUILD_WITH_FARGPARSE=NO
As @mathomp4 said, without having to update to Baselibs 7.7.0
. @mathomp4 thanks again!
My mepo status:
Is there a problem with
fArgParse
? Does it relate to: https://github.com/GEOS-ESM/MAPL/commit/da7d37cf260bbe1fb0f3bd0824c3ea5d638313b4Log file are attached.
CMakeError.log CMakeOutput.log
Problem does not go away with MAPL
v2.33.0
!