Skip to content

Commit

Permalink
Ignoring warning SC2191 in shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
anagainaru committed Apr 8, 2023
1 parent 3bf8c90 commit 93c24a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_scripts/build-adios2-cuda-perlmutter.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2191

module load cudatoolkit/11.7
module load gcc/11.2.0
Expand Down
1 change: 1 addition & 0 deletions scripts/build_scripts/build-adios2-cuda-summit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2191

module load gcc/10.2
module load cuda/11.5
Expand Down
1 change: 1 addition & 0 deletions scripts/build_scripts/build-adios2-kokkos-crusher.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2191

module load rocm/5.4.0
module load gcc/11.2.0
Expand Down
1 change: 1 addition & 0 deletions scripts/build_scripts/build-adios2-kokkos-perlmutter.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2191

module load cudatoolkit/11.7
module load gcc/11.2.0
Expand Down
1 change: 1 addition & 0 deletions scripts/build_scripts/build-adios2-kokkos-summit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2191

module load gcc/10.2
module load cuda/11.5
Expand Down

0 comments on commit 93c24a6

Please sign in to comment.