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

./cice.build: COMPILE FAILED

Ippy

Ippolita
New Member
Hello everyone,
I am trying to build the CICE model on my pc. But I keep getting this error:

building cice > /home/ippolita/CICE_RUNS/mycase/compile/cice.bldlog.210910-121921
gmake clean
rm -f *.o *.d *.mod /home/ippolita/CICE_RUNS/mycase/cice
gmake cice
Building makdep
icc -o makdep /home/ippolita/mycase/makdep.c
gmake: icc: Command not found
mpif90 -c -fp-model precise -convert big_endian -assume byterecl -ftz -traceback -xHost -O2 -qopenmp -FR -DFORTRANUNDERSCORE -DUSE_NETCDF -I. /home/ippolita/CICE/CICE6.3/cicecore/drivers/standalone/cice/CICE.F90
gmake: mpif90: Command not found
/home/ippolita/mycase/Makefile:177: recipe for target 'CICE.o' failed
gmake: *** [CICE.o] Error 127

./cice.build: COMPILE FAILED, see
cat /home/ippolita/CICE_RUNS/mycase/compile/cice.bldlog.210910-121921

Do you have any idea how to solve this problem?

All the best

Ippolita
 

dbailey

CSEG and Liaisons
Staff member
Looks like you are missing some pieces to your compiler. I'll see if I can get some people to help.
 

Philippe Blain

New Member
Hi Ippolita,

For building and running CICE on a personal computer, the easiest way is to use the conda environment provided by the Consortium. Have a look at this part of the CICE documentation: 3.2. Running CICE — CICE documentation.

Don't hesitate to ask for further questions if some parts of the doc are not clear or do not work (they should work :))

Cheers,
Philippe.
 
Top