salloc -p pgpu --gres=gpu:1 --time=1:00:00 srun --pty /bin/bash --login
#SBATCH -J ARRAY_JOB
#SBATCH --cpus-per-task=4 # job 당 core 개수
#SBATCH --array=0-4%2 # % 의미는 다음 array에서 2개씩만 계산을 이용하겠다는 의미이다.
LS_=(`ls *.job`)
srun g16 ${LS_[$SLURM_ARRAY_TASK_ID]}
sudo apt install libslurm34 libswitch-perl libcurses-perl libslurm-perl
tar xzf schedtop-5.02.tar.gz
cd schedtop
perl Makefile.PL slurmtop
make
sudo make install