Skip to content

Commit

Permalink
SKL Wrapper bash script for Airflow launch and monitor process
Browse files Browse the repository at this point in the history
  • Loading branch information
gadorlhiac committed Apr 15, 2024
1 parent 0a572b8 commit e664c43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions launch_scripts/submit_launch_airflow.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
CMD="${@}"
echo $CMD
CMD="/sdf/group/lcls/ds/tools/lute/lute_launcher ${CMD}"
SLURM_ARGS="--partition=milano --account=lcls:data --ntasks=1"
echo "Running ${CMD} with ${SLURM_ARGS}"
sbatch $SLURM_ARGS --wrap "${CMD}"

0 comments on commit e664c43

Please sign in to comment.