Skip to content

Commit 0f4890c

Browse files
Extend bugfix to other platforms
1 parent 255687f commit 0f4890c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

buildsystem/clang-hip/crusherVariables.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export SRCDIR=${SRCDIR:-$PWD}
3+
SRCDIR=${SRCDIR:-$PWD}
44

55
# Platform specific configuration
66
source $SRCDIR/buildsystem/clang-hip/crusher/base.sh

buildsystem/gcc-cuda/ascentVariables.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export SRCDIR=${SRCDIR:-$PWD}
3+
SRCDIR=${SRCDIR:-$PWD}
44
export MY_CLUSTER=ascent
55

66
# Spack modules

buildsystem/gcc-cuda/newellVariables.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export SRCDIR=${SRCDIR:-$PWD}
3+
SRCDIR=${SRCDIR:-$PWD}
44

55
# Shared system configuration
66
source $SRCDIR/buildsystem/gcc-cuda/newell/base.sh

buildsystem/gcc-cuda/summitVariables.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export SRCDIR=${SRCDIR:-$PWD}
3+
SRCDIR=${SRCDIR:-$PWD}
44

55
# Shared system configuration
66
source $SRCDIR/buildsystem/gcc-cuda/summit/base.sh

0 commit comments

Comments
 (0)