1970-01-01 scratch.sh scratch.sh12345678910111213141516#!/bin/bash#SBATCH --partition=gpu_short#SBATCH --nodes=1 # 1 computer nodes#SBATCH --ntasks=1 # 1 task per node#SBATCH --gres=gpu:1 # Using 1 GPU card#SBATCH --mem=20GB # Request 20GB memory#SBATCH --time=0-01:00:00 # Time limit day-hrs:min:sec#SBATCH --output=gpujob_%j.log # Standard output#SBATCH --error=gpujob_%j.err # Standard error logmodule load cuda/11.6.0OUTPUT=/home/zihanwu7/scratch/output.txtcd /home/zihanwu7/scratch/own_transformerpython main.test.py >> $OUTPUTdate >> $OUTPUT Newer (no title) Older 陆军学说