Files
blis/testsuite/old/jobscripts/jb-cfig.sh
Field G. Van Zee c84391314d Reverted minor temp/wspace changes from b426f9e.
Details:
- Added missing license header to bli_pwr9_asm_macros_12x6.h.
- Reverted temporary changes to various files in 'test' and 'testsuite'
  directories.
- Moved testsuite/jobscripts into testsuite/old.
- Minor whitespace/comment changes across various files.
2019-11-04 13:57:12 -06:00

27 lines
466 B
Bash

#!/bin/bash
# execute in the general partition
#SBATCH --partition=general
# execute with 40 processes/tasks
#SBATCH --ntasks=1
# maximum time is 30 minutes
#SBATCH --time=00:30:00
# job name is my_job
#SBATCH --job-name=blis
# send email for status updates
#SBATCH --mail-type=ALL,TIME_LIMIT
#SBATCH --mail-user=ntukanov
# change default output file name
#SBATCH --output=cfig.out
# load environment
module load gcc/8.2
# application execution
srun cfig.sh