Skip to content

Commit

Permalink
Merge branch 'development' of github.com:solids4foam/solids4foam into…
Browse files Browse the repository at this point in the history
… development
  • Loading branch information
philipcardiff committed Dec 17, 2024
2 parents f3c9a9d + 26eae06 commit cefb628
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.openfoam9
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . /opt/solids4foam
# Compile solids4Foam
RUN source /opt/openfoam9/etc/bashrc && \
cd /opt/solids4foam && \
./Allwmake
./Allwmake -j -s

# Clean log files
RUN cd /opt/solids4foam && \
Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.openfoamv2012
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY . /usr/lib/solids4foam
# Compile solids4Foam
RUN source /usr/lib/openfoam/openfoam2012/etc/bashrc && \
cd /usr/lib/solids4foam && \
./Allwmake
./Allwmake -j -s

# Clean log files
RUN cd /usr/lib/solids4foam && \
Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.openfoamv2312
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY optionalFixes/OpenFOAM-v2012/backwardDdtScheme.C /usr/lib/openfoam/openfoam
# Compile solids4Foam
RUN source /usr/lib/openfoam/openfoam2312/etc/bashrc && \
cd /usr/lib/solids4foam && \
./Allwmake
./Allwmake -j -s

# Clean log files
RUN cd /usr/lib/solids4foam && \
Expand Down

0 comments on commit cefb628

Please sign in to comment.