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