5 lines
64 B
Bash
5 lines
64 B
Bash
#!/bin/sh
|
|
#PBS -N task_1
|
|
#PBS -l nodes=1:ppn=1
|
|
python task_1.py
|
#!/bin/sh
|
|
#PBS -N task_1
|
|
#PBS -l nodes=1:ppn=1
|
|
python task_1.py
|