On 5/19/06, Marlon Pierce <mpierce at cs.indiana.edu> wrote: > marlon,
> I'm trying to install the espresso package on the machine described here: > http://www.tacc.utexas.edu/services/userguides/lonestar2/. > Both 2.1.2 and 3.0 fail at the "make all" stage. please note, that version 3.0 has been superseded by version 3.1 recently. > Some notes: > 1. I manually change my $ARCH to "linux64". > 2. ./configure does not complain. > 3. The "make all" error is below. > > ------------------- > mpif90 -O2 -assume byterecl -nomodule -fpp -D__LINUX64 -D__INTEL -D__FFTW > -D__USE_INTERNAL_FFTW -D__MPI -D__PARA -I../include -I. -I../Modules > -I../PW -I../PH -I../iotk/src -c path_reparametrisation.f90 > mpif90 -O2 -assume byterecl -nomodule -fpp -D__LINUX64 -D__INTEL -D__FFTW > -D__USE_INTERNAL_FFTW -D__MPI -D__PARA -I../include -I. -I../Modules > -I../PW -I../PH -I../iotk/src -c path_base.f90 > fortcom: Severe: **Internal compiler error: segmentation violation signal > raised** Please report this error along with the circumstances in which it > occurred in a Software Problem Report. Note: File and line given may not be > explicit cause of this error. and 'internal compiler error' is _always_ a bug in the compiler. so you should contact the compiler vendor for an update or file a bug report there. sometimes, you can work around it, by reducing the optimization level for this one object. > compilation aborted for path_base.f90 (code 3) > make[1]: *** [path_base.o] Error 3 > make[1]: Leaving directory > `/home/teragrid/tg457032/espresso-3.0/Modules' > make: *** [mods] Error 2 > ------------------- regards, axel. > I'm happy to send additional information (config logs, entire make command > output, etc). > > Thanks-- > > Marlon Pierce > Community Grids Laboratory > Indiana University > > > > > -- ======================================================================= Axel Kohlmeyer akohlmey at cmm.chem.upenn.edu http://www.cmm.upenn.edu Center for Molecular Modeling -- University of Pennsylvania Department of Chemistry, 231 S.34th Street, Philadelphia, PA 19104-6323 tel: 1-215-898-1582, fax: 1-215-573-6233, office-tel: 1-215-898-5425 ======================================================================= If you make something idiot-proof, the universe creates a better idiot.
