Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open 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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
0a2cf8e9
Commit
0a2cf8e9
authored
3 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
L2SDP-602
: Update to use new SDPTR calling convention
parent
b57cee4d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose/sdptr-sim/Dockerfile
+1
-3
1 addition, 3 deletions
docker-compose/sdptr-sim/Dockerfile
docker-compose/sdptr-sim/simulator.conf
+0
-19
0 additions, 19 deletions
docker-compose/sdptr-sim/simulator.conf
with
1 addition
and
22 deletions
docker-compose/sdptr-sim/Dockerfile
+
1
−
3
View file @
0a2cf8e9
...
@@ -3,7 +3,5 @@ ARG LOCAL_DOCKER_REGISTRY_LOFAR
...
@@ -3,7 +3,5 @@ ARG LOCAL_DOCKER_REGISTRY_LOFAR
FROM
${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_LOFAR}/sdptr:latest
FROM
${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_LOFAR}/sdptr:latest
COPY
simulator.conf /sdptr/src/simulator.conf
WORKDIR
/sdptr/src
WORKDIR
/sdptr/src
CMD
["sdptr", "--
type=simulator", "--configfile=simulator.conf
", "--nodaemon"]
CMD
["sdptr", "--
ip_prefix=127.0.
", "--nodaemon"]
This diff is collapsed.
Click to expand it.
docker-compose/sdptr-sim/simulator.conf
deleted
100644 → 0
+
0
−
19
View file @
b57cee4d
# sdptr.conf
# configuration file for the SDP Translator.
#
# this config file holds settings for all [type].
#
# # settings per type
# [LB_CORE] # [ant_band_station_type]
# n_fpgas = 16 # 8 or 16
# first_pfga_nr = 0 # 0 for LB or 16 for HB
# ip_prefix = 10.99. # first part of ip (last part is hardware dependent)
# n_beamsets = 1 # 1 for 'LB', 'HB Remote' and 'HB International' and 2 for 'HB Core'
[
simulator
]
n_fpgas
=
16
first_fpga_nr
=
0
ip_prefix
=
127
.
0
.
n_beamsets
=
1
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