From 157e91f74b23b71d92ba4a0f4d77ad0bf1db2c07 Mon Sep 17 00:00:00 2001 From: ltstriker Date: Fri, 19 Apr 2019 01:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- benchmark.sh | 4 ++++ caseA4/run.sh | 4 ++-- caseHGNA2/run.sh | 4 ++-- caseTest/run.sh | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 benchmark.sh diff --git a/benchmark.sh b/benchmark.sh new file mode 100644 index 0000000..aebeca6 --- /dev/null +++ b/benchmark.sh @@ -0,0 +1,4 @@ +export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH +module load nvme/impi/2019.3 +module load nvme/gcc/8.3.0 +make clean && make \ No newline at end of file diff --git a/caseA4/run.sh b/caseA4/run.sh index 10398d3..fcb6888 100644 --- a/caseA4/run.sh +++ b/caseA4/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -$module load nvme/impi/2019.3 -$module load nvme/gcc/8.3.0 +module load nvme/impi/2019.3 +module load nvme/gcc/8.3.0 set -x today=`date +%Y%m%d.%H%M%S` diff --git a/caseHGNA2/run.sh b/caseHGNA2/run.sh index ffe6c71..448d7eb 100644 --- a/caseHGNA2/run.sh +++ b/caseHGNA2/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -$module load nvme/impi/2019.3 -$module load nvme/gcc/8.3.0 +module load nvme/impi/2019.3 +module load nvme/gcc/8.3.0 set -x today=`date +%Y%m%d.%H%M%S` diff --git a/caseTest/run.sh b/caseTest/run.sh index d7a1d4c..8da93f7 100755 --- a/caseTest/run.sh +++ b/caseTest/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -$module load nvme/impi/2019.3 -$module load nvme/gcc/8.3.0 +module load nvme/impi/2019.3 +module load nvme/gcc/8.3.0 set -x today=`date +%Y%m%d.%H%M%S`