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
d05c4fed
Commit
d05c4fed
authored
12 years ago
by
Grant David Meadors
Browse files
Options
Downloads
Patches
Plain Diff
Making changes to run on Matlab 2012a
parent
05ac0df3
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README
+5
-1
5 additions, 1 deletion
README
bashrc
+2
-1
2 additions, 1 deletion
bashrc
createEleutheriaDagSubmitFile.py
+1
-1
1 addition, 1 deletion
createEleutheriaDagSubmitFile.py
run_eleutheria-well.sh
+1
-1
1 addition, 1 deletion
run_eleutheria-well.sh
with
9 additions
and
4 deletions
README
+
5
−
1
View file @
d05c4fed
...
...
@@ -39,7 +39,11 @@ Cache and submit file creation:
Compiling main feedforward program:
0. Call "source bashrc" while logged in as user pulsar@ldas-grid.caltech.edu
1. Run the Matlab compiler: "mcc -mv eleutheria.m"
1a. Run the Matlab compiler: "mcc -mv eleutheria.m"
1b. For better memory performance, run the Matlab 2012a compiler with
"/ldcg/matlab_r2012a/bin/mcc -mv -R -nodisplay -R -nojvm -R -singleCompThread eleutheria.m"
and note it may only compile on gmeadors, depending on env,
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"
...
...
This diff is collapsed.
Click to expand it.
bashrc
+
2
−
1
View file @
d05c4fed
...
...
@@ -6,6 +6,7 @@ alias matlab7='/ldcg/matlab_r14_sp3/bin/matlab -nosplash -nodesktop'
alias matlab2007a='/ldcg/matlab_r2007a/bin/matlab -nosplash -nodesktop'
alias matlab2010b='/ldcg/matlab_r2010b/bin/matlab -nosplash -nodesktop'
alias matlab2011a='/ldcg/matlab_r2011a/bin/matlab -nosplash -nodesktop'
alias matlab2012a='/ldcg/matlab_r2012a/bin/matlab -nosplash -nodesktop'
alias ee='eog'
alias gv='ggv'
...
...
@@ -42,7 +43,7 @@ export _CONDOR_DAGMAN_LOG_ON_NFS_IS_ERROR=FALSE
# source ${LSC_DATAGRID_SERVER_LOCATION}/setup.sh
#fi
export MATLAB_ROOT=/ldcg/matlab_r201
0b
export MATLAB_ROOT=/ldcg/matlab_r201
2a
#export ARCH=glnx86
export ARCH=glnxa64
#
...
...
This diff is collapsed.
Click to expand it.
createEleutheriaDagSubmitFile.py
+
1
−
1
View file @
d05c4fed
...
...
@@ -32,7 +32,7 @@ h("output = /home/pulsar/feedforward/" + analysisDate + "/AMPS/eleutheriaLogs/el
h
(
"
error = eleutheriaLogs/eleutheria.err.$(tagstring)
"
)
h
(
"
log = eleutheriaLogs/eleutheria.dag.log
"
)
h
(
"
request_memory = 4 GB
"
)
h
(
"
environment = HOME=/archive/home/pulsar;LD_LIBRARY_PATH=/ldcg/matlab_r201
0b
/runtime/glnxa64:/ldcg/matlab_r201
0b
/bin/glnxa64:/ldcg/matlab_r201
0b
/extern/lib/glnxa64:/ligotools/lib
"
)
h
(
"
environment = HOME=/archive/home/pulsar;LD_LIBRARY_PATH=/ldcg/matlab_r201
2a
/runtime/glnxa64:/ldcg/matlab_r201
2a
/bin/glnxa64:/ldcg/matlab_r201
2a
/extern/lib/glnxa64:/ligotools/lib
"
)
h
(
"
notification = never
"
)
h
(
""
)
h
(
"
arguments = $(argList)
"
)
...
...
This diff is collapsed.
Click to expand it.
run_eleutheria-well.sh
+
1
−
1
View file @
d05c4fed
...
...
@@ -23,7 +23,7 @@ echo "------------------------------------------"
# LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/client ;
# LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE} ;
# LD_LIBRARY_PATH=/ldcg/matlab_r2011a/runtime/glnxa64:/ldcg/matlab_r2011a/sys/os/glnxa64:/ldcg/matlab_r2011a/bin/glnxa64:/ldcg/matlab_r2011a/extern/lib/glnxa64:/ldcg/matlab_r2011a/sys/java/jre/glnxa64/jre/lib/amd64/native_threads:/ldcg/matlab_r2011a/sys/java/jre/glnxa64/jre/lib/amd64/server:/ldcg/matlab_r2011a/sys/java/jre/glnxa64/jre/lib/amd64:/ldcg/matlab_r2011a/sys/opengl/lib/glnxa64:/opt/lscsoft/lalstochastic/lib64:/opt/lscsoft/lalpulsar/lib64:/opt/lscsoft/lalburst/lib64:/opt/lscsoft/lalinspiral/lib64:/opt/lscsoft/lalxml/lib64:/opt/lscsoft/lalmetaio/lib64:/opt/lscsoft/lalframe/lib64:/opt/lscsoft/lal/lib64:/opt/lscsoft/glue/lib64/python2.4/site-packages:/opt/lscsoft/libframe/lib64:/opt/lscsoft/libmetaio/lib64:/opt/lscsoft/ldas-tools/lib64:/opt/lscsoft/dol/lib64:/opt/lscsoft/root/lib:/opt/lscsoft/root/lib/5.26:/opt/vdt/globus/lib:/ligotools/lib ;
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
;
# XAPPLRESDIR=${MCRROOT}/X11/app-defaults ;
export
LD_LIBRARY_PATH
;
export
XAPPLRESDIR
;
...
...
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