Skip to content

Commit

Permalink
add nextflow option to enable fsync in workflow tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
TarasPriadka committed Oct 16, 2024
1 parent 122f91c commit 0959b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions latch_cli/nextflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def nextflow_runtime(pvc_name: str, {param_signature}) -> None:
"NXF_OPTS": "-Xms{heap_initial}M -Xmx{heap_max}M -XX:ActiveProcessorCount={cpu}",
"NXF_DISABLE_CHECK_LATEST": "true",
"NXF_ENABLE_VIRTUAL_THREADS": "false",
"NXF_ENABLE_FS_SYNC": "true",
}}
if {upload_command_logs}:
Expand Down

0 comments on commit 0959b19

Please sign in to comment.