Skip to content

Commit

Permalink
Minor fix, removed absolute path
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
  • Loading branch information
lpottier authored and koparasy committed Nov 10, 2023
1 parent 72d08d2 commit 064f095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/launch_ams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $BOOTSTRAP $FLUX_NODES $AMS_JSON
RMQ_TMP="rmq.json"
CERT_TLS="rmq.cert"
# This require to install the AMS python package
AMS_BROKER_EXE="/g/g92/pottier1/ams/AMS-python/ams-lassen/bin/AMSBroker"
AMS_BROKER_EXE="AMSBroker"

# 3. We send the current UID and the Flux ML URI to the AMS daemon listening
if [[ $USE_DB && $DBTYPE = "rmq" ]]; then
Expand Down

0 comments on commit 064f095

Please sign in to comment.