Versions Compared

Key

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

...

If you need support in using this software or example job scipts please contact pc2-support@uni-paderborn.de.

Noctua 2

An example C code using Libxc is available in the LIBXC Documentation. You can use the following commands to load the Libxc module and then compile the example code.


# load the Libxc module

module load chem/libxc/5.1.6-GCC-11.2.0

# compile the Libxc example C code

gcc <Libxc example C code> -lxc -lm