Dear Support
I am trying to build netcdf-4.3.3.1 with parallel support using Intel MPI Library-4.1 in order to build RegCM-4.4.5.5.
I have used following environment variables before running the configure command:
export CC=mpiicc
export CXX=mpiicpc
export CFLAGS=' -03 -xHost -ip -no-prec-div -static-intel'
export CXXFLAGS=' -03 -xHost -ip -no-prec-div -static-intel'
export F77=mpiifort
export FC=mpiifort
export F90=mpiifort
export FFFLAGS=' -03 -xHost -ip -no-prec-div -static-intel'
export CPP='mpiicc -E'
export CXXCPP='mpiicpc -E'
then I ran the configure command as
./configure --prefix=/export/home/dkumar/RLIB CPPFLAGS=-I/export/home/dkumar/RLIB/include LDFLAGS=-L/export/home/dkumar/RLIB/lib LIBS="-ldl" LIBS="-L/export/home/dkumar/RLIB/lib -lhdf5_hl -lhdf5 -lz -lsz" --enable-large-file-tests --enable-parallel-tests --enable-netcdf-4 --enable-shared
the configure and make command completed successfully without any error however, but make check suggested that one of the tests run_par_test.sh failed. I am not able to understand what went wrong, but then I am able to run make install without any error.
Please help me in correcting this error. As I am new to the HPC systems so I could not figure it out my own.
the error file test-suite.log and config.log has been attached for the reference.
Any help would be appreciated
Thanks and Regards
Dhirendra