LSDalton memoΒΆ

  • Insert new test cases in:
${LSDALTON_ROOT}/cmake/TestsLSDALTON.cmake
  • When Adding new source files:

    1. Add newfile.o in the Makefile present in the directory containing the new file.
    2. Add path/to/file.f90 to ${LSDALTON_ROOT}/cmake/SourcesLSDALTON.cmake.

For more information or to add directories see: ${LSDALTON_ROOT}/src/README_AddDirectory.

For debugging memory issues with valgrind:

valgrind --leak-check=yes prog.exe > valgrind.out 2>&1 &

For other information go to: http://daltonprogram.org/