Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instalirani su libovi: libxc(6.1.0) i qhull(8.0.2)

Code Block
languagebash
wget https://github.com/aoterodelaroza/critic2/archive/refs/tags/1.1stable.tar.gz
cd 1.1stable.tar.gz
module load openmpi21-intel-x86_64
./configure --prefix=/apps/critic2/1.1 LDFLAGS="-L/apps/critic2/deps/libxc-6.1.0/lib -L/apps/critic2/deps/qhull-2020.2/lib" --with-libxc-include=/apps/critic2/deps/libxc-6.1.0/include --with-qhull-inc=/apps/critic2/deps/qhull-2020.2/include/libqhull CC=icc CXX=icpc
make
make install

...