This page is dedicated to rules and conventions that AL4SAN’s developers must follow and that should be read by contributors.
Please read and follow guidelines given in the CONTRIBUTING file.
AL4SAN git project depends on a “submodule” git, located in cmake_modules/al4san_cmake and hosted here
To update this submodule to the last development state, follow these steps:
git submodule update --remote cmake_modules/al4san_cmake
git commit cmake_modules/al4san_cmake -m "update al4san_cmake submodule"
git push --recurse-submodules=check