Skip to content

Commit

Permalink
disable HDF5 file locking
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro committed Dec 3, 2024
1 parent b2f1d5d commit e1bc2fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ tools:
default:
cores: 1
mem: cores * 3.8
env: {}
env:
HDF5_USE_FILE_LOCKING: "FALSE"
context:
partition: main
test_cores: 1 # TODO: test_mem?
Expand Down
1 change: 1 addition & 0 deletions group_vars/galaxyservers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ galaxy_process_env: # environment variables for gunicorn and handlers processes
DRMAA_LIBRARY_PATH: "/usr/lib/slurm-drmaa/lib/libdrmaa.so.1"
SINGULARITY_CACHEDIR: "{{ galaxy_user_singularity_cachedir }}"
SINGULARITY_TMPDIR: "{{ galaxy_user_singularity_tmpdir }}"
HDF5_USE_FILE_LOCKING: "FALSE"

#########################################
# group_galaxy_config contains variables for galaxy_config that can be overridden by variables in host_galaxy_config (defined in host_vars)
Expand Down

0 comments on commit e1bc2fc

Please sign in to comment.