Running Stata jobs on Slurm but errors: stata: command not found

前端 未结 0 1354
旧时难觅i
旧时难觅i 2020-12-31 10:20

Here is my sbatch file:


#!/bin/bash
#SBATCH --output=stata_example.out
#SBATCH --error=stata_example.err
#SBATCH --nodes=1

module load stata
stata do stata_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题