LSDalton memoΒΆ
- Insert new test cases in:
${LSDALTON_ROOT}/cmake/TestsLSDALTON.cmake
When Adding new source files:
- Add
newfile.oin theMakefilepresent in the directory containing the new file. - Add
path/to/file.f90to${LSDALTON_ROOT}/cmake/SourcesLSDALTON.cmake.
- Add
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/