Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild EESSI-extend to use EESSI_SITE_SOFTWARE_PATH #778

Merged

Conversation

casparvl
Copy link
Collaborator

@casparvl casparvl commented Oct 8, 2024

No description provided.

Copy link

eessi-bot bot commented Oct 8, 2024

Instance eessi-bot-mc-aws is configured to build for:

  • architectures: x86_64/generic, x86_64/intel/haswell, x86_64/intel/skylake_avx512, x86_64/amd/zen2, x86_64/amd/zen3, aarch64/generic, aarch64/neoverse_n1, aarch64/neoverse_v1
  • repositories: eessi.io-2023.06-compat, eessi-hpc.org-2023.06-software, eessi-hpc.org-2023.06-compat, eessi.io-2023.06-software

Copy link

eessi-bot bot commented Oct 8, 2024

Instance eessi-bot-mc-azure is configured to build for:

  • architectures: x86_64/amd/zen4
  • repositories: eessi-hpc.org-2023.06-software, eessi-hpc.org-2023.06-compat, eessi.io-2023.06-software, eessi.io-2023.06-compat

Instance boegel-bot-deucalion is configured to build for:

  • architectures: aarch64/a64fx
  • repositories: eessi.io-2023.06-software

@casparvl casparvl requested a review from ocaisa October 8, 2024 13:24
@casparvl
Copy link
Collaborator Author

casparvl commented Oct 8, 2024

bot: build repo:eessi.io-2023.06-software arch:zen2

Copy link

eessi-bot bot commented Oct 8, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:zen2 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen2
  • handling command build repository:eessi.io-2023.06-software architecture:zen2 resulted in:

Updates by the bot instance boegel-bot-deucalion (click for details)
  • account casparvl has NO permission to send commands to the bot

Copy link

eessi-bot bot commented Oct 8, 2024

Updates by the bot instance eessi-bot-mc-azure (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:zen2 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen2
  • handling command build repository:eessi.io-2023.06-software architecture:zen2 resulted in:

    • no jobs were submitted

Copy link

eessi-bot bot commented Oct 8, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22103

date job status comment
Oct 08 13:25:12 UTC 2024 submitted job id 22103 awaits release by job manager
Oct 08 13:25:32 UTC 2024 released job awaits launch by Slurm scheduler
Oct 08 13:34:34 UTC 2024 running job 22103 is running
Oct 08 13:43:44 UTC 2024 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-22103.out
❌ found message matching ERROR:
❌ found 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-1728394587.tar.gzsize: 0 MiB (5641 bytes)
entries: 5
modules under 2023.06/software/linux/x86_64/amd/zen2/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/amd/zen2/software
no software packages in tarball
other under 2023.06/software/linux/x86_64/amd/zen2
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 08 13:43:44 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 10/10 test case
Details
✅ job output file slurm-22103.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

casparvl pushed a commit to casparvl/docs that referenced this pull request Oct 8, 2024
init/eessi_environment_variables Outdated Show resolved Hide resolved
init/eessi_environment_variables Outdated Show resolved Hide resolved
init/modules/EESSI/2023.06.lua Outdated Show resolved Hide resolved
init/modules/EESSI/2023.06.lua Outdated Show resolved Hide resolved
@casparvl
Copy link
Collaborator Author

casparvl commented Oct 9, 2024

Ok, I've tested both:

# In the root of my feature branch
$ source init/bash
$ echo $EESSI_SITE_SOFTWARE_PATH
/cvmfs/software.eessi.io/host_injections/2023.06/software/linux/x86_64/amd/zen2

And:

#Also in the root of my feature branch
$ module load EESSI-extend/2023.06-easybuild
$ unset EBROOTEESSIMINEXTEND
$  eb --installpath=/tmp/casparl EESSI-extend-2023.06-easybuild.eb --force
$ module unload EESSI-extend/2023.06-easybuild
$ module use /tmp/casparl/modules/all/
# Use the newly installed EESSI-extend, since that's what we want to test
$ export EESSI_SITE_INSTALL=1
$ module load EESSI-extend/2023.06-easybuild
$ eb --show-config | grep installpath
installpath          (E) = /cvmfs/software.eessi.io/host_injections/2023.06/software/linux/x86_64/amd/zen2

Seems to do what it's supposed to :)

@casparvl
Copy link
Collaborator Author

casparvl commented Oct 9, 2024

This also looks good:

[casparl@tcn1 software-layer]$ module use $PWD/init/modules
[casparl@tcn1 software-layer]$ module load EESSI/2023.06
EESSI/2023.06 loaded successfully
[casparl@tcn1 software-layer]$ echo $EESSI_SITE_SOFTWARE_PATH
/cvmfs/software.eessi.io/host_injections/2023.06/software/linux/x86_64/amd/zen2

@ocaisa ocaisa changed the title Rebuild EESSI-extend to use EESSI_SITE_INSTALLPATH Rebuild EESSI-extend to use EESSI_SITE_SOFTWARE_PATH Oct 9, 2024
ocaisa
ocaisa previously approved these changes Oct 9, 2024
Copy link
Member

@ocaisa ocaisa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@casparvl
Copy link
Collaborator Author

casparvl commented Oct 9, 2024

bot: build repo:eessi.io-2023.06-software arch:zen2

Copy link

eessi-bot bot commented Oct 9, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:zen2 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen2
  • handling command build repository:eessi.io-2023.06-software architecture:zen2 resulted in:

Copy link

eessi-bot bot commented Oct 9, 2024

Updates by the bot instance eessi-bot-mc-azure (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:zen2 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen2
  • handling command build repository:eessi.io-2023.06-software architecture:zen2 resulted in:

    • no jobs were submitted

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22290

date job status comment
Oct 09 09:49:51 UTC 2024 submitted job id 22290 awaits release by job manager
Oct 09 09:50:44 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 09:51:46 UTC 2024 running job 22290 is running
Oct 09 09:59:55 UTC 2024 finished
😢 FAILURE (click triangle for details)
Details
✅ job output file slurm-22290.out
❌ found message matching ERROR:
❌ found 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-1728467561.tar.gzsize: 0 MiB (5623 bytes)
entries: 5
modules under 2023.06/software/linux/x86_64/amd/zen2/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/amd/zen2/software
no software packages in tarball
other under 2023.06/software/linux/x86_64/amd/zen2
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 09:59:55 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ PASSED ] Ran 10/10 test case
Details
✅ job output file slurm-22290.out
❌ found message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case

@ocaisa
Copy link
Member

ocaisa commented Oct 9, 2024

@casparvl We had problems re-deploying EESSI-extend in #747, are we seeing that again here?

@casparvl
Copy link
Collaborator Author

casparvl commented Oct 9, 2024

== 2024-10-09 09:51:50,221 build_log.py:171 ERROR EasyBuild crashed with an error (at easybuild/tools/build_log.py:111 in caller_info): Failed to write to /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/software/EESSI-extend/2023.06-easybuild/easybuild/EESSI-extend-2023.06-easybuild-easybuild-devel: [Errno 13] Permission denied: '/cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/software/EESSI-extend/2023.06-easybuild/easybuild/EESSI-extend-2023.06-easybuild-easybuild-devel' (at easybuild/tools/filetools.py:295 in write_file)

I think it's the same, yes

@casparvl
Copy link
Collaborator Author

casparvl commented Oct 9, 2024

Invoking @bedroge with his superpowers to manually solve this buy removing those dirs manually :)

@bedroge
Copy link
Collaborator

bedroge commented Oct 9, 2024

Invoking @bedroge with his superpowers to manually solve this buy removing those dirs manually :)

Done!

bot: build repo:eessi.io-2023.06-software arch:zen2

Copy link

eessi-bot bot commented Oct 9, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:zen2 from bedroge

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen2
  • handling command build repository:eessi.io-2023.06-software architecture:zen2 resulted in:

Copy link

eessi-bot bot commented Oct 9, 2024

Updates by the bot instance eessi-bot-mc-azure (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:zen2 from bedroge

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen2
  • handling command build repository:eessi.io-2023.06-software architecture:zen2 resulted in:

    • no jobs were submitted

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-amd-zen2 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22304

date job status comment
Oct 09 20:10:58 UTC 2024 submitted job id 22304 awaits release by job manager
Oct 09 20:11:59 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 20:18:01 UTC 2024 running job 22304 is running
Oct 09 20:26:11 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-22304.out
✅ 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-1728505162.tar.gzsize: 0 MiB (66779 bytes)
entries: 17
modules under 2023.06/software/linux/x86_64/amd/zen2/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/amd/zen2/software
EESSI-extend/2023.06-easybuild
other under 2023.06/software/linux/x86_64/amd/zen2
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 20:26:11 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos /aeb2d9df @BotBuildTests:x86-64-amd-zen2-node+default
P: perf: 440.094 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos /04ff9ece @BotBuildTests:x86-64-amd-zen2-node+default
P: perf: 443.611 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /31ac6ab9 @BotBuildTests:x86-64-amd-zen2-node+default
P: latency: 4.93 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /f3be40a2 @BotBuildTests:x86-64-amd-zen2-node+default
P: latency: 4.48 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /10e66fba @BotBuildTests:x86-64-amd-zen2-node+default
P: latency: 8.94 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /5be57ae7 @BotBuildTests:x86-64-amd-zen2-node+default
P: latency: 8.38 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /c8c9aff5 @BotBuildTests:x86-64-amd-zen2-node+default
P: latency: 0.36 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /9795e491 @BotBuildTests:x86-64-amd-zen2-node+default
P: latency: 0.31 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /48da21c5 @BotBuildTests:x86-64-amd-zen2-node+default
P: bandwidth: 7788.06 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /1b8c1ca2 @BotBuildTests:x86-64-amd-zen2-node+default
P: bandwidth: 7822.22 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-22304.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Oct 09 21:01:33 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen2-1728505162.tar.gz to S3 bucket succeeded

@casparvl
Copy link
Collaborator Author

casparvl commented Oct 9, 2024

bot: build repo:eessi.io-2023.06-software arch:zen3
bot: build repo:eessi.io-2023.06-software arch:zen4
bot: build repo:eessi.io-2023.06-software arch:skylake_avx512
bot: build repo:eessi.io-2023.06-software arch:haswell
bot: build repo:eessi.io-2023.06-software arch:x86_64/generic
bot: build repo:eessi.io-2023.06-software arch:aarch64/generic
bot: build repo:eessi.io-2023.06-software arch:neoverse_n1
bot: build repo:eessi.io-2023.06-software arch:neoverse_v1

Copy link

eessi-bot bot commented Oct 9, 2024

Updates by the bot instance eessi-bot-mc-aws (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:zen3 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen3
  • received bot command build repo:eessi.io-2023.06-software arch:zen4 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen4
  • received bot command build repo:eessi.io-2023.06-software arch:skylake_avx512 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:skylake_avx512
  • received bot command build repo:eessi.io-2023.06-software arch:haswell from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:haswell
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/generic from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/generic from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:neoverse_n1 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:neoverse_n1
  • received bot command build repo:eessi.io-2023.06-software arch:neoverse_v1 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:neoverse_v1
  • handling command build repository:eessi.io-2023.06-software architecture:zen3 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:zen4 resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:skylake_avx512 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:haswell resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/generic resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/generic resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:neoverse_n1 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:neoverse_v1 resulted in:

Copy link

eessi-bot bot commented Oct 9, 2024

Updates by the bot instance eessi-bot-mc-azure (click for details)
  • received bot command build repo:eessi.io-2023.06-software arch:zen3 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen3
  • received bot command build repo:eessi.io-2023.06-software arch:zen4 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:zen4
  • received bot command build repo:eessi.io-2023.06-software arch:skylake_avx512 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:skylake_avx512
  • received bot command build repo:eessi.io-2023.06-software arch:haswell from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:haswell
  • received bot command build repo:eessi.io-2023.06-software arch:x86_64/generic from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:x86_64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:aarch64/generic from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:aarch64/generic
  • received bot command build repo:eessi.io-2023.06-software arch:neoverse_n1 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:neoverse_n1
  • received bot command build repo:eessi.io-2023.06-software arch:neoverse_v1 from casparvl

    • expanded format: build repository:eessi.io-2023.06-software architecture:neoverse_v1
  • handling command build repository:eessi.io-2023.06-software architecture:zen3 resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:zen4 resulted in:

  • handling command build repository:eessi.io-2023.06-software architecture:skylake_avx512 resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:haswell resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:x86_64/generic resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:aarch64/generic resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:neoverse_n1 resulted in:

    • no jobs were submitted
  • handling command build repository:eessi.io-2023.06-software architecture:neoverse_v1 resulted in:

    • no jobs were submitted

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-amd-zen3 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22305

date job status comment
Oct 09 20:27:36 UTC 2024 submitted job id 22305 awaits release by job manager
Oct 09 20:28:21 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 20:36:44 UTC 2024 running job 22305 is running
Oct 09 20:43:35 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-22305.out
✅ 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-1728506252.tar.gzsize: 0 MiB (67109 bytes)
entries: 17
modules under 2023.06/software/linux/x86_64/amd/zen3/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/amd/zen3/software
EESSI-extend/2023.06-easybuild
other under 2023.06/software/linux/x86_64/amd/zen3
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 20:43:35 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos /aeb2d9df @BotBuildTests:x86-64-amd-zen3-node+default
P: perf: 520.134 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos /04ff9ece @BotBuildTests:x86-64-amd-zen3-node+default
P: perf: 529.166 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /31ac6ab9 @BotBuildTests:x86-64-amd-zen3-node+default
P: latency: 2.45 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /f3be40a2 @BotBuildTests:x86-64-amd-zen3-node+default
P: latency: 2.35 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /10e66fba @BotBuildTests:x86-64-amd-zen3-node+default
P: latency: 5.61 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /5be57ae7 @BotBuildTests:x86-64-amd-zen3-node+default
P: latency: 5.46 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /c8c9aff5 @BotBuildTests:x86-64-amd-zen3-node+default
P: latency: 0.24 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /9795e491 @BotBuildTests:x86-64-amd-zen3-node+default
P: latency: 0.27 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /48da21c5 @BotBuildTests:x86-64-amd-zen3-node+default
P: bandwidth: 14514.93 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /1b8c1ca2 @BotBuildTests:x86-64-amd-zen3-node+default
P: bandwidth: 14461.12 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-22305.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Oct 09 21:01:52 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen3-1728506252.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-azure for CPU micro-architecture x86_64-amd-zen4 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/1368

date job status comment
Oct 09 20:27:38 UTC 2024 submitted job id 1368 awaits release by job manager
Oct 09 20:28:07 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 20:49:39 UTC 2024 running job 1368 is running
Oct 09 20:59:57 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-1368.out
✅ 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-1728507043.tar.gzsize: 0 MiB (65673 bytes)
entries: 17
modules under 2023.06/software/linux/x86_64/amd/zen4/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/amd/zen4/software
EESSI-extend/2023.06-easybuild
other under 2023.06/software/linux/x86_64/amd/zen4
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 20:59:57 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos /aeb2d9df @BotBuildTests:x86-64-amd-zen4-node+default
P: perf: 1829.019 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos /04ff9ece @BotBuildTests:x86-64-amd-zen4-node+default
P: perf: 1791.621 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /31ac6ab9 @BotBuildTests:x86-64-amd-zen4-node+default
P: latency: 3.59 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /f3be40a2 @BotBuildTests:x86-64-amd-zen4-node+default
P: latency: 3.57 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /10e66fba @BotBuildTests:x86-64-amd-zen4-node+default
P: latency: 11.0 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /5be57ae7 @BotBuildTests:x86-64-amd-zen4-node+default
P: latency: 10.95 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /c8c9aff5 @BotBuildTests:x86-64-amd-zen4-node+default
P: latency: 0.29 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /9795e491 @BotBuildTests:x86-64-amd-zen4-node+default
P: latency: 0.29 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /48da21c5 @BotBuildTests:x86-64-amd-zen4-node+default
P: bandwidth: 48220.41 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /1b8c1ca2 @BotBuildTests:x86-64-amd-zen4-node+default
P: bandwidth: 48090.46 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-1368.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Oct 09 21:01:33 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-amd-zen4-1728507043.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-skylake_avx512 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22306

date job status comment
Oct 09 20:27:41 UTC 2024 submitted job id 22306 awaits release by job manager
Oct 09 20:28:27 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 20:36:49 UTC 2024 running job 22306 is running
Oct 09 20:44:41 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-22306.out
✅ 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-skylake_avx512-1728506291.tar.gzsize: 0 MiB (67017 bytes)
entries: 17
modules under 2023.06/software/linux/x86_64/intel/skylake_avx512/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/intel/skylake_avx512/software
EESSI-extend/2023.06-easybuild
other under 2023.06/software/linux/x86_64/intel/skylake_avx512
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 20:44:41 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos /aeb2d9df @BotBuildTests:x86-64-intel-skylake-node+default
P: perf: 463.627 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos /04ff9ece @BotBuildTests:x86-64-intel-skylake-node+default
P: perf: 489.348 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /31ac6ab9 @BotBuildTests:x86-64-intel-skylake-node+default
P: latency: 3.78 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /f3be40a2 @BotBuildTests:x86-64-intel-skylake-node+default
P: latency: 3.63 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /10e66fba @BotBuildTests:x86-64-intel-skylake-node+default
P: latency: 9.11 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /5be57ae7 @BotBuildTests:x86-64-intel-skylake-node+default
P: latency: 7.87 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /c8c9aff5 @BotBuildTests:x86-64-intel-skylake-node+default
P: latency: 0.43 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /9795e491 @BotBuildTests:x86-64-intel-skylake-node+default
P: latency: 0.42 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /48da21c5 @BotBuildTests:x86-64-intel-skylake-node+default
P: bandwidth: 10900.55 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /1b8c1ca2 @BotBuildTests:x86-64-intel-skylake-node+default
P: bandwidth: 10882.12 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-22306.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Oct 09 21:02:11 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-skylake_avx512-1728506291.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-intel-haswell for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22307

date job status comment
Oct 09 20:27:45 UTC 2024 submitted job id 22307 awaits release by job manager
Oct 09 20:28:25 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 20:35:39 UTC 2024 running job 22307 is running
Oct 09 20:43:36 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-22307.out
✅ 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-haswell-1728506240.tar.gzsize: 0 MiB (66613 bytes)
entries: 17
modules under 2023.06/software/linux/x86_64/intel/haswell/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/intel/haswell/software
EESSI-extend/2023.06-easybuild
other under 2023.06/software/linux/x86_64/intel/haswell
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 20:43:36 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos /aeb2d9df @BotBuildTests:x86-64-intel-haswell-node+default
P: perf: 481.576 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos /04ff9ece @BotBuildTests:x86-64-intel-haswell-node+default
P: perf: 499.734 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /31ac6ab9 @BotBuildTests:x86-64-intel-haswell-node+default
P: latency: 6.44 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /f3be40a2 @BotBuildTests:x86-64-intel-haswell-node+default
P: latency: 6.42 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /10e66fba @BotBuildTests:x86-64-intel-haswell-node+default
P: latency: 10.63 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /5be57ae7 @BotBuildTests:x86-64-intel-haswell-node+default
P: latency: 10.36 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /c8c9aff5 @BotBuildTests:x86-64-intel-haswell-node+default
P: latency: 1.02 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /9795e491 @BotBuildTests:x86-64-intel-haswell-node+default
P: latency: 1.07 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /48da21c5 @BotBuildTests:x86-64-intel-haswell-node+default
P: bandwidth: 10707.23 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /1b8c1ca2 @BotBuildTests:x86-64-intel-haswell-node+default
P: bandwidth: 10714.13 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-22307.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Oct 09 21:02:31 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-intel-haswell-1728506240.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture x86_64-generic for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22308

date job status comment
Oct 09 20:27:50 UTC 2024 submitted job id 22308 awaits release by job manager
Oct 09 20:28:23 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 20:36:46 UTC 2024 running job 22308 is running
Oct 09 20:44:39 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-22308.out
✅ 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-1728506266.tar.gzsize: 0 MiB (66131 bytes)
entries: 17
modules under 2023.06/software/linux/x86_64/generic/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/x86_64/generic/software
EESSI-extend/2023.06-easybuild
other under 2023.06/software/linux/x86_64/generic
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 20:44:39 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos /aeb2d9df @BotBuildTests:x86-64-generic-node+default
P: perf: 486.512 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos /04ff9ece @BotBuildTests:x86-64-generic-node+default
P: perf: 483.055 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /31ac6ab9 @BotBuildTests:x86-64-generic-node+default
P: latency: 6.23 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /f3be40a2 @BotBuildTests:x86-64-generic-node+default
P: latency: 6.12 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /10e66fba @BotBuildTests:x86-64-generic-node+default
P: latency: 9.11 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /5be57ae7 @BotBuildTests:x86-64-generic-node+default
P: latency: 8.82 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /c8c9aff5 @BotBuildTests:x86-64-generic-node+default
P: latency: 0.84 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /9795e491 @BotBuildTests:x86-64-generic-node+default
P: latency: 0.89 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /48da21c5 @BotBuildTests:x86-64-generic-node+default
P: bandwidth: 10577.66 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /1b8c1ca2 @BotBuildTests:x86-64-generic-node+default
P: bandwidth: 10639.4 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-22308.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Oct 09 21:02:50 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-x86_64-generic-1728506266.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture aarch64-generic for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22309

date job status comment
Oct 09 20:27:54 UTC 2024 submitted job id 22309 awaits release by job manager
Oct 09 20:28:14 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 20:37:51 UTC 2024 running job 22309 is running
Oct 09 20:47:45 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-22309.out
✅ 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-1728506387.tar.gzsize: 0 MiB (67109 bytes)
entries: 17
modules under 2023.06/software/linux/aarch64/generic/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/aarch64/generic/software
EESSI-extend/2023.06-easybuild
other under 2023.06/software/linux/aarch64/generic
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 20:47:45 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos /aeb2d9df @BotBuildTests:aarch64-generic-node+default
P: perf: 697.794 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos /04ff9ece @BotBuildTests:aarch64-generic-node+default
P: perf: 672.871 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /31ac6ab9 @BotBuildTests:aarch64-generic-node+default
P: latency: 3.78 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /f3be40a2 @BotBuildTests:aarch64-generic-node+default
P: latency: 3.35 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /10e66fba @BotBuildTests:aarch64-generic-node+default
P: latency: 6.03 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /5be57ae7 @BotBuildTests:aarch64-generic-node+default
P: latency: 5.39 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /c8c9aff5 @BotBuildTests:aarch64-generic-node+default
P: latency: 0.43 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /9795e491 @BotBuildTests:aarch64-generic-node+default
P: latency: 0.45 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /48da21c5 @BotBuildTests:aarch64-generic-node+default
P: bandwidth: 19993.49 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /1b8c1ca2 @BotBuildTests:aarch64-generic-node+default
P: bandwidth: 19865.05 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-22309.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Oct 09 21:03:10 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-aarch64-generic-1728506387.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture aarch64-neoverse_n1 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22310

date job status comment
Oct 09 20:27:58 UTC 2024 submitted job id 22310 awaits release by job manager
Oct 09 20:28:17 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 20:33:29 UTC 2024 running job 22310 is running
Oct 09 20:43:33 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-22310.out
✅ 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-1728506115.tar.gzsize: 0 MiB (66541 bytes)
entries: 17
modules under 2023.06/software/linux/aarch64/neoverse_n1/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/aarch64/neoverse_n1/software
EESSI-extend/2023.06-easybuild
other under 2023.06/software/linux/aarch64/neoverse_n1
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 20:43:33 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos /aeb2d9df @BotBuildTests:aarch64-neoverse-n1-node+default
P: perf: 667.933 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos /04ff9ece @BotBuildTests:aarch64-neoverse-n1-node+default
P: perf: 655.901 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /31ac6ab9 @BotBuildTests:aarch64-neoverse-n1-node+default
P: latency: 3.6 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /f3be40a2 @BotBuildTests:aarch64-neoverse-n1-node+default
P: latency: 3.4 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /10e66fba @BotBuildTests:aarch64-neoverse-n1-node+default
P: latency: 5.36 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /5be57ae7 @BotBuildTests:aarch64-neoverse-n1-node+default
P: latency: 5.49 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /c8c9aff5 @BotBuildTests:aarch64-neoverse-n1-node+default
P: latency: 0.44 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /9795e491 @BotBuildTests:aarch64-neoverse-n1-node+default
P: latency: 0.44 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /48da21c5 @BotBuildTests:aarch64-neoverse-n1-node+default
P: bandwidth: 19843.94 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /1b8c1ca2 @BotBuildTests:aarch64-neoverse-n1-node+default
P: bandwidth: 19817.38 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-22310.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Oct 09 21:03:29 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_n1-1728506115.tar.gz to S3 bucket succeeded

Copy link

eessi-bot bot commented Oct 9, 2024

New job on instance eessi-bot-mc-aws for CPU micro-architecture aarch64-neoverse_v1 for repository eessi.io-2023.06-software in job dir /project/def-users/SHARED/jobs/2024.10/pr_778/22311

date job status comment
Oct 09 20:28:02 UTC 2024 submitted job id 22311 awaits release by job manager
Oct 09 20:28:19 UTC 2024 released job awaits launch by Slurm scheduler
Oct 09 20:33:32 UTC 2024 running job 22311 is running
Oct 09 20:42:28 UTC 2024 finished
😁 SUCCESS (click triangle for details)
Details
✅ job output file slurm-22311.out
✅ 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-1728506116.tar.gzsize: 0 MiB (66905 bytes)
entries: 17
modules under 2023.06/software/linux/aarch64/neoverse_v1/modules/all
EESSI-extend/2023.06-easybuild.lua
software under 2023.06/software/linux/aarch64/neoverse_v1/software
EESSI-extend/2023.06-easybuild
other under 2023.06/software/linux/aarch64/neoverse_v1
2023.06/init/eessi_environment_variables
2023.06/init/modules/EESSI/2023.06.lua
Oct 09 20:42:28 UTC 2024 test result
😁 SUCCESS (click triangle for details)
ReFrame Summary
[ OK ] ( 1/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/29Aug2024-foss-2023b-kokkos /aeb2d9df @BotBuildTests:aarch64-neoverse-v1-node+default
P: perf: 985.929 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 2/10) EESSI_LAMMPS_lj %scale=1_node %device_type=cpu %module_name=LAMMPS/2Aug2023_update2-foss-2023a-kokkos /04ff9ece @BotBuildTests:aarch64-neoverse-v1-node+default
P: perf: 948.443 timesteps/s (r:0, l:None, u:None)
[ OK ] ( 3/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /31ac6ab9 @BotBuildTests:aarch64-neoverse-v1-node+default
P: latency: 3.14 us (r:0, l:None, u:None)
[ OK ] ( 4/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_allreduce %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /f3be40a2 @BotBuildTests:aarch64-neoverse-v1-node+default
P: latency: 3.27 us (r:0, l:None, u:None)
[ OK ] ( 5/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /10e66fba @BotBuildTests:aarch64-neoverse-v1-node+default
P: latency: 4.45 us (r:0, l:None, u:None)
[ OK ] ( 6/10) EESSI_OSU_Micro_Benchmarks_coll %benchmark_info=mpi.collective.osu_alltoall %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /5be57ae7 @BotBuildTests:aarch64-neoverse-v1-node+default
P: latency: 4.59 us (r:0, l:None, u:None)
[ OK ] ( 7/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /c8c9aff5 @BotBuildTests:aarch64-neoverse-v1-node+default
P: latency: 0.39 us (r:0, l:None, u:None)
[ OK ] ( 8/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_latency %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /9795e491 @BotBuildTests:aarch64-neoverse-v1-node+default
P: latency: 0.37 us (r:0, l:None, u:None)
[ OK ] ( 9/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.2-gompi-2023b %device_type=cpu /48da21c5 @BotBuildTests:aarch64-neoverse-v1-node+default
P: bandwidth: 28266.55 MB/s (r:0, l:None, u:None)
[ OK ] (10/10) EESSI_OSU_Micro_Benchmarks_pt2pt %benchmark_info=mpi.pt2pt.osu_bw %scale=1_node %module_name=OSU-Micro-Benchmarks/7.1-1-gompi-2023a %device_type=cpu /1b8c1ca2 @BotBuildTests:aarch64-neoverse-v1-node+default
P: bandwidth: 28346.96 MB/s (r:0, l:None, u:None)
[ PASSED ] Ran 10/10 test case(s) from 10 check(s) (0 failure(s), 0 skipped, 0 aborted)
Details
✅ job output file slurm-22311.out
✅ no message matching ERROR:
✅ no message matching [\s*FAILED\s*].*Ran .* test case
Oct 09 21:03:48 UTC 2024 uploaded transfer of eessi-2023.06-software-linux-aarch64-neoverse_v1-1728506116.tar.gz to S3 bucket succeeded

@bedroge bedroge added enhancement New feature or request 2023.06-software.eessi.io 2023.06 version of software.eessi.io bot:deploy Ask bot to deploy missing software installations to EESSI labels Oct 9, 2024
@ocaisa
Copy link
Member

ocaisa commented Oct 10, 2024

All staging PRs merged, thanks for the help @bedroge !

@ocaisa ocaisa merged commit 556e9b4 into EESSI:2023.06-software.eessi.io Oct 10, 2024
36 checks passed
Copy link

eessi-bot bot commented Oct 10, 2024

PR merged! Moved ['/project/def-users/SHARED/jobs/2024.10/pr_778/22103', '/project/def-users/SHARED/jobs/2024.10/pr_778/22290', '/project/def-users/SHARED/jobs/2024.10/pr_778/22304', '/project/def-users/SHARED/jobs/2024.10/pr_778/22305', '/project/def-users/SHARED/jobs/2024.10/pr_778/22306', '/project/def-users/SHARED/jobs/2024.10/pr_778/22307', '/project/def-users/SHARED/jobs/2024.10/pr_778/22308', '/project/def-users/SHARED/jobs/2024.10/pr_778/22309', '/project/def-users/SHARED/jobs/2024.10/pr_778/22310', '/project/def-users/SHARED/jobs/2024.10/pr_778/22311'] to /project/def-users/SHARED/trash_bin/EESSI/software-layer/2024.10.10

Copy link

eessi-bot bot commented Oct 10, 2024

PR merged! Moved ['/project/def-users/SHARED/jobs/2024.10/pr_778/1368'] to /project/def-users/SHARED/trash_bin/EESSI/software-layer/2024.10.10

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 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants