Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
gstlal
Commits
ad7eb1df
Commit
ad7eb1df
authored
May 30, 2019
by
Patrick Godwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Makefile.kafka to O3 share dir
parent
a33cefbc
Pipeline
#64592
failed with stages
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
gstlal-inspiral/share/O3/Makefile.kafka
gstlal-inspiral/share/O3/Makefile.kafka
+47
-0
No files found.
gstlal-inspiral/share/O3/Makefile.kafka
0 → 100644
View file @
ad7eb1df
SHELL
:=
/bin/bash
# Use bash syntax
########################
# User/Accounting Tags #
########################
# Set the accounting tag from https://ldas-gridmon.ligo.caltech.edu/ldg_accounting/user
ACCOUNTING_GROUP
=
ligo.dev.o3.cbc.em.gstlalonline
ACCOUNTING_USER
=
patrick.godwin
ANALYSIS_TAG
=
er14
CONDOR_UNIVERSE
=
local
##################
# Kafka Settings #
##################
# kafka options
KAFKA_NODE
=
cbc.ldas.cit
KAFKA_HOSTNAME
:=
$(
shell
host
$(KAFKA_NODE)
|
awk
'NF>1{print $$NF
}
'
)
KAFKA_PORT
=
9182
ZOOKEEPER_PORT
=
2271
############
# Workflow #
############
all
:
kafka_broker_$(ANALYSIS_TAG).dag
@
echo
"launch kafka dag: condor_submit_dag kafka_broker_
$(ANALYSIS_TAG)
.dag"
kafka_broker_$(ANALYSIS_TAG).dag
:
gstlal_kafka_dag
\
--analysis-tag
$(ANALYSIS_TAG)
\
--kafka-hostname
$(KAFKA_HOSTNAME)
\
--kafka-port
$(KAFKA_PORT)
\
--zookeeper-port
$(ZOOKEEPER_PORT)
\
--condor-universe
$(CONDOR_UNIVERSE)
\
--condor-command
=
accounting_group
=
$(ACCOUNTING_GROUP)
\
--condor-command
=
accounting_group_user
=
$(ACCOUNTING_USER)
\
clean
:
-
rm
-rvf
*
.sub
*
.dag
*
*
.cache
*
.sh logs
*
.ini
*
.txt
clean-all
:
-
rm
-rvf
*
.sub
*
.dag
*
*
.cache
*
.sh logs
*
.ini
*
.txt kafka
*
zookeeper
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment