update
This commit is contained in:
7
2023.02.21_parallel_python_manually/a.sh
Normal file
7
2023.02.21_parallel_python_manually/a.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#PBS -N task
|
||||
#PBS -l nodes=1:ppn=1
|
||||
#PBS -q bigmem
|
||||
cd $PBS_O_WORKDIR
|
||||
export OMP_NUM_THREADS=1
|
||||
python a.py
|
Reference in New Issue
Block a user