moints semi: failed to open half int file


Click here for full thread
Forum Vet
Quote:Ysun Aug 6th 3:47 am
Edo,

If I use the original armci included in nwchem-6.1.1-src/tools, I get an error in make. What's wrong with it?

.....
checking whether we are cross compiling... configure: error: in `/esfs2/z03/z03/ydsun/queries/q235816_nwchem/nwchem-6.1.1-src/src/tools/build':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
make[1]: *** [build/config.status] Error 1
make: *** [libraries] Error 1

Thanks,

Ysun


Ysun,
I am getting a similar behaviour on the Cray XE6 at Oak Ridge.
The fix I am using for the ORNL machine is the following:

cd $NWCHEM_TOP/src/tools
module swap xtpe-istanbul xtpe-interlagos
make FC=ftn
module swap xtpe-interlagos xtpe-istanbul
cd ..
make FC=ftn

Let me know if this works for you, too.

Cheers, Edo