Skip to content
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
6 changes: 3 additions & 3 deletions ert/bin/workflows/xhook_create_case_metadata
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Create ensemble metadata
-- Create ensemble/case metadata

-- ert_caseroot ert_configpath ert_casename
WF_CREATE_CASE_METADATA <SCRATCH>/<USER>/<CASE_DIR> <CONFIG_PATH> <CASE_DIR>
-- casepath
WF_CREATE_CASE_METADATA <SCRATCH>/<USER>/<CASE_DIR>

-- This workflow is intended to be run as a HOOK workflow.
-- This workflow job is shipped with Komodo
Expand Down
6 changes: 3 additions & 3 deletions ert/bin/workflows/xhook_create_case_metadata_sumo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Create ensemble metadata and register on Sumo
-- Create ensemble/case metadata and register on Sumo

-- ert_caseroot ert_configpath ert_casename sumo_flag
WF_CREATE_CASE_METADATA <SCRATCH>/<USER>/<CASE_DIR> <CONFIG_PATH> <CASE_DIR> "--sumo"
-- casepath sumo_flag
WF_CREATE_CASE_METADATA <SCRATCH>/<USER>/<CASE_DIR> "--sumo"

-- This workflow is intended to be run as a HOOK workflow.
-- This workflow job is shipped with Komodo
Expand Down