GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

EQRM giving compile warnings on NCI #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

I’ve been having a play with EQRM on the nci again and am getting the 
following warning messages, which seem to be a problem with the weave 
installation. It still appears to run and produce output though. From memory, 
weave was used for efficiency. Do you have any thoughts on how to solve this, 
of whether we need to?

compilation aborted for 
/home/547/jdg547/.python27_compiled/sc_1bcfa0cb7b06a767116425f3de9c99d01019.cpp 
(code 4)
No gcc found. Running Regolith_amplification_model.                
distribution_function in pure python
icpc: command line warning #10006: ignoring unknown option '-fwrapv'
icpc: command line warning #10120: overriding '-O2' with '-O3'
icpc: command line warning #10006: ignoring unknown option '-fwrapv'
icpc: command line warning #10120: overriding '-O2' with '-O3'
/apps/python/2.7.5/lib/python2.7/site-packages/scipy/weave/blitz/blitz/bzconfig.
h(11): catastrophic error: cannot open s
ource file "blitz/intel/bzconfig.h"
  #include <blitz/intel/bzconfig.h>
                                   ^

compilation aborted for 
/home/547/jdg547/.python27_compiled/sc_1bcfa0cb7b06a767116425f3de9c99d01022.cpp 
(code 4)
icpc: command line warning #10006: ignoring unknown option '-fwrapv'
icpc: command line warning #10120: overriding '-O2' with '-O3'
/apps/python/2.7.5/lib/python2.7/site-packages/scipy/weave/blitz/blitz/bzconfig.
h(11): catastrophic error: cannot open s
ource file "blitz/intel/bzconfig.h"
  #include <blitz/intel/bzconfig.h>

Original issue reported on code.google.com by duncan.g...@gmail.com on 4 Feb 2014 at 10:56