From f1a8db765761145913a97cf502cf9aba23327577 Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Tue, 22 Oct 2024 23:02:06 +0800 Subject: [PATCH] Update a.sh --- 2021.05.10_parallel_calculations_using_sh_files/a.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/2021.05.10_parallel_calculations_using_sh_files/a.sh b/2021.05.10_parallel_calculations_using_sh_files/a.sh index 2ea984f..2d1205c 100644 --- a/2021.05.10_parallel_calculations_using_sh_files/a.sh +++ b/2021.05.10_parallel_calculations_using_sh_files/a.sh @@ -1,5 +1,4 @@ #!/bin/sh #PBS -N task #PBS -l nodes=1:ppn=1 -export OMP_NUM_THREADS=1 python a.py \ No newline at end of file