Resgrp:comp-photo-gaussian problems
Appearance
g09
g09 fixup_input for Linda calculations (avoiding nproclinda) not tested
gdvh01
gdvh01 linda + noincore
gdvh11
Building linda code with alias 'mg linda' fails: --Mjbear 17:23, 22 March 2011 (UTC) Solution: replace alias with a script, such as the following (used for gdv h08 linda which couldn't be rebuilt)
make -f bsd/gdv.make linda CSIZE=4194304 CSIZEW=512 OPTOI= MMODEL='-mcmodel=medium' PROCTYPE=-D_EM64T_ I8FLAG=-i8 R8FLAG=-r8 I8CPP1=-DI64 I8CPP2=-DP64 I8CPP3=-DPACK64 I8CPP4=-DUSE_I2 MACHTY=p7-64 GAULIBU=util.a BLAS1=bsd/libf77blas-em64t.a BLAS2=bsd/libatlas-em64t.a
This way, the correct 64-bit options are passed to make.