Skip to content

Commit aa3e5d1

Browse files
committed
build workflow updated to automatically load ft3 modules
1 parent 2f4261b commit aa3e5d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.15)
1+
cmake_minimum_required(VERSION 3.26)
22
project(cuqdyn LANGUAGES C Fortran CXX)
33
set(CMAKE_C_STANDARD 11)
44

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ build-proyect() {
1616
)
1717
}
1818

19+
if [ -d "/home/cesga" ]; then
20+
module load cesga/2025 gcc/system openmpi/5.0.7
21+
fi
22+
1923
variants=(
2024
"serial"
2125
"mpi"

scripts/scalability-test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
# $TMPDIR
1010

11-
if [ -d "/home/cesga" ]; then
12-
module load gcc openmpi/4.1.1_ft3
13-
fi
14-
1511
bash build.sh
1612

1713
# === CONFIGURATION ===

0 commit comments

Comments
 (0)