Skip to content

Commit

Permalink
resolve style error
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc46128 vscuser committed Oct 31, 2024
1 parent 299d690 commit 7b4946c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/vsc_hortense.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# https://docs.vscentrum.be/en/latest/gent/tier1_hortense.html
#
# authors: Samuel Moors (VUB-HPC), Kenneth Hoste (HPC-UGent)
import os

from reframe.core.backends import register_launcher
from reframe.core.launchers import JobLauncher
Expand All @@ -20,6 +21,7 @@ class MyMpirunLauncher(JobLauncher):
def command(self, job):
return ['mympirun', '--hybrid', str(job.num_tasks_per_node)]


eessi_cvmfs_repo = os.getenv('EESSI_CVMFS_REPO', None)
if eessi_cvmfs_repo is not None:
prepare_eessi_init = 'module --force purge'
Expand Down

0 comments on commit 7b4946c

Please sign in to comment.