You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install the NCEPLIBS-ip with intel as per the previous suggestions using the following steps:
tar xvf v5.1.0.tar.gz
mv NCEPLIBS-ip-5.1.0 ip510
cd ip510
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/home/centos/model_build/build_iola/external_libs/ip510/build/install ../../ip510
make
make test
However, I encountered the following errors, which are attached in the log.make file (make log) and the log.maketest file (make test log).
The text was updated successfully, but these errors were encountered:
met-sree
changed the title
ssue Encountered While Installing NCEPLIBS-ip with intel
Issue Encountered While Installing NCEPLIBS-ip with intel
Dec 31, 2024
Hi Sree-- Can you please 1) send the output of your CMake step (which will show me what compiler versions you're using, etc.), and 2) for the test step, run "ctest --output-on-failure" so that I can see the error messages for each failed job?
Hm darn, yeah these are segfaults that I was seeing on my personal machine when using Intel+CentOS (I think I was using CentOS 8). You might try fixing it by setting ulimit -s unlimited, but other than that, I think it was a bug somewhere in the Intel compiler that I don't think I ever got to the bottom of. If you're able to test on another OS (e.g., Ubuntu) that might also help to confirm that it's a compiler issue.
Dear Sir,
I tried to install the NCEPLIBS-ip with intel as per the previous suggestions using the following steps:
tar xvf v5.1.0.tar.gz
mv NCEPLIBS-ip-5.1.0 ip510
cd ip510
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/home/centos/model_build/build_iola/external_libs/ip510/build/install ../../ip510
make
make test
However, I encountered the following errors, which are attached in the log.make file (make log) and the log.maketest file (make test log).
Could you please help me resolve these issues?
Thankyou,
Sree
log.make.txt
log.make_test.txt
The text was updated successfully, but these errors were encountered: