Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Pipeline metrics collector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
Pipeline metrics collector
Commits
cf30322a
Commit
cf30322a
authored
7 months ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Use local ssd instead of shared filesystem
parent
452b3776
No related branches found
No related tags found
1 merge request
!1
Add CI/CD
Pipeline
#97841
canceled
7 months ago
Stage: build
Stage: configure
Stage: run-performance-tests
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
integration_tests/ddecal.parset
+1
-1
1 addition, 1 deletion
integration_tests/ddecal.parset
integration_tests/dp3_ddecal.sh
+5
-2
5 additions, 2 deletions
integration_tests/dp3_ddecal.sh
with
6 additions
and
3 deletions
integration_tests/ddecal.parset
+
1
−
1
View file @
cf30322a
...
@@ -26,7 +26,7 @@ solve.solveralgorithm=directioniterative
...
@@ -26,7 +26,7 @@ solve.solveralgorithm=directioniterative
solve.solverlbfgs.dof=200.0
solve.solverlbfgs.dof=200.0
solve.solverlbfgs.iter=4
solve.solverlbfgs.iter=4
solve.solverlbfgs.minibatches=1
solve.solverlbfgs.minibatches=1
solve.sourcedb=
/var/scratch/mancini/wp5/andre_test/Testset/
calibration_skymodel.txt
solve.sourcedb=calibration_skymodel.txt
solve.stepsigma=0.1
solve.stepsigma=0.1
solve.stepsize=0.02
solve.stepsize=0.02
solve.tolerance=0.005
solve.tolerance=0.005
...
...
This diff is collapsed.
Click to expand it.
integration_tests/dp3_ddecal.sh
+
5
−
2
View file @
cf30322a
...
@@ -3,9 +3,12 @@ set -e
...
@@ -3,9 +3,12 @@ set -e
DATA_DIR
=
/var/scratch/mancini/wp5/andre_test/Testset
DATA_DIR
=
/var/scratch/mancini/wp5/andre_test/Testset
SCRIPT_DIR
=
$(
dirname
$0
)
SCRIPT_DIR
=
$(
dirname
$0
)
cp
${
DATA_DIR
}
/
*
.h5parm
.
LOCAL_DIR
=
/local/gitlab-runner/
rsync
-av
--progress
${
DATA_DIR
}
/
*
.h5parm epoch_5026988680.9055605_concatenated.ms calibration_skymodel.txt
${
LOCAL_DIR
}
/
cd
${
LOCAL_DIR
}
echo
EXECUTING COMMAND:
echo
EXECUTING COMMAND:
echo
DP3
${
SCRIPT_DIR
}
/ddecal.parset msin.datacolumn
=
DATA
\
echo
DP3
${
SCRIPT_DIR
}
/ddecal.parset msin.datacolumn
=
DATA
\
msin
=
${
DATA_DIR
}
/epoch_5026988680.9055605_concatenated.ms
\
msin
=
${
DATA_DIR
}
/epoch_5026988680.9055605_concatenated.ms
\
...
@@ -20,7 +23,7 @@ echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
...
@@ -20,7 +23,7 @@ echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
DP3
${
SCRIPT_DIR
}
/ddecal.parset msin.datacolumn
=
DATA
\
DP3
${
SCRIPT_DIR
}
/ddecal.parset msin.datacolumn
=
DATA
\
msin
=
${
DATA_DIR
}
/
epoch_5026988680.9055605_concatenated.ms
\
msin
=
epoch_5026988680.9055605_concatenated.ms
\
msin.nchan
=
50
\
msin.nchan
=
50
\
msin.ntimes
=
15
\
msin.ntimes
=
15
\
msin.startchan
=
100
\
msin.startchan
=
100
\
...
...
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