Skip to content

Commit

Permalink
Merge 9d92aff into b6bf320
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Jun 16, 2023
2 parents b6bf320 + 9d92aff commit 6270594
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyiron_base/jobs/job/runfunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,10 @@ def run_job_with_runmode_srun(job):
def run_job_with_runmode_flux(job, executor, gpus_per_slot=None):
if not flux_available:
raise ModuleNotFoundError(
"No module named 'flux'. No linux you can install flux via conda."
+ "'conda install -c conda-forge flux'"
"No module named 'flux'. Running in flux mode is only available on Linux;"
"For CPU jobs, please use `conda install -c conda-forge flux-core`; for "
"GPU support you will additionally need "
"`conda install -c conda-forge flux-sched libhwloc=*=cuda*`"
)
if not state.database.database_is_disabled:
executable_template = Template(
Expand Down

0 comments on commit 6270594

Please sign in to comment.