Skip to content

Commit

Permalink
更新脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
ltstriker committed Apr 18, 2019
1 parent a04db00 commit 157e91f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions benchmark.sh
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions caseA4/run.sh
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions caseHGNA2/run.sh
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions caseTest/run.sh
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 157e91f

Please sign in to comment.