atp42@cornell_edu
New Member
Hi,
I'm new to modeling and trying to port the CESM to a local Intel Linux machine with GNU compilers. I have tried moving over newer versions of MPI and NetCDF, slightly modifying options, but after everything I try I always get the same error. I believe I've narrowed it down to MPI settings, but I'm not sure where to go to enter these values. What are my options for the variables CPPDEFS, FFLAGS and LDFLAGS in the Macros file? and how can I set some of these MPI values?
I am starting with .generic_linux_intel, and the error I get is,
Wed Sep 7 11:24:20 EDT 2011 /home/atp42/models/scratch/atp42/test_catalina/mct/mct.bldlog.110907-112420
Copying source to CCSM EXEROOT...
New build of MCT
Running configure...
for OS=Linux MACH=catalina2
cat: Filepath: No such file or directory
cat: Srcfiles: No such file or directory
/home/atp42/test_catalina/Tools/mkSrcfiles > /home/atp42/models/scratch/atp42/test_catalina/mct/Srcfiles
cp -f /home/atp42/models/scratch/atp42/test_catalina/mct/Filepath /home/atp42/models/scratch/atp42/test_catalina/mct/Deppath
/home/atp42/test_catalina/Tools/mkDepends Deppath Srcfiles > /home/atp42/models/scratch/atp42/test_catalina/mct/Depends
/bin/tcsh ./configure CC="mpicc" FC="mpif90" F90="mpif90" INCLUDEPATH="-I/usr/lib/openmpi/1.2.8-gcc/bin/include"
Missing }.
gmake: *** [configure] Error 1
cp: cannot stat `Makefile.conf': No such file or directory
Makefile:4: Makefile.conf: No such file or directory
make: *** No rule to make target `Makefile.conf'. Stop.
I'm also not sure where the missing "}" is, I've check over the files I modified 3 times, there are a couple blank variables, but there is no unpaired "{". Where could this be?
are my make.out, config.out and config.log files . (they are zipped because the forum doesn't like the extensions.
Thank you for your help and please let me know if you need more information.
-Aaron
I'm new to modeling and trying to port the CESM to a local Intel Linux machine with GNU compilers. I have tried moving over newer versions of MPI and NetCDF, slightly modifying options, but after everything I try I always get the same error. I believe I've narrowed it down to MPI settings, but I'm not sure where to go to enter these values. What are my options for the variables CPPDEFS, FFLAGS and LDFLAGS in the Macros file? and how can I set some of these MPI values?
I am starting with .generic_linux_intel, and the error I get is,
Wed Sep 7 11:24:20 EDT 2011 /home/atp42/models/scratch/atp42/test_catalina/mct/mct.bldlog.110907-112420
Copying source to CCSM EXEROOT...
New build of MCT
Running configure...
for OS=Linux MACH=catalina2
cat: Filepath: No such file or directory
cat: Srcfiles: No such file or directory
/home/atp42/test_catalina/Tools/mkSrcfiles > /home/atp42/models/scratch/atp42/test_catalina/mct/Srcfiles
cp -f /home/atp42/models/scratch/atp42/test_catalina/mct/Filepath /home/atp42/models/scratch/atp42/test_catalina/mct/Deppath
/home/atp42/test_catalina/Tools/mkDepends Deppath Srcfiles > /home/atp42/models/scratch/atp42/test_catalina/mct/Depends
/bin/tcsh ./configure CC="mpicc" FC="mpif90" F90="mpif90" INCLUDEPATH="-I/usr/lib/openmpi/1.2.8-gcc/bin/include"
Missing }.
gmake: *** [configure] Error 1
cp: cannot stat `Makefile.conf': No such file or directory
Makefile:4: Makefile.conf: No such file or directory
make: *** No rule to make target `Makefile.conf'. Stop.
I'm also not sure where the missing "}" is, I've check over the files I modified 3 times, there are a couple blank variables, but there is no unpaired "{". Where could this be?
are my make.out, config.out and config.log files . (they are zipped because the forum doesn't like the extensions.
Thank you for your help and please let me know if you need more information.
-Aaron