--- MITgcm_contrib/ESMF/mytools/comp_profile.BASE 2004/02/22 01:10:49 1.1 +++ MITgcm_contrib/ESMF/mytools/comp_profile.BASE 2004/02/27 17:51:57 1.4 @@ -1,14 +1,17 @@ -# $Id: comp_profile.BASE,v 1.1 2004/02/22 01:10:49 cnh Exp $ +# $Id: comp_profile.BASE,v 1.4 2004/02/27 17:51:57 cnh Exp $ # $Name: $ # # Compiler and linker options for faulks.lcs.mit.edu # # genmake2 options -set gm2command = "../../../tools/genmake2" +set gm2command = "${BUILDROOT}/../../tools/genmake2" set gm2mods = "-mods=../code" set gm2optfile = " " -set gm2adoptfile = "-adoptfile=../../../tools/adjoint_options/adjoint_default" +set gm2adoptfile = "-adoptfile=${BUILDROOT}/../../tools/adjoint_options/adjoint_default" set gm2standarddirs = '-standarddirs=" "' +# Command used to go from file name to module name (module names are CAPS on +# ( SGI +set mkmodname = cat # archive building command set arcommand = ar set aropts = "-rsc"