mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Docker: Migrate arm64 test to CMake
This commit is contained in:
parent
fa01f37413
commit
8e43b5cd4d
4 changed files with 27 additions and 20 deletions
|
|
@ -19,9 +19,6 @@ if ((SHM_AVAIL < 1024)); then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Compile CP2K.
|
||||
./build_cp2k_cmake.sh "${PROFILE}" "${VERSION}" || exit 0
|
||||
|
||||
# Extend stack size only for Intel compilers.
|
||||
if "./build/bin/cp2k.${VERSION}" --version | grep -q "compiler: Intel"; then
|
||||
ulimit -s unlimited # breaks address sanitizer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue