Bellanita
New Member
Thank you, I checked the config.log file, and there did happened errors in it.Look at the mct config.log file in your build directory.
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2378: $? = 0
configure:2367: pgcc -v >&5
Export PGI=/home/bella/opt/pgi
pgcc-Warning-No files to process
configure:2378: $? = 0
configure:2367: pgcc -V >&5
pgcc 19.10-0 LLVM 64-bit target on x86-64 Linux -tp sandybridge
PGI Compilers and Tools
Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
configure:2378: $? = 0
configure:2367: pgcc -qversion >&5
pgcc-Error-Unknown switch: -qversion
configure:2378: $? = 1
configure:2398: checking whether the C compiler works
configure:2367: pgcc -V >&5
pgcc 19.10-0 LLVM 64-bit target on x86-64 Linux -tp sandybridge
PGI Compilers and Tools
Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
configure:2378: $? = 0
configure:2367: pgcc -qversion >&5
pgcc-Error-Unknown switch: -qversion
configure:2378: $? = 1
configure:2398: checking whether the C compiler works
Timing stats:
init 16 millisecs 100%
Total time 16 millisecs
/usr/bin/ld: cannot find -lnetcdf
/usr/bin/ld: cannot find -lnetcdff
configure:2424: $? = 2
configure:2462: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MCT"
| #define PACKAGE_TARNAME "mct"
| #define PACKAGE_VERSION "2.8"
| #define PACKAGE_STRING "MCT 2.8"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2467: error: in `/home/bella/opt/cesm/cesm1_2_2_1/case/test/bld/pgi/mpich/nodebug/nothreads/mct':
configure:2469: error: C compiler cannot create executables
See `config.log' for more details