cleanup data folder
This commit is contained in:
9
slurm/start_head.sh
Normal file
9
slurm/start_head.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "starting ray head node"
|
||||
|
||||
# Launch the head node
|
||||
ray start --head --node-ip-address=$1 --port=6379 --redis-password=$2 --num-cpus=$SLURM_CPUS_PER_TASK --dashboard-host=127.0.0.1
|
||||
|
||||
|
||||
sleep infinity
|
||||
Reference in New Issue
Block a user