Skip to content

Commit

Permalink
A4 Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas-uhl committed Jun 27, 2024
1 parent 792ff6e commit 9b55a6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ RUN apt update -y && apt upgrade -y && \
# Install dependencies for evaluation
ENV TZ="Europe/Berlin"
RUN apt update -y && apt upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt install -y cloc gawk r-base texlive texlive-pictures
DEBIAN_FRONTEND=noninteractive apt install -y cloc gawk r-base texlive texlive-pictures jq && \
R -e "install.packages(c('plyr', 'dplyr'))"

# Install dependencies for RAxML-NG
RUN apt update -y && apt upgrade -y && \
Expand Down
2 changes: 2 additions & 0 deletions artifact4/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
kamping-label-propagation/
experiment_out/
*.csv
2 changes: 1 addition & 1 deletion artifact4/04_eval.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

./kamping-label-propagation/logs2result.sh experiment_out
./kamping-label-propagation/logs2results.sh experiment_out

echo "Results written to {PlainMPi, KaMPIngWrapper dKaMinParWrapper}.csv"

Expand Down

0 comments on commit 9b55a6c

Please sign in to comment.