Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyfeeds-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
pyfeeds-tests
Commits
024655a6
Commit
024655a6
authored
11 months ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
RF: Print mmorf executable. Save fsl_sub log files to test output directory.
parent
548b4240
No related branches found
No related tags found
1 merge request
!63
RF: Print `mmorf` executable. Save `fsl_sub` log files to test output directory
Pipeline
#23502
skipped
Stage: fsl-ci-build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mmorf/feedsRun
+4
-4
4 additions, 4 deletions
mmorf/feedsRun
with
4 additions
and
4 deletions
mmorf/feedsRun
+
4
−
4
View file @
024655a6
...
...
@@ -16,9 +16,9 @@ cat mov_to_ref_mm.ini | \
sed
"s%##MMORF_OUTPUT_DIR##%
${
outdir
}
%g"
>
\
${
MMORF_CONFIG
}
echo
"----------"
echo
"MMORF Test"
echo
"----------"
echo
"----------
-
"
echo
"MMORF Test
:
$(
which mmorf
)
"
echo
"----------
-
"
echo
""
# Run MMORF
...
...
@@ -32,7 +32,7 @@ echo ""
# cluster. This will just run normally if running
# locally (but fsl_sub will still return a job id
# that can be used in the subsequent hold call).
job_id
=
$(
fsl_sub
--coprocessor
=
cuda mmorf
--version
--config
${
MMORF_CONFIG
}
)
job_id
=
$(
fsl_sub
--coprocessor
=
cuda
--logdir
=
${
outdir
}
mmorf
--version
--config
${
MMORF_CONFIG
}
)
touch
${
outdir
}
/wait
fsl_sub
--jobhold
${
job_id
}
rm
${
outdir
}
/wait
while
[
-e
${
outdir
}
/wait
]
;
do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment