AMBER Archive (2003)

Subject: amber7 on sgi

From: Wiktor Jurkowski (ucjurkow_at_cyf-kr.edu.pl)
Date: Fri Mar 21 2003 - 08:26:54 CST


Thanks for your previous answer

Now I have another problem concerning other installation type...
I have both mpi and mpich and architecture R12000 and R14000
I've tryed Machine.sgi_mpi with the reults as follows:

../Compile L2 -P new2oldparm.f
cat new2oldparm.f | /lib/cpp -P -DIRIS -DMEM_ALLOC -DHAS_FTN_ERFC
-DMPI -DRLE -DROWAT -DBLAS1 -DSGIFFT > _new2oldparm_.f
f90 -nocpp -mips2 -c -O2 -old_rl -Nl200 -Nn10000 _new2oldparm_.f
f90 ERROR: specified abi not supported.
make[1]: *** [new2oldparm.o] Error 1
make[1]: Leaving directory `/scratch/ucjurkow/amber7_mpi/src/lib'
make: *** [install] Error 2

and Machine.sgi_mpich with the outcome:

cd lib; make install
make[1]: Entering directory `/scratch/ucjurkow/amber7_mpi/src/lib'
../Compile L2 -P new2oldparm.f
then - then/endif not found
make[1]: *** [new2oldparm.o] Error 1
make[1]: Leaving directory `/scratch/ucjurkow/amber7_mpi/src/lib'
make: *** [install] Error 2

I've checked the new2oldparm.f file but found any mistake.

Wiktor

David A. Case wrote:
> On Fri, Mar 07, 2003, amber_at_heimdal.compchem.ucsf.edu wrote:
>
>>ld64: FATAL 12 : Expecting n64 objects: molsurf.o is n32.
>
>
> You may have to add "-n32" to your CC and LOADCC variables in the Machine
> file. See if that helps.
>
> ..good luck...dac
>