File tree Expand file tree Collapse file tree 3 files changed +6
-251
lines changed
Expand file tree Collapse file tree 3 files changed +6
-251
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ RUN git clone https://ccse.lbl.gov/pub/Downloads/volpack.git && cd volpack && ma
2525RUN git clone https://github.com/AMReX-Codes/amrex.git
2626
2727# # build Amrvis (2D)
28- RUN git clone https://github.com/AMReX-Codes /Amrvis.git Amrvis2D
29- COPY GNUmakefile.2d Amrvis2D/GNUmakefile
30- RUN cd Amrvis2D && make -j`nproc`
28+ RUN git clone https://github.com/BenWibking /Amrvis.git Amrvis2D
29+ COPY GNUmakefile Amrvis2D/GNUmakefile
30+ RUN cd Amrvis2D && git checkout no-grab-server && make DIM=2 -j`nproc`
3131
3232# # build Amrvis (3D)
33- RUN git clone https://github.com/AMReX-Codes /Amrvis.git Amrvis3D
34- COPY GNUmakefile.3d Amrvis3D/GNUmakefile
35- RUN cd Amrvis3D && make -j`nproc`
33+ RUN git clone https://github.com/BenWibking /Amrvis.git Amrvis3D
34+ COPY GNUmakefile Amrvis3D/GNUmakefile
35+ RUN cd Amrvis3D && git checkout no-grab-server && make DIM=3 -j`nproc`
3636
3737# # copy settings
3838COPY .bashrc /home/vscode/.bashrc
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments