Posted by Valera Veryazov on January 28, 2009 at 14:40:31:
In Reply to: Problems with porting Molcas to NEC SX-6 posted by Evgeniy on January 28, 2009 at 10:54:40:
Evgeniy,
-OMP keyword is very experimental. It was implemented only for ifort and gfortran, and for sure, it should have no effect for NEC.
Also, there is no reason to specify -os NECSX. If the configure script failed to recognize OS - well, there is something wrong already..
: sxld fatal: can't read archive header from archive ../../lib/libseward.a
A wild guess - different bitness of library. Could you run 'nm lib/libseward.a'
and if it fails - try to add flags to nm ( -X64 or similar: I have no access to NEC).
Valera.