Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangzhuan committed Jun 22, 2023
1 parent 023ad31 commit 4532cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN apt-get install git -y
RUN git clone https://github.com/xiaoyeli/superlu_dist.git
WORKDIR superlu_dist
RUN git fetch
RUN git pull https://github.com/xiaoyeli/superlu_dist gpu_trisolve_new
RUN cd example_scripts
RUN git pull
RUN git checkout gpu_trisolve_new
RUN bash config_cleanlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

##################################################
##################################################
cd ..
export ModuleEnv='cleanlinux-unknown-openmpi-gnu'
BuildExample=1 # whether to build all examples
MPIFromSource=1 # whether to build openmpi from source
Expand Down

0 comments on commit 4532cde

Please sign in to comment.