Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AMPS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Grant David Meadors
AMPS
Commits
31cd7578
Commit
31cd7578
authored
12 years ago
by
Grant David Meadors
Browse files
Options
Downloads
Patches
Plain Diff
Fixed remaining issues with the interstitial frame DAG concept
parent
dd74f5e5
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README
+5
-5
5 additions, 5 deletions
README
createInterstitialDagSubmitFile.py
+1
-0
1 addition, 0 deletions
createInterstitialDagSubmitFile.py
run_interstitialFrame-well.sh
+1
-1
1 addition, 1 deletion
run_interstitialFrame-well.sh
with
7 additions
and
6 deletions
README
+
5
−
5
View file @
31cd7578
...
...
@@ -46,18 +46,18 @@ Compiling main feedforward program:
but it runs with a sourced bashrc on pulsar.
Submitting main feedforward Condor jobs:
0. Submit to the CIT cluster nodes with "condor_submit_dag EleutheriaDAG.dag"
0. Submit to the CIT cluster nodes with "condor_submit_dag
-maxjobs 100
EleutheriaDAG.dag"
1. Watch progress and verify done with "condor_q pulsar" checks and
reading the output logs.
Filling in interstitial frames:
0. Create the frames in between science segments after the main feedforward
jobs are completed.
1. Text edit "createInterstitialCondor
Submit
File.py"
1. Text edit "createInterstitialCondor
Dag
File.py"
to ensure that analysisDate has the current "yyyy/mm/dd".
2. Run "./createInterstitialCondor
Submit
File.py"
3. Compile "
mcc -mv
interstitialFrame.m"
4. Submit "condor_submit Interstitial
Sub.sub
"
2. Run "./createInterstitialCondor
Dag
File.py"
3. Compile "
/ldcg/matlab_r2012a/bin/mcc -mv -R -nodisplay -R -nojvm -R -singleCompThread
interstitialFrame.m"
4. Submit "condor_submit
_dag -maxjobs 100
Interstitial
DAG.dag
"
Post-processing basic plots:
0. Produce basic plots of range and verify log file output by starting
...
...
This diff is collapsed.
Click to expand it.
createInterstitialDagSubmitFile.py
+
1
−
0
View file @
31cd7578
...
...
@@ -54,6 +54,7 @@ h("output = /home/pulsar/feedforward/" + analysisDate + "/AMPS/interstitialLogs/
h
(
"
error = interstitialLogs/interstitial.err.$(tagstring)
"
)
h
(
"
log = interstitialLogs/interstitial.log.$(tagstring)
"
)
h
(
"
request_memory = 4 GB
"
)
h
(
"
environment = HOME=/archive/home/pulsar;LD_LIBRARY_PATH=/ldcg/matlab_r2012a/runtime/glnxa64:/ldcg/matlab_r2012a/bin/glnxa64:/ldcg/matlab_r2012a/extern/lib/glnxa64:/ligotools/lib
"
)
h
(
"
notification = never
"
)
h
(
""
)
h
(
"
arguments = $(argList)
"
)
...
...
This diff is collapsed.
Click to expand it.
run_interstitialFrame-well.sh
+
1
−
1
View file @
31cd7578
...
...
@@ -23,7 +23,7 @@ echo "------------------------------------------"
# LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/client ;
# LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE} ;
# XAPPLRESDIR=${MCRROOT}/X11/app-defaults ;
LD_LIBRARY_PATH
=
/ldcg/matlab_r201
0b
/runtime/glnxa64:/ldcg/matlab_r201
0b
/bin/glnxa64:/ldcg/matlab_r201
0b
/extern/lib/glnxa64:/ligotools/lib
;
LD_LIBRARY_PATH
=
/ldcg/matlab_r201
2a
/runtime/glnxa64:/ldcg/matlab_r201
2a
/bin/glnxa64:/ldcg/matlab_r201
2a
/extern/lib/glnxa64:/ligotools/lib
;
export
LD_LIBRARY_PATH
;
export
XAPPLRESDIR
;
echo
LD_LIBRARY_PATH is
${
LD_LIBRARY_PATH
}
;
...
...
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