Skip to content
Open
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
7 changes: 6 additions & 1 deletion examples/workflow/inference/small_test/workflow.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ l1 =
v1 =

[event-170817]
label = 170817
label = 170817
config-files = single.ini

[extract_posterior]
Expand Down Expand Up @@ -67,6 +67,11 @@ page_versioning = ${which:pycbc_page_versioning}
[pegasus_profile]
condor|request_memory = 1G
pycbc|primary_site = condorpool_shared
pycbc|submit-directory = ./

[pegasus_profile-condorpool_shared]
pycbc|site-scratch = ./
pycbc|unique-scratch =

[inference]
; Command line options for pycbc_inference.
Expand Down
Loading