Hi Dave, thank you. I've done this and run into set up problems on the mac I have now about gmake. I've had similar issues where if I (for example) install gmake/make versions and then try to make aliases or anything similar it doesn't get passed this gmake issue. (Note that I have gmake)
Do you have any recommendations about gmake? Here is set up attempt:
Set up and error build
ee837335@JRHH3YR4VF CICE % ./cice.setup -c ~/mycase1 -g gx3 -m testmachine -s diag1,thread -p 8x1
./cice.setup:
Refresh index: 100% (472/472), done.
ICE_SANDBOX = /Users/ee837335/CICE_motherfolder/CICE
ICE_CASENAME = mycase1
ICE_CASEDIR = /Users/ee837335/mycase1
ICE_MACHINE = testmachine
ICE_ENVNAME = intel
ICE_RUNDIR = /Users/ee837335/CICE_RUNS/mycase1
ICE_PES = 8x1
ICE_GRID = gx3 (100x116) blocksize=25x29x2
ICE_DECOMP = roundrobin slenderX2
adding namelist mods set_nml.gx3
adding namelist mods set_nml.diag1
adding env mods set_env.thread
running parse_settings.sh
running parse_namelist.sh
running parse_namelist_from_env.sh
running cice.run.setup.csh
running cice.batch.csh (creating cice.run)
running cice.launch.csh
./cice.setup done
ee837335@JRHH3YR4VF CICE % cd ~/mycase1
ee837335@JRHH3YR4VF mycase1 % ./cice.build
./cice.build:
ICE_GRID = gx3
ICE_NTASK = 8
ICE_NTHRD = 1
ICE_CPPDEFS = -DUSE_NETCDF
Filepath =
/Users/ee837335/CICE_motherfolder/CICE/cicecore/drivers/standalone/cice
/Users/ee837335/CICE_motherfolder/CICE/cicecore/cicedynB/dynamics
/Users/ee837335/CICE_motherfolder/CICE/cicecore/cicedynB/general
/Users/ee837335/CICE_motherfolder/CICE/cicecore/cicedynB/analysis
/Users/ee837335/CICE_motherfolder/CICE/cicecore/cicedynB/infrastructure
/Users/ee837335/CICE_motherfolder/CICE/cicecore/cicedynB/infrastructure/io/io_netcdf
/Users/ee837335/CICE_motherfolder/CICE/cicecore/cicedynB/infrastructure/comm/mpi
/Users/ee837335/CICE_motherfolder/CICE/cicecore/shared
/Users/ee837335/CICE_motherfolder/CICE/icepack/columnphysics
building cice > /Users/ee837335/CICE_RUNS/mycase1/compile/cice.bldlog.240918-211129
gmake clean
gmake: Command not found.
gmake cice
gmake: Command not found.
./cice.build: COMPILE FAILED, see
cat /Users/ee837335/CICE_RUNS/mycase1/compile/cice.bldlog.240918-211129
Cat
ee837335@JRHH3YR4VF mycase1 % cat /Users/ee837335/CICE_RUNS/mycase1/compile/cice.bldlog.240918-211129
gmake: Command not found.
gmake
ee837335@JRHH3YR4VF mycase1 % gmake --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i386-apple-darwin11.3.0