Git Product home page Git Product logo

Comments (8)

alfC avatar alfC commented on May 23, 2024

from qball.

xorJane avatar xorJane commented on May 23, 2024

Yes, the norm is also exploding!

from qball.

alfC avatar alfC commented on May 23, 2024

from qball.

alfC avatar alfC commented on May 23, 2024

from qball.

draeger1 avatar draeger1 commented on May 23, 2024

Are you building the code from source? If so, what are your configuration / link options? If not, which executable are you using? My guess is this is due to the wrong libraries being used at link time.

from qball.

xorJane avatar xorJane commented on May 23, 2024

Yep, I'm building the code from source! The configuration script I'm using on cab is

export LIBDIR=$HOME/Qball/lib/surface-libs
export LIBS_BLAS="-L/usr/local/tools/mkl-10.3.1/lib -lmkl_core -lmkl_intel_thread -lmkl_intel_lp64 -lifcore"
export LIBS_BLACS="/usr/local/tools/mkl-10.3.1/lib/libmkl_blacs_intelmpi_lp64.a"
export LIBS_SCALAPACK=$LIBDIR/libscalapack.a

export CXX=/usr/local/bin/mpiicpc
export CC=/usr/local/bin/mpiicc
export CXXFLAGS=" -g -openmp -O3"
export CFLAGS=" -g -openmp -O3"
export LIBS=-lcurl

../../configure --prefix=$HOME --with-xerces-prefix=$HOME/Qball/

from qball.

draeger1 avatar draeger1 commented on May 23, 2024

I'm guessing there's a mismatch between libscalapack.a and the MKL Blacs library. Try removing the LIBS_BLACS variable (or setting it to nothing) and seeing if that resolves the problem. If that doesn't work, we should probably try building ScaLAPACK from source on cab and linking to that.

from qball.

xorJane avatar xorJane commented on May 23, 2024

Thanks for the idea! Unfortunately commenting out the LIBS_BLACS variable didn't resolve the issue, so rebuilding ScaLAPACK might be something to try next.

from qball.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.