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