Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
eccf9517
Commit
eccf9517
authored
13 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Task #2800: corrected some paths
parent
83bc2930
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MAC/APL/Appl_Controller/startBGL.sh
+1
-1
1 addition, 1 deletion
MAC/APL/Appl_Controller/startBGL.sh
RTCP/Run/src/locations.sh.in
+2
-2
2 additions, 2 deletions
RTCP/Run/src/locations.sh.in
RTCP/Run/src/watchlogs.sh
+2
-2
2 additions, 2 deletions
RTCP/Run/src/watchlogs.sh
with
5 additions
and
5 deletions
MAC/APL/Appl_Controller/startBGL.sh
+
1
−
1
View file @
eccf9517
...
...
@@ -37,4 +37,4 @@ echo "OLAP.IONProc.PLC_controlled = T"
)
>>
$PARSET
# Inject the parset into the correlator
$BINPATH
/runParset.py
-P
$PARTITION
parset
=
$PARSET
>>
/opt/lofar/log/run.runParset.py.log 2>&1 &
/opt/lofar/bin
/runParset.py
-P
$PARTITION
parset
=
$PARSET
>>
/opt/lofar/log/run.runParset.py.log 2>&1 &
This diff is collapsed.
Click to expand it.
RTCP/Run/src/locations.sh.in
+
2
−
2
View file @
eccf9517
...
...
@@ -8,8 +8,8 @@ if isproduction
then
ISPRODUCTION=1
CNPROC=$HOME/production/lofar/bgpcn
_opt
/bin/CN_Processing
IONPROC=$HOME/production/lofar/bgpion
_opt
/bin/ION_Processing
CNPROC=$HOME/production/lofar/bgp
_
cn/bin/CN_Processing
IONPROC=$HOME/production/lofar/bgp
_
ion/bin/ION_Processing
ETCDIR=/opt/lofar/etc
LOGDIR=$HOME/log/L$TIMESTAMP
...
...
This diff is collapsed.
Click to expand it.
RTCP/Run/src/watchlogs.sh
+
2
−
2
View file @
eccf9517
...
...
@@ -13,8 +13,8 @@ PATH=$PATH:/globalhome/broekema/bin
function
set_logdir
{
LOGDIR
=
$1
CNPROC
=
$LOGDIR
/
run.
CNProc.log
IONPROC
=
$LOGDIR
/
run.
IONProc.log
CNPROC
=
$LOGDIR
/CNProc.log
IONPROC
=
$LOGDIR
/IONProc.log
}
for
d
in
.
"
$HOME
/production/lofar/bgfen/log/latest"
"
$HOME
/log/latest"
"
$HOME
/projects/LOFAR/log"
...
...
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