Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
a7aa36b7
Commit
a7aa36b7
authored
2 years ago
by
Nathan Bockisch
Browse files
Options
Downloads
Patches
Plain Diff
Added fix to alembic file for pimscache split job
parent
972bb268
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1078
Added fix to alembic file for pimscache split job
Checking pipeline status
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker.properties
+1
-1
1 addition, 1 deletion
docker.properties
shared/workspaces/alembic/versions/e8e6d54d8444_add_pimscache_split_workflow.py
+1
-1
1 addition, 1 deletion
...bic/versions/e8e6d54d8444_add_pimscache_split_workflow.py
with
2 additions
and
2 deletions
docker.properties
+
1
−
1
View file @
a7aa36b7
...
@@ -24,7 +24,7 @@ edu.nrao.workspaces.CapabilitySettings.externalServiceUrl = http://capability:34
...
@@ -24,7 +24,7 @@ edu.nrao.workspaces.CapabilitySettings.externalServiceUrl = http://capability:34
edu.nrao.workspaces.ProcessingSettings.useCasa
=
false
edu.nrao.workspaces.ProcessingSettings.useCasa
=
false
edu.nrao.workspaces.ProcessingSettings.rootDirectory
=
/lustre/aoc/cluster/pipeline/docker/workspaces/spool
edu.nrao.workspaces.ProcessingSettings.rootDirectory
=
/lustre/aoc/cluster/pipeline/docker/workspaces/spool
edu.nrao.workspaces.ProcessingSettings.scriptLocation
=
/lustre/aoc/cluster/pipeline/docker/workspaces/sbin
edu.nrao.workspaces.ProcessingSettings.scriptLocation
=
/lustre/aoc/cluster/pipeline/docker/workspaces/sbin
edu.nrao.workspaces.ProcessingSettings.ramInGb
=
0.2G
edu.nrao.workspaces.ProcessingSettings.ramInGb
=
0.2
1
G
edu.nrao.workspaces.ProcessingSettings.CasaVersion.vlass
=
/home/casa/packages/pipeline/casa-6.1.3-3-pipeline-2021.1.1.32
edu.nrao.workspaces.ProcessingSettings.CasaVersion.vlass
=
/home/casa/packages/pipeline/casa-6.1.3-3-pipeline-2021.1.1.32
edu.nrao.archive.workflow.config.CasaVersions.homeForReprocessing
=
/home/casa/packages/pipeline/current
edu.nrao.archive.workflow.config.CasaVersions.homeForReprocessing
=
/home/casa/packages/pipeline/current
...
...
This diff is collapsed.
Click to expand it.
shared/workspaces/alembic/versions/e8e6d54d8444_add_pimscache_split_workflow.py
+
1
−
1
View file @
a7aa36b7
...
@@ -116,7 +116,7 @@ MS={{data_location}}/working/*.ms
...
@@ -116,7 +116,7 @@ MS={{data_location}}/working/*.ms
MS={{existingRestore}}
MS={{existingRestore}}
{{/existingRestore}}
{{/existingRestore}}
# Link it in the split
'
s rawdata
# Link it in the splits rawdata
ln -s $MS $1/rawdata/
ln -s $MS $1/rawdata/
# Run CASA
# Run CASA
...
...
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