Skip to content

Commit

Permalink
change Dockerfile.tchem to use a dev branch of TChem
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Oct 31, 2024
1 parent 2341ef4 commit e1c305c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.tchem
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update \

RUN git clone https://github.com/PCLAeroParams/TChem-atm.git /tchem_dir/
WORKDIR /tchem_dir/
RUN git checkout -b add_aerosol_driver origin/add_aerosol_driver
RUN git submodule update --init --recursive

RUN cmake -S /tchem_dir/external/Tines/ext/kokkos -B /build/kokkos_build \
Expand Down

0 comments on commit e1c305c

Please sign in to comment.