Skip to content

Conversation

@casparvl
Copy link
Collaborator

@casparvl casparvl commented Aug 28, 2025

Note: I've seen in an interactive build that this didn't pass the CUDA sanity check. So we may have to investigate why not (i.e. which files don't provide the correct device code, and why), and how to make it pass...

@casparvl
Copy link
Collaborator Author

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-surf for:arch=x86_64/intel/icelake,accel=nvidia/cc80

@eessi-bot-surf
Copy link

eessi-bot-surf bot commented Aug 28, 2025

New job on instance eessi-bot-surf for repository eessi.io-2023.06-software
Building on: intel-icelake and accelerator nvidia/cc80
Building for: x86_64/intel/icelake and accelerator nvidia/cc80
Job dir: /projects/eessibot/eessi-bot-surf/jobs/2025.08/pr_1168/14349799

date job status comment
Aug 28 15:04:29 UTC 2025 submitted job id 14349799 will be eligible to start in about 20 seconds
Aug 28 15:04:51 UTC 2025 received job awaits launch by Slurm scheduler
Aug 28 15:05:17 UTC 2025 running job 14349799 is running
Aug 28 15:49:07 UTC 2025 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-14349799.out
✅ no message matching FATAL:
❌ found message matching ERROR:
❌ found message matching FAILED:
❌ found message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-icelake-accel-nvidia-cc80-17563960770.tar.gzsize: 0 MiB (45 bytes)
entries: 0
modules under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80
no other files in tarball
Aug 28 15:49:07 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] (1/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (2/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (3/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (4/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (5/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (6/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (7/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (8/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ PASSED ] Ran 0/8 test case(s) from 8 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-14349799.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@casparvl
Copy link
Collaborator Author

== 2025-08-28 17:47:46,988 easyblock.py:3719 INFO CUDA sanity check detailed report:
1 files missing one or more CUDA compute capabilities:
  lib/python3.11/site-packages/espressomd/Espresso_core.so
1 files with device code for more CUDA Compute Capabilities than requested:
  lib/python3.11/site-packages/espressomd/Espresso_core.so
1 files missing PTX code for the highest configured CUDA Compute Capability:
  lib/python3.11/site-packages/espressomd/Espresso_core.so

@casparvl
Copy link
Collaborator Author

== 2025-08-28 17:47:46,880 run.py:502 INFO Running shell command 'cuobjdump /cvmfs/software.eessi.io/versions/2023.06/software
/linux/x86_64/intel/icelake/accel/nvidia/cc80/software/ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1/lib/python3.11/site-packages/espr
essomd/Espresso_core.so' in /tmp/eessibot/easybuild/build/ESPResSo/4.2.2/foss-2023a-CUDA-12.1.1/easybuild_obj
== 2025-08-28 17:47:46,902 run.py:613 INFO Output of 'cuobjdump ...' shell command (stdout + stderr):

Fatbin ptx code:
================
arch = sm_52
code version = [8,1]
host = linux
compile_size = 64bit
compressed
ptxasOptions = -O3

Fatbin elf code:
================
arch = sm_52
code version = [1,7]
host = linux
compile_size = 64bit

Fatbin ptx code:
================
arch = sm_52
code version = [8,1]
host = linux
compile_size = 64bit
compressed
ptxasOptions = -O3

Hm... seems to be compiled for SM_52, and with PTX code for SM_52. So, something needs to be fixed here: how do we convince the ESPResSo build system to compile for a different CUDA arch?

@bedroge
Copy link
Collaborator

bedroge commented Aug 28, 2025

Seems like that's hardcoded here for version 4.2.2:
https://github.com/espressomd/espresso/blob/4.2.2/cmake/FindCUDACompilerNVCC.cmake#L57

Though new versions apparently will allow you to explicitly define this:
https://github.com/espressomd/espresso/blob/python/CMakeLists.txt#L257

@jngrad
Copy link

jngrad commented Sep 1, 2025

The following patch should work:

diff --git a/cmake/FindCUDACompilerNVCC.cmake b/cmake/FindCUDACompilerNVCC.cmake
index 08f9db312..f68d4db94 100644
--- a/cmake/FindCUDACompilerNVCC.cmake
+++ b/cmake/FindCUDACompilerNVCC.cmake
@@ -52,8 +52,16 @@ list(APPEND CUDA_NVCC_FLAGS_COVERAGE -O3 -g -Xptxas=-O3 -Xcompiler=-Og,-g)
 list(APPEND CUDA_NVCC_FLAGS_RELWITHASSERT -O3 -g -Xptxas=-O3 -Xcompiler=-O3,-g)
-if(CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11)
-  list(APPEND CUDA_NVCC_FLAGS -gencode=arch=compute_30,code=sm_30)
+if(NOT DEFINED ESPRESSO_CUDA_ARCHITECTURES)
+  if("$ENV{CUDAARCHS}" STREQUAL "")
+    set(ESPRESSO_CUDA_ARCHITECTURES "75;86;89" CACHE INTERNAL "")
+  else()
+    set(ESPRESSO_CUDA_ARCHITECTURES "$ENV{CUDAARCHS}" CACHE INTERNAL "")
+  endif()
 endif()
+foreach(ESPRESSO_CUDA_ARCH ${ESPRESSO_CUDA_ARCHITECTURES})
+  list(APPEND CUDA_NVCC_FLAGS
+       "-gencode=arch=compute_${ESPRESSO_CUDA_ARCH},code=sm_${ESPRESSO_CUDA_ARCH}"
+       "-gencode=arch=compute_${ESPRESSO_CUDA_ARCH},code=compute_${ESPRESSO_CUDA_ARCH}")
+endforeach()
 list(APPEND CUDA_NVCC_FLAGS
-       -gencode=arch=compute_52,code=sm_52
-       -gencode=arch=compute_52,code=compute_52 -std=c++${CMAKE_CUDA_STANDARD}
+       -std=c++${CMAKE_CUDA_STANDARD}
        $<$<BOOL:${WARNINGS_ARE_ERRORS}>:-Xcompiler=-Werror;-Xptxas=-Werror>

With this one can invoke the cmake command with environment variable CUDAARCHS="75;61" to specify architectures.

…50828-eb-5.1.1-rebuild-ESPResSo-for-cuda-sanity-check.yml
@bedroge
Copy link
Collaborator

bedroge commented Sep 5, 2025

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-surf for:arch=x86_64/intel/icelake,accel=nvidia/cc80

@eessi-bot-surf
Copy link

eessi-bot-surf bot commented Sep 5, 2025

New job on instance eessi-bot-surf for repository eessi.io-2023.06-software
Building on: intel-icelake and accelerator nvidia/cc80
Building for: x86_64/intel/icelake and accelerator nvidia/cc80
Job dir: /projects/eessibot/eessi-bot-surf/jobs/2025.09/pr_1168/14486869

date job status comment
Sep 05 09:12:07 UTC 2025 submitted job id 14486869 will be eligible to start in about 20 seconds
Sep 05 09:12:18 UTC 2025 received job awaits launch by Slurm scheduler
Sep 05 09:16:32 UTC 2025 running job 14486869 is running
Sep 05 09:18:51 UTC 2025 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-14486869.out
✅ no message matching FATAL:
❌ found message matching ERROR:
❌ found message matching FAILED:
❌ found message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-icelake-accel-nvidia-cc80-17570638570.tar.gzsize: 0 MiB (45 bytes)
entries: 0
modules under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80
no other files in tarball
Sep 05 09:18:51 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] (1/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (2/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (3/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (4/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (5/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (6/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (7/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (8/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ PASSED ] Ran 0/8 test case(s) from 8 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-14486869.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@bedroge
Copy link
Collaborator

bedroge commented Sep 5, 2025

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-surf for:arch=x86_64/intel/icelake,accel=nvidia/cc80

@eessi-bot-surf
Copy link

eessi-bot-surf bot commented Sep 5, 2025

New job on instance eessi-bot-surf for repository eessi.io-2023.06-software
Building on: intel-icelake and accelerator nvidia/cc80
Building for: x86_64/intel/icelake and accelerator nvidia/cc80
Job dir: /projects/eessibot/eessi-bot-surf/jobs/2025.09/pr_1168/14487508

date job status comment
Sep 05 09:52:52 UTC 2025 submitted job id 14487508 will be eligible to start in about 20 seconds
Sep 05 09:52:59 UTC 2025 received job awaits launch by Slurm scheduler
Sep 05 09:53:23 UTC 2025 running job 14487508 is running
Sep 05 10:40:33 UTC 2025 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-14487508.out
✅ no message matching FATAL:
❌ found message matching ERROR:
❌ found message matching FAILED:
❌ found message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-icelake-accel-nvidia-cc80-17570687600.tar.gzsize: 0 MiB (45 bytes)
entries: 0
modules under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80
no other files in tarball
Sep 05 10:40:33 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] (1/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (2/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (3/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (4/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (5/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (6/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (7/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (8/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ PASSED ] Ran 0/8 test case(s) from 8 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-14487508.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@bedroge
Copy link
Collaborator

bedroge commented Sep 5, 2025

  >> CUDA sanity check summary report:
  >> Number of CUDA files checked: 1
  >> Number of files missing one or more CUDA Compute Capabilities: 1 (ignored: 0, fails: 1)
  >> Number of files with device code for more CUDA Compute Capabilities than requested: 1
  >> (not running with --cuda-sanity-check-strict, so not considered failures)
  >> Number of files missing PTX code for the highest configured CUDA Compute Capability: 1 (ignored: 0, fails: 1)
  >> You may consider rerunning with --cuda-sanity-check-accept-ptx-as-devcode to accept suitable PTX code instead of device code.
  >> You may consider running with --cuda-sanity-check-accept-missing-ptx to accept binaries missing PTX code for the highest configured CUDA Compute Capability.
== 2025-09-05 12:39:08,065 easyblock.py:3719 INFO CUDA sanity check detailed report:
1 files missing one or more CUDA compute capabilities:
  lib/python3.11/site-packages/espressomd/Espresso_core.so
1 files with device code for more CUDA Compute Capabilities than requested:
  lib/python3.11/site-packages/espressomd/Espresso_core.so
1 files missing PTX code for the highest configured CUDA Compute Capability:
  lib/python3.11/site-packages/espressomd/Espresso_core.so

edit: oh, of course, we need to set $CUDAARCHS to the right value.

@jngrad
Copy link

jngrad commented Sep 5, 2025

Or pass -D ESPRESSO_CUDA_ARCHITECTURES=89 if that's more convenient than setting an environment variable.

@bedroge
Copy link
Collaborator

bedroge commented Sep 5, 2025

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-surf for:arch=x86_64/intel/icelake,accel=nvidia/cc80

@eessi-bot-surf
Copy link

eessi-bot-surf bot commented Sep 5, 2025

New job on instance eessi-bot-surf for repository eessi.io-2023.06-software
Building on: intel-icelake and accelerator nvidia/cc80
Building for: x86_64/intel/icelake and accelerator nvidia/cc80
Job dir: /projects/eessibot/eessi-bot-surf/jobs/2025.09/pr_1168/14489238

date job status comment
Sep 05 11:12:02 UTC 2025 submitted job id 14489238 will be eligible to start in about 20 seconds
Sep 05 11:12:07 UTC 2025 received job awaits launch by Slurm scheduler
Sep 05 11:12:51 UTC 2025 running job 14489238 is running
Sep 05 11:57:22 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-14489238.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-icelake-accel-nvidia-cc80-17570733700.tar.gzsize: 6 MiB (6885564 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/icelake/accel/nvidia/cc80
no other files in tarball
Sep 05 11:57:22 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] (1/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (2/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (3/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (4/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (5/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (6/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (7/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (8/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ PASSED ] Ran 0/8 test case(s) from 8 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-14489238.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:26:19 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-icelake-accel-nvidia-cc80-17570733700.tar.gz to S3 bucket succeeded
Sep 18 11:14:08 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-icelake-accel-nvidia-cc80-17570733700.tar.gz to S3 bucket succeeded

@bedroge
Copy link
Collaborator

bedroge commented Sep 12, 2025

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-surf for:arch=x86_64/amd/zen4,accel=nvidia/cc90 (Snellius is down)
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-vsc-ugent for:arch=x86_64/intel/cascadelake,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-vsc-ugent for:arch=x86_64/amd/zen3,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-jsc for:arch=aarch64/nvidia/grace,accel=nvidia/cc90

@gpu-bot-ugent
Copy link

gpu-bot-ugent bot commented Sep 12, 2025

New job on instance eessi-bot-vsc-ugent for repository eessi.io-2023.06-software
Building on: intel-cascadelake and accelerator nvidia/cc70
Building for: x86_64/intel/cascadelake and accelerator nvidia/cc70
Job dir: /scratch/gent/vo/002/gvo00211/SHARED/jobs/2025.09/pr_1168/40719525

date job status comment
Sep 12 06:51:41 UTC 2025 submitted job id 40719525 awaits release by job manager
Sep 12 06:51:48 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 06:53:55 UTC 2025 running job 40719525 is running
Sep 12 07:26:56 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-40719525.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-cascadelake-accel-nvidia-cc70-17576619390.tar.gzsize: 6 MiB (6897691 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/intel/cascadelake/accel/nvidia/cc70/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/intel/cascadelake/accel/nvidia/cc70/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/intel/cascadelake/accel/nvidia/cc70/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/cascadelake/accel/nvidia/cc70
no other files in tarball
Sep 12 07:26:56 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] (1/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (2/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (3/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (4/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (5/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (6/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (7/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (8/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ PASSED ] Ran 0/8 test case(s) from 8 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-40719525.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 11:13:57 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-cascadelake-accel-nvidia-cc70-17576619390.tar.gz to S3 bucket succeeded

@eessi-bot-jsc
Copy link

eessi-bot-jsc bot commented Sep 12, 2025

New job on instance eessi-bot-jsc for repository eessi.io-2023.06-software
Building on: nvidia-grace and accelerator nvidia/cc90
Building for: aarch64/nvidia/grace and accelerator nvidia/cc90
Job dir: /p/project1/ceasybuilders/eessibot/jobs/2025.09/pr_1168/14054305

date job status comment
Sep 12 06:51:44 UTC 2025 submitted job id 14054305 awaits release by job manager
Sep 12 06:52:31 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 06:53:34 UTC 2025 running job 14054305 is running
Sep 12 07:42:02 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-14054305.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-nvidia-grace-accel-nvidia-cc90-17576618650.tar.gzsize: 6 MiB (6585064 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/nvidia/grace/accel/nvidia/cc90/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/nvidia/grace/accel/nvidia/cc90/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/nvidia/grace/accel/nvidia/cc90/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/nvidia/grace/accel/nvidia/cc90
no other files in tarball
Sep 12 07:42:02 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] ( 1/34) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 2/34) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 3/34) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 4/34) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 5/34) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 6/34) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 7/34) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] ( 8/34) Skipping GPU test : only 1 GPU available for this test case
[ OK ] ( 9/34) EESSI_ESPRESSO_LJ_PARTICLES %module_name=ESPResSo/4.2.2-foss-2023b %scale=1_node /3370ce9a @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 0.001239 s/step (r:0, l:None, u:None)
[ OK ] (10/34) EESSI_ESPRESSO_LJ_PARTICLES %module_name=ESPResSo/4.2.2-foss-2023a %scale=1_node /ce9ec58a @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 0.001169 s/step (r:0, l:None, u:None)
[ OK ] (11/34) EESSI_ESPRESSO_LJ_PARTICLES %module_name=ESPResSo/4.2.1-foss-2023a %scale=1_node /a7cd00d1 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 0.001164 s/step (r:0, l:None, u:None)
[ OK ] (12/34) EESSI_ESPRESSO_LJ_PARTICLES %module_name=ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1 %scale=1_node /f8bd889f @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 0.001209 s/step (r:0, l:None, u:None)
[ OK ] (13/34) EESSI_ESPRESSO_P3M_IONIC_CRYSTALS %module_name=ESPResSo/4.2.2-foss-2023b %scale=1_node /8e3b77a6 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 0.2579 s/step (r:0, l:None, u:None)
[ OK ] (14/34) EESSI_ESPRESSO_P3M_IONIC_CRYSTALS %module_name=ESPResSo/4.2.2-foss-2023a %scale=1_node /95cf5297 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 0.227 s/step (r:0, l:None, u:None)
[ OK ] (15/34) EESSI_ESPRESSO_P3M_IONIC_CRYSTALS %module_name=ESPResSo/4.2.1-foss-2023a %scale=1_node /d07ab79f @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 0.2281 s/step (r:0, l:None, u:None)
[ OK ] (16/34) EESSI_ESPRESSO_P3M_IONIC_CRYSTALS %module_name=ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1 %scale=1_node /d133f82e @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 0.2312 s/step (r:0, l:None, u:None)
[ OK ] (17/34) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos %scale=1_node /aeb2d9df @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 1528.931 timesteps/s (r:0, l:None, u:None)
[ OK ] (18/34) EESSI_LAMMPS_lj %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos %scale=1_node /04ff9ece @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: perf: 1541.972 timesteps/s (r:0, l:None, u:None)
[ OK ] (19/34) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /775175bf @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 4.92 us (r:0, l:None, u:None)
[ OK ] (20/34) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /52707c40 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 4.98 us (r:0, l:None, u:None)
[ OK ] (21/34) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.5-gompi-2023b-CUDA-12.4.0 %scale=1_node %device_type=cpu /95ac9526 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 5.18 us (r:0, l:None, u:None)
[ OK ] (22/34) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_allreduce %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023a-CUDA-12.1.1 %scale=1_node %device_type=cpu /1cff5d41 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 5.09 us (r:0, l:None, u:None)
[ OK ] (23/34) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node %device_type=cpu /b1aacda9 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 7.0 us (r:0, l:None, u:None)
[ OK ] (24/34) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node %device_type=cpu /c6bad193 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 7.16 us (r:0, l:None, u:None)
[ OK ] (25/34) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.5-gompi-2023b-CUDA-12.4.0 %scale=1_node %device_type=cpu /0edb8a95 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 8.47 us (r:0, l:None, u:None)
[ OK ] (26/34) EESSI_OSU_coll %benchmark_info=mpi.collective.osu_alltoall %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023a-CUDA-12.1.1 %scale=1_node %device_type=cpu /b2ab2213 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 8.58 us (r:0, l:None, u:None)
[ OK ] (27/34) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /15cad6c4 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 0.46 us (r:0, l:None, u:None)
[ OK ] (28/34) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /6672deda @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 0.46 us (r:0, l:None, u:None)
[ OK ] (29/34) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.5-gompi-2023b-CUDA-12.4.0 %scale=1_node /8ec94746 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 0.49 us (r:0, l:None, u:None)
[ OK ] (30/34) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_latency %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023a-CUDA-12.1.1 %scale=1_node /1a3a497b @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: latency: 0.5 us (r:0, l:None, u:None)
[ OK ] (31/34) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %scale=1_node /2a9a47b1 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: bandwidth: 39629.68 MB/s (r:0, l:None, u:None)
[ OK ] (32/34) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %scale=1_node /1b24ab8e @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: bandwidth: 40028.5 MB/s (r:0, l:None, u:None)
[ OK ] (33/34) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.5-gompi-2023b-CUDA-12.4.0 %scale=1_node /c9ca6dc1 @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: bandwidth: 41189.53 MB/s (r:0, l:None, u:None)
[ OK ] (34/34) EESSI_OSU_pt2pt_CPU %benchmark_info=mpi.pt2pt.osu_bw %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023a-CUDA-12.1.1 %scale=1_node /17289b2f @BotBuildTests:aarch64_nvidia_grace_accel_nvidia_cc90+default
P: bandwidth: 42152.51 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 26/34 test case(s) from 34 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-14054305.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:26:21 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-nvidia-grace-accel-nvidia-cc90-17576618650.tar.gz to S3 bucket succeeded
Sep 18 11:14:07 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-nvidia-grace-accel-nvidia-cc90-17576618650.tar.gz to S3 bucket succeeded

@gpu-bot-ugent
Copy link

gpu-bot-ugent bot commented Sep 12, 2025

New job on instance eessi-bot-vsc-ugent for repository eessi.io-2023.06-software
Building on: amd-zen3 and accelerator nvidia/cc80
Building for: x86_64/amd/zen3 and accelerator nvidia/cc80
Job dir: /scratch/gent/vo/002/gvo00211/SHARED/jobs/2025.09/pr_1168/15530842

date job status comment
Sep 12 06:51:45 UTC 2025 submitted job id 15530842 awaits release by job manager
Sep 12 06:53:52 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 06:55:58 UTC 2025 running job 15530842 is running
Sep 12 07:35:05 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-15530842.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-amd-zen3-accel-nvidia-cc80-17576623740.tar.gzsize: 6 MiB (6916645 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/amd/zen3/accel/nvidia/cc80/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/amd/zen3/accel/nvidia/cc80/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/amd/zen3/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/amd/zen3/accel/nvidia/cc80
no other files in tarball
Sep 12 07:35:05 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] (1/9) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (2/9) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (3/9) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (4/9) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (5/9) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (6/9) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (7/9) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (8/9) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ OK ] (9/9) EESSI_LAMMPS_lj %device_type=gpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos-CUDA-12.1.1 %scale=1_4_node /497af4b1 @BotBuildTests:x86_64_amd_zen3_accel_nvidia_cc80+default
P: perf: 4242.794 timesteps/s (r:0, l:None, u:None)
[ PASSED ] Ran 1/9 test case(s) from 9 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-15530842.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 11:13:47 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen3-accel-nvidia-cc80-17576623740.tar.gz to S3 bucket succeeded

@bedroge
Copy link
Collaborator

bedroge commented Sep 12, 2025

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=zen2 for:arch=x86_64/amd/zen2,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=zen2 for:arch=x86_64/amd/zen2,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=zen2 for:arch=x86_64/amd/zen2,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=zen3 for:arch=x86_64/amd/zen3,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=zen3 for:arch=x86_64/amd/zen3,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=zen4 for:arch=x86_64/amd/zen4,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=zen4 for:arch=x86_64/amd/zen4,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=skylake_avx512 for:arch=x86_64/intel/skylake_avx512,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=skylake_avx512 for:arch=x86_64/intel/skylake_avx512,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=skylake_avx512 for:arch=x86_64/intel/skylake_avx512,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=haswell for:arch=x86_64/intel/haswell,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=haswell for:arch=x86_64/intel/haswell,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=haswell for:arch=x86_64/intel/haswell,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=icelake for:arch=x86_64/intel/icelake,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=icelake for:arch=x86_64/intel/icelake,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=cascadelake for:arch=x86_64/intel/cascadelake,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=cascadelake for:arch=x86_64/intel/cascadelake,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=sapphirerapids for:arch=x86_64/intel/sapphirerapids,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=sapphirerapids for:arch=x86_64/intel/sapphirerapids,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=sapphirerapids for:arch=x86_64/intel/sapphirerapids,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=x86_64/generic for:arch=x86_64/generic,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=x86_64/generic for:arch=x86_64/generic,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=x86_64/generic for:arch=x86_64/generic,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=aarch64/generic for:arch=aarch64/generic,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=aarch64/generic for:arch=aarch64/generic,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=aarch64/generic for:arch=aarch64/generic,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=neoverse_n1 for:arch=aarch64/neoverse_n1,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=neoverse_n1 for:arch=aarch64/neoverse_n1,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=neoverse_n1 for:arch=aarch64/neoverse_n1,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=neoverse_v1 for:arch=aarch64/neoverse_v1,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=neoverse_v1 for:arch=aarch64/neoverse_v1,accel=nvidia/cc80
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-mc-aws on:arch=neoverse_v1 for:arch=aarch64/neoverse_v1,accel=nvidia/cc90
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-jsc on:arch=aarch64/nvidia/grace for:arch=aarch64/nvidia/grace,accel=nvidia/cc70
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-jsc on:arch=aarch64/nvidia/grace for:arch=aarch64/nvidia/grace,accel=nvidia/cc80

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: amd-zen2
Building for: x86_64/amd/zen2 and accelerator nvidia/cc70
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89455

date job status comment
Sep 12 08:02:36 UTC 2025 submitted job id 89455 awaits release by job manager
Sep 12 08:02:56 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 08:13:42 UTC 2025 running job 89455 is running
Sep 12 09:08:05 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89455.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-amd-zen2-accel-nvidia-cc70-17576680560.tar.gzsize: 6 MiB (6903220 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/amd/zen2/accel/nvidia/cc70/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/amd/zen2/accel/nvidia/cc70/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/amd/zen2/accel/nvidia/cc70/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/amd/zen2/accel/nvidia/cc70
no other files in tarball
Sep 12 09:08:05 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89455.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:25:56 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen2-accel-nvidia-cc70-17576680560.tar.gz to S3 bucket succeeded
Sep 18 11:13:46 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen2-accel-nvidia-cc70-17576680560.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: amd-zen2
Building for: x86_64/amd/zen2 and accelerator nvidia/cc80
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89456

date job status comment
Sep 12 08:02:41 UTC 2025 submitted job id 89456 awaits release by job manager
Sep 12 08:02:54 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 08:12:34 UTC 2025 running job 89456 is running
Sep 12 09:10:11 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89456.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-amd-zen2-accel-nvidia-cc80-17576681680.tar.gzsize: 6 MiB (6904028 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/amd/zen2/accel/nvidia/cc80/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/amd/zen2/accel/nvidia/cc80/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/amd/zen2/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/amd/zen2/accel/nvidia/cc80
no other files in tarball
Sep 12 09:10:11 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89456.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:26:04 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen2-accel-nvidia-cc80-17576681680.tar.gz to S3 bucket succeeded
Sep 18 11:13:54 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen2-accel-nvidia-cc80-17576681680.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: intel-sapphirerapids
Building for: x86_64/intel/sapphirerapids and accelerator nvidia/cc90
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89474

date job status comment
Sep 12 08:04:12 UTC 2025 submitted job id 89474 awaits release by job manager
Sep 12 08:06:03 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 10:01:16 UTC 2025 running job 89474 is running
Sep 12 11:21:25 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89474.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-intel-sapphirerapids-accel-nvidia-cc90-17576760260.tar.gzsize: 6 MiB (6884217 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/intel/sapphirerapids/accel/nvidia/cc90/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/intel/sapphirerapids/accel/nvidia/cc90/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/intel/sapphirerapids/accel/nvidia/cc90/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/intel/sapphirerapids/accel/nvidia/cc90
no other files in tarball
Sep 12 11:21:25 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89474.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:28:36 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-sapphirerapids-accel-nvidia-cc90-17576760260.tar.gz to S3 bucket succeeded
Sep 18 11:16:22 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-sapphirerapids-accel-nvidia-cc90-17576760260.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: generic
Building for: x86_64/generic and accelerator nvidia/cc70
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89475

date job status comment
Sep 12 08:04:17 UTC 2025 submitted job id 89475 awaits release by job manager
Sep 12 08:06:01 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 10:29:54 UTC 2025 running job 89475 is running
Sep 12 11:07:20 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89475.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-generic-accel-nvidia-cc70-17576752190.tar.gzsize: 6 MiB (6857446 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc70/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc70/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc70/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc70
no other files in tarball
Sep 12 11:07:20 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89475.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:28:44 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-accel-nvidia-cc70-17576752190.tar.gz to S3 bucket succeeded
Sep 18 11:16:30 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-accel-nvidia-cc70-17576752190.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: generic
Building for: x86_64/generic and accelerator nvidia/cc80
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89476

date job status comment
Sep 12 08:04:22 UTC 2025 submitted job id 89476 awaits release by job manager
Sep 12 08:05:58 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 10:21:57 UTC 2025 running job 89476 is running
Sep 12 10:59:34 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89476.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-generic-accel-nvidia-cc80-17576747310.tar.gzsize: 6 MiB (6858856 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc80/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc80/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc80
no other files in tarball
Sep 12 10:59:34 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89476.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:28:52 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-accel-nvidia-cc80-17576747310.tar.gz to S3 bucket succeeded
Sep 18 11:16:37 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-accel-nvidia-cc80-17576747310.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: generic
Building for: x86_64/generic and accelerator nvidia/cc90
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89477

date job status comment
Sep 12 08:04:27 UTC 2025 submitted job id 89477 awaits release by job manager
Sep 12 08:05:56 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 10:01:14 UTC 2025 running job 89477 is running
Sep 12 10:40:22 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89477.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-generic-accel-nvidia-cc90-17576735540.tar.gzsize: 6 MiB (6858381 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc90/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc90/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc90/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/generic/accel/nvidia/cc90
no other files in tarball
Sep 12 10:40:22 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89477.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:29:00 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-accel-nvidia-cc90-17576735540.tar.gz to S3 bucket succeeded
Sep 18 11:16:45 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-accel-nvidia-cc90-17576735540.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: generic
Building for: aarch64/generic and accelerator nvidia/cc70
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89478

date job status comment
Sep 12 08:04:33 UTC 2025 submitted job id 89478 awaits release by job manager
Sep 12 08:05:38 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 08:24:08 UTC 2025 running job 89478 is running
Sep 12 08:59:18 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89478.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-generic-accel-nvidia-cc70-17576674840.tar.gzsize: 6 MiB (6581801 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc70/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc70/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc70/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc70
no other files in tarball
Sep 12 08:59:18 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89478.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:29:08 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-accel-nvidia-cc70-17576674840.tar.gz to S3 bucket succeeded
Sep 18 11:16:53 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-accel-nvidia-cc70-17576674840.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: generic
Building for: aarch64/generic and accelerator nvidia/cc80
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89479

date job status comment
Sep 12 08:04:38 UTC 2025 submitted job id 89479 awaits release by job manager
Sep 12 08:05:35 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 08:24:05 UTC 2025 running job 89479 is running
Sep 12 08:59:16 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89479.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-generic-accel-nvidia-cc80-17576674420.tar.gzsize: 6 MiB (6581976 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc80/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc80/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc80
no other files in tarball
Sep 12 08:59:16 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89479.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:29:16 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-accel-nvidia-cc80-17576674420.tar.gz to S3 bucket succeeded
Sep 18 11:17:01 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-accel-nvidia-cc80-17576674420.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: generic
Building for: aarch64/generic and accelerator nvidia/cc90
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89480

date job status comment
Sep 12 08:04:43 UTC 2025 submitted job id 89480 awaits release by job manager
Sep 12 08:05:33 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 08:24:02 UTC 2025 running job 89480 is running
Sep 12 08:59:14 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89480.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-generic-accel-nvidia-cc90-17576674510.tar.gzsize: 6 MiB (6584809 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc90/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc90/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc90/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/generic/accel/nvidia/cc90
no other files in tarball
Sep 12 08:59:14 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89480.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:29:24 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-accel-nvidia-cc90-17576674510.tar.gz to S3 bucket succeeded
Sep 18 11:17:10 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-accel-nvidia-cc90-17576674510.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: neoverse_n1
Building for: aarch64/neoverse_n1 and accelerator nvidia/cc70
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89481

date job status comment
Sep 12 08:04:49 UTC 2025 submitted job id 89481 awaits release by job manager
Sep 12 08:05:45 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 08:25:45 UTC 2025 running job 89481 is running
Sep 12 09:00:29 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89481.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-neoverse_n1-accel-nvidia-cc70-17576675400.tar.gzsize: 6 MiB (6590705 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc70/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc70/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc70/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc70
no other files in tarball
Sep 12 09:00:29 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89481.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:29:32 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-accel-nvidia-cc70-17576675400.tar.gz to S3 bucket succeeded
Sep 18 11:17:18 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-accel-nvidia-cc70-17576675400.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: neoverse_n1
Building for: aarch64/neoverse_n1 and accelerator nvidia/cc80
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89482

date job status comment
Sep 12 08:04:54 UTC 2025 submitted job id 89482 awaits release by job manager
Sep 12 08:05:43 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 08:25:42 UTC 2025 running job 89482 is running
Sep 12 09:00:27 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89482.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-neoverse_n1-accel-nvidia-cc80-17576675660.tar.gzsize: 6 MiB (6591178 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc80/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc80/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc80
no other files in tarball
Sep 12 09:00:27 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89482.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:29:41 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-accel-nvidia-cc80-17576675660.tar.gz to S3 bucket succeeded
Sep 18 11:17:26 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-accel-nvidia-cc80-17576675660.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: neoverse_n1
Building for: aarch64/neoverse_n1 and accelerator nvidia/cc90
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89483

date job status comment
Sep 12 08:04:59 UTC 2025 submitted job id 89483 awaits release by job manager
Sep 12 08:05:40 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 08:25:39 UTC 2025 running job 89483 is running
Sep 12 09:00:25 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89483.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-neoverse_n1-accel-nvidia-cc90-17576675380.tar.gzsize: 6 MiB (6589037 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc90/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc90/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc90/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/neoverse_n1/accel/nvidia/cc90
no other files in tarball
Sep 12 09:00:25 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89483.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:29:49 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-accel-nvidia-cc90-17576675380.tar.gz to S3 bucket succeeded
Sep 18 11:17:34 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-accel-nvidia-cc90-17576675380.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: neoverse_v1
Building for: aarch64/neoverse_v1 and accelerator nvidia/cc70
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89484

date job status comment
Sep 12 08:05:05 UTC 2025 submitted job id 89484 awaits release by job manager
Sep 12 08:05:53 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 09:53:59 UTC 2025 running job 89484 is running
Sep 12 10:20:52 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89484.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-neoverse_v1-accel-nvidia-cc70-17576723950.tar.gzsize: 6 MiB (6583287 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc70/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc70/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc70/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc70
no other files in tarball
Sep 12 10:20:52 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89484.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:29:57 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-accel-nvidia-cc70-17576723950.tar.gz to S3 bucket succeeded
Sep 18 11:17:42 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-accel-nvidia-cc70-17576723950.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: neoverse_v1
Building for: aarch64/neoverse_v1 and accelerator nvidia/cc80
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89485

date job status comment
Sep 12 08:05:11 UTC 2025 submitted job id 89485 awaits release by job manager
Sep 12 08:05:50 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 09:08:00 UTC 2025 running job 89485 is running
Sep 12 09:35:54 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89485.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-neoverse_v1-accel-nvidia-cc80-17576696890.tar.gzsize: 6 MiB (6582993 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc80/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc80/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc80/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc80
no other files in tarball
Sep 12 09:35:54 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89485.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:30:06 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-accel-nvidia-cc80-17576696890.tar.gz to S3 bucket succeeded
Sep 18 11:17:49 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-accel-nvidia-cc80-17576696890.tar.gz to S3 bucket succeeded

@eessi-bot-aws
Copy link

eessi-bot-aws bot commented Sep 12, 2025

New job on instance eessi-bot-mc-aws for repository eessi.io-2023.06-software
Building on: neoverse_v1
Building for: aarch64/neoverse_v1 and accelerator nvidia/cc90
Job dir: /project/def-users/SHARED/jobs/2025.09/pr_1168/89486

date job status comment
Sep 12 08:05:16 UTC 2025 submitted job id 89486 awaits release by job manager
Sep 12 08:05:48 UTC 2025 released job awaits launch by Slurm scheduler
Sep 12 08:25:47 UTC 2025 running job 89486 is running
Sep 12 08:53:47 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-89486.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-aarch64-neoverse_v1-accel-nvidia-cc90-17576671240.tar.gzsize: 6 MiB (6581096 bytes)
entries: 89
modules under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc90/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc90/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc90/reprod
no reprod directories in tarball
other under 2023.06/software/linux/aarch64/neoverse_v1/accel/nvidia/cc90
no other files in tarball
Sep 12 08:53:47 UTC 2025 test result
😢 FAILURE (click triangle for details)
Reason
EESSI test suite was not run, test step itself failed to execute.
Details
✅ job output file slurm-89486.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:30:15 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-accel-nvidia-cc90-17576671240.tar.gz to S3 bucket succeeded
Sep 18 11:17:57 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-accel-nvidia-cc90-17576671240.tar.gz to S3 bucket succeeded

@laraPPr laraPPr mentioned this pull request Sep 12, 2025
@bedroge
Copy link
Collaborator

bedroge commented Sep 12, 2025

Only need to do one more build with the Surf bot, but the cluster is currently down.

@bedroge
Copy link
Collaborator

bedroge commented Sep 15, 2025

Snellius is back online. Not sure if the bot is already available, but let's give it a try:

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-surf for:arch=x86_64/amd/zen4,accel=nvidia/cc90

@eessi-bot-surf
Copy link

eessi-bot-surf bot commented Sep 15, 2025

New job on instance eessi-bot-surf for repository eessi.io-2023.06-software
Building on: amd-zen4 and accelerator nvidia/cc90
Building for: x86_64/amd/zen4 and accelerator nvidia/cc90
Job dir: /projects/eessibot/eessi-bot-surf/jobs/2025.09/pr_1168/14617638

date job status comment
Sep 15 08:42:28 UTC 2025 submitted job id 14617638 will be eligible to start in about 20 seconds
Sep 15 08:42:36 UTC 2025 received job awaits launch by Slurm scheduler
Sep 15 08:43:10 UTC 2025 running job 14617638 is running
Sep 15 09:57:06 UTC 2025 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-14617638.out
✅ no message matching FATAL:
❌ found message matching ERROR:
✅ no message matching FAILED:
❌ found message matching required modules missing:
❌ no message matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-amd-zen4-accel-nvidia-cc90-17579300910.tar.gzsize: 0 MiB (45 bytes)
entries: 0
modules under 2023.06/software/linux/x86_64/amd/zen4/accel/nvidia/cc90/modules/all
no module files in tarball
software under 2023.06/software/linux/x86_64/amd/zen4/accel/nvidia/cc90/software
no software packages in tarball
reprod directories under 2023.06/software/linux/x86_64/amd/zen4/accel/nvidia/cc90/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/amd/zen4/accel/nvidia/cc90
no other files in tarball
Sep 15 09:57:06 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] (1/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (2/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (3/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (4/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (5/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (6/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (7/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (8/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ PASSED ] Ran 0/8 test case(s) from 8 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-14617638.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@bedroge
Copy link
Collaborator

bedroge commented Sep 15, 2025

The Surf job was OOM killed.

[2025-09-15T11:56:55.660] error: Detected 1 oom_kill event in StepId=14617638.batch. Some of the step tasks have been OOM Killed.

JOB STATISTICS
==============
State: OUT_OF_MEMORY (exit code 0)
Cores per node: 16
Memory Utilized: 82.04 GB
Memory Efficiency: 45.58% of 180.00 GB (180.00 GB/node)

Don't really understand this, the other job that ran on Snellius (for icelake+cc80, see #1168 (comment)) only used:

Memory Utilized: 3.09 GB
Memory Efficiency: 2.57% of 120.00 GB (120.00 GB/node)

@bedroge
Copy link
Collaborator

bedroge commented Sep 15, 2025

Let's try it one more time:

bot: build repo:eessi.io-2023.06-software instance:eessi-bot-surf for:arch=x86_64/amd/zen4,accel=nvidia/cc90

@eessi-bot-surf
Copy link

eessi-bot-surf bot commented Sep 15, 2025

New job on instance eessi-bot-surf for repository eessi.io-2023.06-software
Building on: amd-zen4 and accelerator nvidia/cc90
Building for: x86_64/amd/zen4 and accelerator nvidia/cc90
Job dir: /projects/eessibot/eessi-bot-surf/jobs/2025.09/pr_1168/14623412

date job status comment
Sep 15 10:21:54 UTC 2025 submitted job id 14623412 will be eligible to start in about 20 seconds
Sep 15 10:22:04 UTC 2025 received job awaits launch by Slurm scheduler
Sep 15 10:22:28 UTC 2025 running job 14623412 is running
Sep 15 11:03:42 UTC 2025 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-14623412.out
✅ no message matching FATAL:
✅ no message matching ERROR:
✅ no message matching FAILED:
✅ no message matching required modules missing:
✅ found message(s) matching No missing installations
✅ found message matching .tar.gz created!
Artefacts
eessi-2023.06-software-linux-x86_64-amd-zen4-accel-nvidia-cc90-17579341570.tar.gzsize: 6 MiB (6852276 bytes)
entries: 89
modules under 2023.06/software/linux/x86_64/amd/zen4/accel/nvidia/cc90/modules/all
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1.lua
software under 2023.06/software/linux/x86_64/amd/zen4/accel/nvidia/cc90/software
ESPResSo/4.2.2-foss-2023a-CUDA-12.1.1
reprod directories under 2023.06/software/linux/x86_64/amd/zen4/accel/nvidia/cc90/reprod
no reprod directories in tarball
other under 2023.06/software/linux/x86_64/amd/zen4/accel/nvidia/cc90
no other files in tarball
Sep 15 11:03:42 UTC 2025 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ SKIP ] (1/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (2/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (3/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (4/8) Skipping GPU test : only 1 GPU available for this test case
[ SKIP ] (5/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (6/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (7/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ SKIP ] (8/8) Skipping test : 1 GPU(s) available for this test case, need exactly 2
[ PASSED ] Ran 0/8 test case(s) from 8 check(s) (0 failure(s), 8 skipped, 0 aborted)
Details
✅ job output file slurm-14623412.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Sep 18 09:26:51 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen4-accel-nvidia-cc90-17579341570.tar.gz to S3 bucket succeeded
Sep 18 11:14:40 UTC 2025 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen4-accel-nvidia-cc90-17579341570.tar.gz to S3 bucket succeeded

@laraPPr laraPPr added the ready-to-deploy Mark a PR as ready to deploy label Sep 18, 2025
@bedroge bedroge added bot:deploy Ask bot to deploy missing software installations to EESSI 2023.06-software.eessi.io 2023.06 version of software.eessi.io and removed bot:deploy Ask bot to deploy missing software installations to EESSI ready-to-deploy Mark a PR as ready to deploy labels Sep 18, 2025
@bedroge
Copy link
Collaborator

bedroge commented Sep 18, 2025

Staging PR merged, all tarballs have been ingested 🎉

@bedroge bedroge merged commit 3eeb632 into EESSI:main Sep 18, 2025
50 checks passed
@casparvl casparvl deleted the rebuild_espresso branch October 25, 2025 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2023.06-software.eessi.io 2023.06 version of software.eessi.io bot:deploy Ask bot to deploy missing software installations to EESSI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants