This commit is contained in:
2023-02-21 23:48:23 +08:00
parent 6ad2564d33
commit 3114bc87d4
3 changed files with 0 additions and 0 deletions

View 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