Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Case.build error

pansah

Peter Ansah
New Member
Hi,
Where from the ./case.build errror:
Calling /path/to/cime/src/build_scripts/buildlib.gptl
ERROR: /path/to/cime/src/build_scripts/buildlib.gp
I found a similar thread but could not relate to the feedback.

Thanks!
 

pansah

Peter Ansah
New Member
Hi,
Where from the ./case.build errror:
Calling /path/to/cime/src/build_scripts/buildlib.gptl
ERROR: /path/to/cime/src/build_scripts/buildlib.gp
I found a similar thread but could not relate to the feedback.

Thanks!
cat the "error output" gives :

make -f /network/rit/home/pa/cesm/cime/src/share/timing/Makefile install -C /network/rit/lab/yulab/pee/output/b.day2.0/bld/intel/openmpi/nodebug/nothreads/gptl MACFILE=/network/rit/lab/yulab/pee/cases/b.day2.0/Macros.make MODEL=gptl GPTL_DIR=/network/rit/home/pa/cesm/cime/src/share/timing GPTL_LIBDIR=/network/rit/lab/yulab/pee/output/b.day2.0/bld/intel/openmpi/nodebug/nothreads/gptl SHAREDPATH=/network/rit/lab/yulab/pee/output/b.day2.0/bld/intel/openmpi/nodebug/nothreads
make: Entering directory `/network/rit/lab/yulab/pee/output/b.day2.0/bld/intel/openmpi/nodebug/nothreads/gptl'
mpicc -c -I/network/rit/home/pa/cesm/cime/src/share/timing -qno-opt-dynamic-align -fp-model precise -std=gnu99 -O2 -debug minimal -DFORTRANUNDERSCORE -DCPRINTEL -DFORTRANUNDERSCORE -DCPRINTEL -DHAVE_MPI /network/rit/home/pa/cesm/cime/src/share/timing/gptl.c
make: Leaving directory `/network/rit/lab/yulab/pee/output/b.day2.0/bld/intel/openmpi/nodebug/nothreads/gptl'
mpicc: error while loading shared libraries: libevent_core-2.1.so.6: cannot open shared object file: No such file or directory
make: *** [gptl.o] Error 127
ERROR: mpicc: error while loading shared libraries: libevent_core-2.1.so.6: cannot open shared object file: No such file or directory
make: *** [gptl.o] Error 127-bash-4.2
 

pansah

Peter Ansah
New Member
Solved! I had specified the wrong compiler; the mpicc library was also not in my path.
 
Top