Skip to content

Commit

Permalink
Reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Feb 18, 2024
1 parent c88e5dc commit 1fbd3e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/slurm/slurmexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import os
import queue
import re
import shutil
import subprocess
import sys
import tempfile
Expand Down Expand Up @@ -230,7 +229,7 @@ def run_slurm(benchmark, args, log_file, timelimit, cpus, memory):
f"singularity exec "
f"-B $PWD:/lower --no-home "
f"-B {tempdir}:/overlay "
f"--fusemount \"container:fuse-overlayfs -o lowerdir=/lower -o upperdir=/overlay/upper -o workdir=/overlay/work $HOME\" "
f'--fusemount "container:fuse-overlayfs -o lowerdir=/lower -o upperdir=/overlay/upper -o workdir=/overlay/work $HOME" '
f"{benchmark.config.singularity} {tool_command}"
if benchmark.config.singularity
else tool_command
Expand Down

0 comments on commit 1fbd3e4

Please sign in to comment.