Skip to Content.
Sympa Menu

opal - Re: [Opal] boost for OPAL

opal AT lists.psi.ch

Subject: The OPAL Discussion Forum

List archive

Re: [Opal] boost for OPAL


Chronological Thread 
  • From: Nicole Neveu <nneveu AT hawk.iit.edu>
  • To: Achim Gsell <achim.gsell AT psi.ch>
  • Cc: "Adelmann Andreas (PSI)" <andreas.adelmann AT psi.ch>, opal <opal AT lists.psi.ch>
  • Subject: Re: [Opal] boost for OPAL
  • Date: Sat, 3 Mar 2018 15:59:36 -0600

Hi All,

Final update. Install was successful on Theta!
Based on our emails and talks at ANL, here's a summary:

Issues resolved:
-Default gcc version was too old. It's still needed even when compiling with intel.
-Intel boost module was not compiled with C++11 support. Switching to the gnu boost module worked.

Side notes:
-BUILD_LIBOPAL and USE_H5HUT2 are no longer compiler options for OPAL.
-CC and cc are required wrappers for Theta, mpiicc and mpicpc do not create executables.

Thanks for the help and input!

Nicole 

On Fri, Mar 2, 2018 at 9:11 AM, Nicole Neveu <nneveu AT hawk.iit.edu> wrote:
Hi All, 

I have an update. 
The boost module I was using was built with intel and didn't have C++11 support.
They told me to switch to the boost module built with gnu.
I'm trying this now, I'll send a final update if it works.

Thanks for all your help!

Nicole

On Wed, Feb 28, 2018 at 10:58 AM, Nicole Neveu <nneveu AT hawk.iit.edu> wrote:
Here is the output:

nneveu@thetalogin6:/projects/awa/OPAL> icc -print-file-name=libboost_regex.a
/soft/libraries/boost/1.64.0/intel/lib/libboost_regex.a

nneveu@thetalogin6:/projects/awa/OPAL> icc -print-file-name=libboost_regex.so
/soft/libraries/boost/1.64.0/intel/lib/libboost_regex.so

Thanks,

Nicole

On Wed, Feb 28, 2018 at 10:55 AM, Achim Gsell <achim.gsell AT psi.ch> wrote:
Hi Nicole,

please load all module required to build OPAL. Then run the commands

icc -print-file-name=libboost_regex.a
icc -print-file-name=libboost_regex.so

what is the output of above commands?

Best

Achim








Archive powered by MHonArc 2.6.19.

Top of Page