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
1c7d1963
Commit
1c7d1963
authored
15 years ago
by
Ger van Diepen
Browse files
Options
Downloads
Patches
Plain Diff
bug 1419:
Delete envfile at the end
parent
bf5c30c9
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
CEP/ParmDB/src/parmdbremote-scr
+3
-0
3 additions, 0 deletions
CEP/ParmDB/src/parmdbremote-scr
CEP/ParmDB/test/Makefile.am
+2
-1
2 additions, 1 deletion
CEP/ParmDB/test/Makefile.am
CEP/ParmDB/test/tTimeAxis.cc
+4
-0
4 additions, 0 deletions
CEP/ParmDB/test/tTimeAxis.cc
with
9 additions
and
1 deletion
CEP/ParmDB/src/parmdbremote-scr
+
3
−
0
View file @
1c7d1963
...
...
@@ -22,6 +22,7 @@
#
# $Id$
if
test
$#
!=
10
;
then
echo
"run as: parmdbremote-src 'socket' host port np rank"
echo
" pdb-part filesys ms-part-vds envfile"
...
...
@@ -44,3 +45,5 @@ if test -d $wd; then
fi
parmdbremote
$2
$3
$6
# host,port,parmdb-part
rm
-f
$envfile
This diff is collapsed.
Click to expand it.
CEP/ParmDB/test/Makefile.am
+
2
−
1
View file @
1c7d1963
...
...
@@ -13,7 +13,8 @@ TESTSCRIPTS = tAxis.sh tAxisMapping.sh tBox.sh tGrid.sh \
tParmFacade.sh tParmFacadeDistr.sh
\
tparmdb.sh
\
tSourceDBCasa.sh tmakesourcedb.sh
\
tsetupparmdb.sh tsetupsourcedb.sh
tsetupparmdb.sh tsetupsourcedb.sh
\
tTimeAxis.sh
# scripts and possible programs to run tests
TESTS
=
$(
TESTSCRIPTS
)
...
...
This diff is collapsed.
Click to expand it.
CEP/ParmDB/test/tTimeAxis.cc
+
4
−
0
View file @
1c7d1963
...
...
@@ -82,6 +82,10 @@ void doIt (const string& msname, int timestep, int timestart)
int
main
(
int
argc
,
char
*
argv
[])
{
try
{
if
(
argc
<
2
)
{
cerr
<<
"Run as: tTimeAxis MS [timestep [timestsrt]"
<<
endl
;
return
1
;
}
int
timestep
=
50
;
int
timestart
=
0
;
if
(
argc
>
2
)
{
...
...
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