[MITgcm-support] Make depend error

Don Stark drstark at nps.edu
Mon Apr 25 21:13:44 EDT 2005


> On Mon, 2005-04-25 at 17:07 -0700, Don Stark wrote:
>> Hi,
>> I'm getting an error at the make depend stage. I'm able to successfully
>> compile on one of our single PE SGI's, but when I try to do the same on a
>> multiple PE SGI I've run into an "make: *** [depand] error 127" at the end
>> of the make depend run.
> 
> Hi Don,
> 
> Does it really say "make: *** [depand] error 127" and, if so, did you
> accidentally type in "make depand"?
> 
> And if not, could you send us the error along with a little more
> context--such as the command you typed, the optfile you're using, etc.?
> 
> Ed
Here are the two optfiles:

#!/bin/bash
#
#  $Header: /u/gcmpack/MITgcm/tools/build_options/irix64_ip30_f77,v 1.1
2004/02/21 14:41:09 dimitri Exp $
#

S64='$(TOOLSDIR)/set64bitConst.sh'
MAKEDEPEND=makedepend
CPP='/lib/cpp -P -traditional'

DEFINES='-DTARGET_SGI -DWORDLENGTH=4'
FC='f77'
FC_NAMEMANGLE='#define FC_NAMEMANGLE(X) X ## _'
FFLAGS='-n32 -extend_source -bytereclen'
FOPTIM='-O3 -OPT:Olimit=0:roundoff=3:div_split=ON:alias=typed'
LIBS='-lmpi'
INCLUDEDIRS='/usr/include'

----------------------------------------------------------------------------

#!/bin/bash
#
#  $Header: /u/gcmpack/MITgcm/tools/build_options/irix64_ip27_f77,v 1.1
2004/02/21 14:41:09 dimitri Exp $
#

S64='$(TOOLSDIR)/set64bitConst.sh'
MAKEDEPEND=makedepend
CPP='/lib/cpp -P -traditional'

DEFINES='-DTARGET_SGI -DWORDLENGTH=4'
FC='f77'
FFLAGS='-n32 -extend_source -bytereclen'
FOPTIM='-O3 -OPT:Olimit=0:roundoff=3:div_split=ON:alias=typed'
LIBS='-lmpi -lscs'
INCLUDEDIRS='/usr/include'





More information about the MITgcm-support mailing list