Skip to content
Snippets Groups Projects
Commit 98f6a8d4 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use singularity if available

parent b0bbc3fc
No related branches found
No related tags found
No related merge requests found
SHELL := /bin/bash SHELL := /bin/bash
STANDARD_TAGS := "IO_EVT, IO_SUM, IO_TSL, IO_TSL0, IO_TSL1, IO_TSL2, IO_TSSN, MSG, IO_MONIT" STANDARD_TAGS := "IO_EVT, IO_SUM, IO_TSL, IO_TSL0, IO_TSL1, IO_TSL2, IO_TSSN, MSG, IO_MONIT"
ifeq (, $(shell which SJ))
LIGIER := "SJ JLigier"
else
LIGIER := "JLigier"
endif
default: start default: start
...@@ -16,7 +21,7 @@ start: ...@@ -16,7 +21,7 @@ start:
@echo Launching our own ligier @echo Launching our own ligier
@# @#
@tmux send-keys -t ${SESSION_NAME}:main.1 \ @tmux send-keys -t ${SESSION_NAME}:main.1 \
"JLigier -d2 -P ${MONITORING_LIGIER_PORT}" Enter "${LIGIER} -d2 -P ${MONITORING_LIGIER_PORT}" Enter
@sleep 1 # wait a second for JLigier @sleep 1 # wait a second for JLigier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment