Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable HDF5 file locking #2314

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading