Hi there,
It's just to let those using Mac and using the script configure_openmpi that
you need to amend:
from:
./configure --prefix=$AMBERHOME --disable-mpi-cxx \
$static YACC=$AMBERHOME/bin/yacc FC="$fc" FCFLAGS="$fflags" \
F77="$fc" FFLAGS="$fflags" F90="$fc" \
CC="$cc" CFLAGS="$cflags" CXX="$cplusplus"
to:
./configure --prefix=$AMBERHOME --disable-mpi-cxx \
$static YACC=$AMBERHOME/bin/yacc FC="$fc" FCFLAGS="$fflags" \
F77="$fc" FFLAGS="$fflags" F90="$fc" \
CC="$cc" CFLAGS="$cflags" CXX="$cplusplus" --without-xgrid
Indeed, this modification affects only Macs (and in a good way, all other OS
ignores xgrid), so it would be safe to patch that to configure_openmpi until
at least the day that openmpi fixes this issue with xgrid.
Alan
--
Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate
Department of Biochemistry, University of Cambridge.
80 Tennis Court Road, Cambridge CB2 1GA, UK.
>>http://www.bio.cam.ac.uk/~awd28<<
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Apr 30 2010 - 08:30:03 PDT