Update a.sh
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
#PBS -N task
|
||||
#PBS -l nodes=1:ppn=1
|
||||
export OMP_NUM_THREADS=1
|
||||
python a.py
|
Reference in New Issue
Block a user
@@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
#PBS -N task
|
||||
#PBS -l nodes=1:ppn=1
|
||||
export OMP_NUM_THREADS=1
|
||||
python a.py
|