azurehpc/scripts/lsfnode.sh

10 строки
178 B
Bash
Исходник Обычный вид История

2019-09-05 15:48:14 +03:00
#!/bin/bash
LSF_DIR=/apps/lsf
2019-09-05 15:48:14 +03:00
source $LSF_DIR/conf/profile.lsf
cd $LSF_DIR/10.1/install
sudo ./hostsetup --top="$LSF_DIR" --boot="y" --dynamic --start="y"
2019-09-05 15:48:14 +03:00
ps -aux | grep lsf