On Sun, Apr 1, 2018, 20:51 <[email protected]> wrote: > > > On Sunday, April 1, 2018 at 11:02:04 AM UTC-5, Christoph Junghans wrote: >> >> >> >> On Sun, Apr 1, 2018, 17:09 <[email protected]> wrote: >> >>> >>> >>> On Sunday, April 1, 2018 at 9:57:21 AM UTC-5, Christoph Junghans wrote: >>>> >>>> >>>> On Sun, Apr 1, 2018 at 16:23 <[email protected]> wrote: >>>> >>>>> Hello, >>>>> I am trying to install Votca using build.sh on Stampede 2 cluster >>>>> which runs on CENTOS. I am loading the required dependencies, but I am >>>>> getting an error related to the boost libraries: >>>>> " >>>>> /opt/apps/intel17/boost/1.64/include/boost/numeric/ublas/storage.hpp:299:18: >>>>> error: ‘make_array’ is not a member of ‘boost::serialization’ >>>>> ar & serialization::make_array(data_, s); >>>>> " >>>>> Is it an incompatible boost version? or there is something I am >>>>> missing? >>>>> >>>> >>>> Can you try to build without MKL? >>>> >>> >>> If I unload MKL from the environment, boost, fftw3 and gsl will be >>> deactivated. I can ask the admins if there is a way around this. But if >>> there is not, is there a way to manually deactivating mkl? I just tried >>> -DWITH_MKL=NO, but this did not change the error. >>> >> >> Try -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON >> >> This still gave the same error, but with a slightly different error > message. I attached the log. >
Ah, I remember, this is a bug in boost-1.64.0 itself: https://svn.boost.org/trac10/ticket/12516 Just upgrade boost to a newer version! Christoph > Thanks. > > > >> Christoph >> >>> >>> Thanks, >>> Nabil >>> >>>> >>>> Christoph >>>> >>>>> >>>>> I attached the error log for more details. >>>>> >>>>> Thanks in advance, >>>>> Nabil >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "votca" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at https://groups.google.com/group/votca. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >>>> Christoph Junghans >>>> Web: http://www.compphys.de >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "votca" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/votca. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout.a > -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
