6 lines
72 B
Bash
6 lines
72 B
Bash
#!/bin/sh
|
|
#PBS -N task
|
|
#PBS -l nodes=1:ppn=1
|
|
#PBS -q bigmem
|
|
python a.py
|