Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TAMM/ExaChem Updates #163

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nwx_build_environment/add_exachem.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nwx_buildenv:latest

ARG VERSION=2024-07-15
ARG VERSION=main

# Install exachem (add dependencies)
RUN cd /tmp \
Expand Down
2 changes: 1 addition & 1 deletion nwx_build_environment/add_tamm.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nwx_buildenv:latest

ARG VERSION=2024-07-15
ARG VERSION=main

# Install tamm (add dependencies)
RUN cd /tmp \
Expand Down
2 changes: 1 addition & 1 deletion nwx_build_environment/scripts/tamm_command.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CC=gcc CXX=g++ FC=gfortran cmake -Bbuild -H. -DCMAKE_INSTALL_PREFIX=/nwx_dependencies/gcc-11 -DCMAKE_BUILD_TYPE=Release -DBLAS_INT4=ON -DMODULES="DFT" -DCMAKE_TOOLCHAIN_FILE=/toolchains/tamm.cmake -DUSE_LIBNUMA=OFF -DCMSB_TAG=2024-07-15
CC=gcc CXX=g++ FC=gfortran cmake -Bbuild -H. -DCMAKE_INSTALL_PREFIX=/nwx_dependencies/gcc-11 -DCMAKE_BUILD_TYPE=Release -DBLAS_INT4=ON -DMODULES="CC" -DCMAKE_TOOLCHAIN_FILE=/toolchains/tamm.cmake -DUSE_LIBNUMA=OFF
cd build
make -j2
make install
Loading