Skip to content

Commit

Permalink
another try at tchem dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Oct 20, 2024
1 parent 959fec7 commit fd43d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.tchem
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ RUN apt-get update \
tmux \
libnetcdf-dev \
libnetcdff-dev \
libgsl-dev
libgsl-dev \
openssh-client

RUN git clone https://github.com/PCLAeroParams/TChem-atm.git /tchem_dir/
WORKDIR /tchem_dir/
RUN git submodule update --init --recursive
#COPY TChem-atm /tchem_dir/

RUN cmake -S /tchem_dir/external/Tines/ext/kokkos -B /build/kokkos_build \
-DCMAKE_INSTALL_PREFIX="/install/kokkos_install" \
Expand Down

0 comments on commit fd43d15

Please sign in to comment.