Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ARG branch=develop
WORKDIR /
# adjust configuration and paths
RUN mkdir Output
RUN addgroup -g 1000 precice && adduser -u 1000 -G precice -D precice Output
RUN addgroup -g 1000 precice && adduser -u 1000 -G precice -D precice && chown -R precice:precice Output
USER precice
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
cp *.log /home/precice/Data/Output/ &&
cp -r Postproc /home/precice/Data/Output/ &&
rm /home/precice/Data/Output/*summary.log"
container_name: 1dtube-ccx
container_name: 1dtube-cxx

tutorial-data:
build:
Expand Down
842 changes: 421 additions & 421 deletions tests/TestCompose_1dtube_cxx.Ubuntu1604.home/referenceOutput/Fluid.log

Large diffs are not rendered by default.

2,860 changes: 1,430 additions & 1,430 deletions tests/TestCompose_1dtube_cxx.Ubuntu1604.home/referenceOutput/Structure.log

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ARG branch=develop
WORKDIR /
# adjust configuration and paths
RUN mkdir /Output
RUN addgroup -g 1000 precice && adduser -u 1000 -G precice -D precice /Output
RUN addgroup -g 1000 precice && adduser -u 1000 -G precice -D precice && chown -R precice:precice /Output
USER precice
1,900 changes: 950 additions & 950 deletions tests/TestCompose_1dtube_py.Ubuntu1604.home/referenceOutput/Fluid.log

Large diffs are not rendered by default.

5,410 changes: 2,705 additions & 2,705 deletions tests/TestCompose_1dtube_py.Ubuntu1604.home/referenceOutput/Structure.log

Large diffs are not rendered by default.