./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.
 
Back
Top