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

Added test for MetalWalls (mw) #164

Merged
merged 12 commits into from
Oct 31, 2024
Merged

Conversation

Crivella
Copy link
Contributor

This test requires reframe-hpc/reframe#3233 to be merged first in the ReFrame repo

The test will run the 6 benchmarks on MetalWalls repo under hackathonGPU.

Test runtime has been tested with 4 cores on a i9-13900K workstations, with the CI test benchmark taking 77s and the longest benchmark2 taking 340 seconds

Detailed breakdown of time-taken per routine can be enabled by setting the ReFrame variable debug_metrics to True in the test

Copy link
Collaborator

@casparvl casparvl left a comment

Choose a reason for hiding this comment

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

I tried only single node runs for now, they seem to complete just fine (11/12 completed, benchmark5 is still running on a 192-core node). Couple of small comments, please have a look at those.

I'll do runs at all scales next.

Another thing I noticed is that in the performance metrics, I get e.g.:

[       OK ] (11/12) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /04d3c17b @snellius:rome+default
P: total_elapsed_time: 819.429 s (r:0, l:None, u:None)
P: extract_time: 0 s (r:0, l:None, u:None)

I'm not sure what that extract_time is, but from your PR to the hpctestlib I have the feeling it should list a couple of concrete extract-times (and they probably shouldn't be 0?), if I understand this line correctly?

@Crivella
Copy link
Contributor Author

Crivella commented Aug 8, 2024

Another thing I noticed is that in the performance metrics, I get e.g.:

[       OK ] (11/12) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /04d3c17b @snellius:rome+default
P: total_elapsed_time: 819.429 s (r:0, l:None, u:None)
P: extract_time: 0 s (r:0, l:None, u:None)

I think it was due to extract_time being marked as performance_function i've removed the decorator

@Crivella
Copy link
Contributor Author

Crivella commented Aug 8, 2024

I tried only single node runs for now, they seem to complete just fine (11/12 completed, benchmark5 is still running on a 192-core node). Couple of small comments, please have a look at those.

From a quick test i did previously on CSCS i think benchmark5 tends to get significantly slower if too many cores are given.
I will ask the developers if there is a cap on the scalability (at least for that benchmark), not sure if we might want to exclude it from the bigger scales.

(Also i think all the other benchmarks scalability tend to plateau at 64~300 cores depending on the test)

@casparvl
Copy link
Collaborator

casparvl commented Aug 8, 2024

Yeah, I figured as much, as I saw that the 192 core run took longer than the 128 core run. A bit longer is not an issue (as long as it stays within the 30 min walltime), but if it becomes unreasonable, it's better to skip that test instance. Since the core count depends on the type of node the test is scheduled for, it is only known after setup phase. Best thing to do is then skip that particular test. You can check how to do that at the lines starting from here in the cp2k test. I.e. define a max core count (per benchmark, if it differs), compare the self.num_tasks to it, and use the resulting boolean in a self.skip_if(...).

@laraPPr
Copy link
Collaborator

laraPPr commented Aug 21, 2024

Just also ran it. Most passed without a problem.
It did take very long (almost 8 hours),
This one hit the timewall:

  • EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /763a0160 @donphan:donphan+default

@Crivella
Copy link
Contributor Author

Thanks @laraPPr

In general i've seen slowdowns only with benchmark5, do you have the specifics of the architecture/nodes the test got stuck on?
Will try to reproduce it and in case check if there is some reason in the code that MW got stuck there (or bring it up to the main developers). Most common cause of code getting stuck i've experienced would be some improper MPI_barrier (or proper ones with one of the processes dying but slurm not killing the others that are left indefinitely waiting for the dead process)

@laraPPr
Copy link
Collaborator

laraPPr commented Aug 29, 2024

I origanally ran it on our debug cluster and it seems like I shot myself in the foot by doing that. Just did a CPU only run on hortense and it ran all the tests under an hour

It seems like all the multinode tests of benchmark5 hit the timewall.

Almost all the 16_node tests failed except for benchmark6 it did not seem to be timewall because some failed fairly quickly

And the timewall was also hit with benchmark2 1_core

I will now have a look at the output to get a closer look why the ones failed that did not hit the timewall

@laraPPr
Copy link
Collaborator

laraPPr commented Aug 29, 2024

The error that I found in the output and stderr of the 16_node tests :

[error]...CG failed to converge

@Crivella
Copy link
Contributor Author

This error is interesting as it seems giving too many cores is causing some math routines to fail.
I am wondering if this is due to the code implementation or the underlying linear algebra libraries. I will bring this up with the devs on my next meeting with them.

For now i think i will try with @casparvl advice and add a skip based on the core counts if there are too many (>~ 256)

Crivella and others added 2 commits October 10, 2024 15:45
Co-authored-by: Caspar van Leeuwen <33718780+casparvl@users.noreply.github.com>
@casparvl
Copy link
Collaborator

I've ran all tests again, on two of our architectures.

[  FAILED  ] Ran 114/156 test case(s) from 78 check(s) (4 failure(s), 42 skipped, 0 aborted)

Two failures were the single core runs of benchmark2, on our Rome and Genoa partitions: these ran out of walltime. I think the least invasive here is to keep the default time_limit of 30 minutes in the class body, but to add a hook that increases the walltime if the benchmark is benchmark2 and if the task count is 4 or lower (I know it passed with 2 and 4 tasks on our system, but it ran pretty close to the limit. A system with slightly slower clock speed or memory might run out of walltime again).

Two other runs failed only on our Genoa partition. These were benchmark6 and benchmark (1). Now, one thing to note is that EESSI for now falls back to the zen3 stack on zen4 nodes. While that should work since all the zen3 instructions are supported on zen4, we have seen failures before with other software as well. In any case: I don't believe that is an issue with this test.

Also, I noticed the upstream PR to the HPCtestlib is merged. So from my point of view, the walltime would be the final thing to change - though I've asked @laraPPr to also rerun it on her system to check if she still hits other issues (get one more data point :))

@Crivella
Copy link
Contributor Author

Two failures were the single core runs of benchmark2, on our Rome and Genoa partitions: these ran out of walltime. I think the least invasive here is to keep the default time_limit of 30 minutes in the class body, but to add a hook that increases the walltime if the benchmark is benchmark2 and if the task count is 4 or lower (I know it passed with 2 and 4 tasks on our system, but it ran pretty close to the limit. A system with slightly slower clock speed or memory might run out of walltime again).

Do you think 1h of time limit would be enough or should I set it higher?

@laraPPr
Copy link
Collaborator

laraPPr commented Oct 18, 2024

Ran on Hortense hit the timewall on two tests. I think putting an hour is good.

(reframe_venv) {EESSI 2023.06} [vsc46128@login56 test-suite]$ reframe --name MetalWalls --run --performance-report --system hortense:cpu_rome_256gb

[ReFrame Setup]

  version:           4.6.2

  command:           '/dodrio/scratch/projects/gadminforever/vsc46128/reframe_venv/bin/reframe --name MetalWalls --run --performance-report --system hortense:cpu_rome_256gb'

  launched by:       vsc46128@login56.dodrio.os

  working directory: '/dodrio/scratch/projects/gadminforever/vsc46128/test-suite'

  settings files:    '<builtin>', '/dodrio/scratch/projects/gadminforever/vsc46128/test-suite/config/vsc_hortense.py'

  check search path: (R) '/dodrio/scratch/projects/gadminforever/vsc46128/test-suite/eessi/testsuite/tests/apps'

  stage directory:   '/dodrio/scratch/projects/gadminforever/vsc46128/test-suite/stage'

  output directory:  '/dodrio/scratch/projects/gadminforever/vsc46128/test-suite/output'

  log files:         '/dodrio/scratch/projects/gadminforever/vsc46128/test-suite/logs/reframe_20241018_104308.log'



WARNING: skipping test 'EESSI_PyTorch_torchvision_CPU': test has one or more undefined parameters

WARNING: skipping test 'EESSI_PyTorch_torchvision_GPU': test has one or more undefined parameters

[==========] Running 78 check(s)

[==========] Started on Fri Oct 18 10:43:40 2024+0200



[----------] start processing checks

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=16_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /63f09700 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] ( 1/78) Number of tasks 2048 exceeds maximum task count 256 for hackathonGPU/benchmark6

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=8_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /fbba1bfe @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] ( 2/78) Number of tasks 1024 exceeds maximum task count 256 for hackathonGPU/benchmark6

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=4_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4a96be5f @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] ( 3/78) Number of tasks 512 exceeds maximum task count 256 for hackathonGPU/benchmark6

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /9bc4e97f @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /b6bfd561 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /055348cc @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /044bd490 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /58fab8c5 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /7356562c @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /95f2b004 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /942c5753 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5396d1d4 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /7d8a928d @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=16_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /356650c5 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] ( 4/78) Number of tasks 2048 exceeds maximum task count 256 for hackathonGPU/benchmark5

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=8_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /07b82fc5 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] ( 5/78) Number of tasks 1024 exceeds maximum task count 256 for hackathonGPU/benchmark5

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=4_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /01b61ceb @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] ( 6/78) Number of tasks 512 exceeds maximum task count 256 for hackathonGPU/benchmark5

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /35226bdb @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /04d3c17b @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4f030405 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d37c30d8 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /ae3c566f @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /48f03cfa @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d3160bbb @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /cd5bb3ee @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /75d234d3 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /0dec68f7 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=16_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5d72ed6a @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] ( 7/78) Number of tasks 2048 exceeds maximum task count 256 for hackathonGPU/benchmark4

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=8_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /7d2da0e0 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] ( 8/78) Number of tasks 1024 exceeds maximum task count 256 for hackathonGPU/benchmark4

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=4_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /f921dea7 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] ( 9/78) Number of tasks 512 exceeds maximum task count 256 for hackathonGPU/benchmark4

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /b03ad524 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d49a72e8 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5e128f79 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /747c33fd @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /bdcaae97 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /65bfa062 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /6164c039 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5c76723e @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /60876d9b @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d221f053 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=16_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /47430351 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] (10/78) Number of tasks 2048 exceeds maximum task count 256 for hackathonGPU/benchmark3

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=8_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5c73fdc7 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] (11/78) Number of tasks 1024 exceeds maximum task count 256 for hackathonGPU/benchmark3

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=4_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /1a7e7b24 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] (12/78) Number of tasks 512 exceeds maximum task count 256 for hackathonGPU/benchmark3

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /9a2fa535 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4880642d @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /c27cc09d @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /56d99ab4 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4bb3c914 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d5eee9fd @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /927c1010 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /1fd584b4 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /9b66f3e0 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /0450647e @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=16_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /dfaa8c26 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] (13/78) Number of tasks 2048 exceeds maximum task count 256 for hackathonGPU/benchmark2

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=8_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /c5822cf4 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] (14/78) Number of tasks 1024 exceeds maximum task count 256 for hackathonGPU/benchmark2

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=4_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d06c4963 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] (15/78) Number of tasks 512 exceeds maximum task count 256 for hackathonGPU/benchmark2

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e8e7b14b @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /c54e2bb8 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4f321f4a @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /379c3293 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /763a0160 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /3e1baaf1 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d1a91791 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d12862be @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /57c2e0c3 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /08f67273 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=16_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /40286f1e @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] (16/78) Number of tasks 2048 exceeds maximum task count 256 for hackathonGPU/benchmark

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=8_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /dd0e0699 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] (17/78) Number of tasks 1024 exceeds maximum task count 256 for hackathonGPU/benchmark

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=4_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e4e9d964 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[     SKIP ] (18/78) Number of tasks 512 exceeds maximum task count 256 for hackathonGPU/benchmark

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /a3f0b508 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e8758f5a @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e2bf32d2 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /6ebfa828 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4610619d @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /afe5751f @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d7401d21 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /562231a5 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /93ec05e0 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[ RUN      ] EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /289f2f98 @hortense:cpu_rome_256gb+default

WARNING: hooks.set_compact_process_binding does not support the current launcher (mympirun). The test will run, but using the default binding strategy of your parallel launcher. This may lead to suboptimal performance. Please expand the functionality of hooks.set_compact_process_binding for your parallel launcher.

[       OK ] (19/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /9bc4e97f @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 3.38083 s (r:0, l:None, u:None)

[       OK ] (20/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /055348cc @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 9.1906 s (r:0, l:None, u:None)

[       OK ] (21/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /b6bfd561 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 5.82867 s (r:0, l:None, u:None)

[       OK ] (22/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /044bd490 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 15.4978 s (r:0, l:None, u:None)

[       OK ] (23/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /b03ad524 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 4.19439 s (r:0, l:None, u:None)

[       OK ] (24/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /58fab8c5 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 30.1467 s (r:0, l:None, u:None)

[       OK ] (25/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d49a72e8 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 7.06493 s (r:0, l:None, u:None)

[       OK ] (26/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5e128f79 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 12.1335 s (r:0, l:None, u:None)

[       OK ] (27/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /747c33fd @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 22.9329 s (r:0, l:None, u:None)

[       OK ] (28/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /bdcaae97 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 43.648 s (r:0, l:None, u:None)

[       OK ] (29/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /7356562c @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 104.233 s (r:0, l:None, u:None)

[       OK ] (30/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /942c5753 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 110.467 s (r:0, l:None, u:None)

[       OK ] (31/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /9a2fa535 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 2.08592 s (r:0, l:None, u:None)

[       OK ] (32/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4880642d @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 3.06793 s (r:0, l:None, u:None)

[       OK ] (33/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /c27cc09d @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 4.8621 s (r:0, l:None, u:None)

[       OK ] (34/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /48f03cfa @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 146.897 s (r:0, l:None, u:None)

[       OK ] (35/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /56d99ab4 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 8.32085 s (r:0, l:None, u:None)

[       OK ] (36/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4bb3c914 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 16.2999 s (r:0, l:None, u:None)

[       OK ] (37/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /95f2b004 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 201.95 s (r:0, l:None, u:None)

[       OK ] (38/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /65bfa062 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 158.939 s (r:0, l:None, u:None)

[       OK ] (39/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5c76723e @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 163.428 s (r:0, l:None, u:None)

[       OK ] (40/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5396d1d4 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 213.479 s (r:0, l:None, u:None)

[       OK ] (41/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d3160bbb @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 213.056 s (r:0, l:None, u:None)

[       OK ] (42/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d5eee9fd @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 59.9281 s (r:0, l:None, u:None)

[       OK ] (43/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /1fd584b4 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 60.2248 s (r:0, l:None, u:None)

[       OK ] (44/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e8e7b14b @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 17.8603 s (r:0, l:None, u:None)

[       OK ] (45/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /c54e2bb8 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 29.9309 s (r:0, l:None, u:None)

[       OK ] (46/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4f321f4a @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 52.4182 s (r:0, l:None, u:None)

[       OK ] (47/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /927c1010 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 118.639 s (r:0, l:None, u:None)

[       OK ] (48/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /379c3293 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 86.2731 s (r:0, l:None, u:None)

[       OK ] (49/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /9b66f3e0 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 123.182 s (r:0, l:None, u:None)

[       OK ] (50/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /a3f0b508 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 5.10697 s (r:0, l:None, u:None)

[       OK ] (51/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /6164c039 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 315.664 s (r:0, l:None, u:None)

[       OK ] (52/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e8758f5a @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 7.56466 s (r:0, l:None, u:None)

[       OK ] (53/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /60876d9b @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 324.559 s (r:0, l:None, u:None)

[       OK ] (54/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e2bf32d2 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 12.4757 s (r:0, l:None, u:None)

[       OK ] (55/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /6ebfa828 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 20.1586 s (r:0, l:None, u:None)

[       OK ] (56/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /7d8a928d @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 419.23 s (r:0, l:None, u:None)

[       OK ] (57/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /763a0160 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 169.446 s (r:0, l:None, u:None)

[       OK ] (58/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4610619d @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 38.6647 s (r:0, l:None, u:None)

[       OK ] (59/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /0450647e @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 246.891 s (r:0, l:None, u:None)

[       OK ] (60/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /75d234d3 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 529.454 s (r:0, l:None, u:None)

[       OK ] (61/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /afe5751f @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 138.479 s (r:0, l:None, u:None)

[       OK ] (62/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /cd5bb3ee @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 550.796 s (r:0, l:None, u:None)

[       OK ] (63/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /562231a5 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 142.185 s (r:0, l:None, u:None)

[       OK ] (64/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /0dec68f7 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 666.532 s (r:0, l:None, u:None)

[       OK ] (65/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d7401d21 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 274.88 s (r:0, l:None, u:None)

[       OK ] (66/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /93ec05e0 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 280.54 s (r:0, l:None, u:None)

[       OK ] (67/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d221f053 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 637.854 s (r:0, l:None, u:None)



[       OK ] (68/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4f030405 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 823.99 s (r:0, l:None, u:None)

[       OK ] (69/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /04d3c17b @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 810.642 s (r:0, l:None, u:None)

[       OK ] (70/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /ae3c566f @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 844.893 s (r:0, l:None, u:None)

[       OK ] (71/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /3e1baaf1 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 610.822 s (r:0, l:None, u:None)

[       OK ] (72/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d37c30d8 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 889.105 s (r:0, l:None, u:None)

[       OK ] (73/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d12862be @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 628.874 s (r:0, l:None, u:None)

[       OK ] (74/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /289f2f98 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 543.658 s (r:0, l:None, u:None)

[       OK ] (75/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d1a91791 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 1205.42 s (r:0, l:None, u:None)

[       OK ] (76/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /57c2e0c3 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 1224.24 s (r:0, l:None, u:None)



[     FAIL ] (77/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /35226bdb @hortense:cpu_rome_256gb+default

==> test failed during 'sanity': test staged in '/dodrio/scratch/projects/gadminforever/vsc46128/test-suite/stage/hortense/cpu_rome_256gb/default/EESSI_MetalWalls_MW_35226bdb'



[       OK ] (78/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /08f67273 @hortense:cpu_rome_256gb+default

P: total_elapsed_time: 2384.49 s (r:0, l:None, u:None)

[----------] all spawned checks have finished



[  FAILED  ] Ran 60/78 test case(s) from 78 check(s) (1 failure(s), 18 skipped, 0 aborted)

[==========] Finished on Fri Oct 18 11:29:31 2024+0200

================================================================================

SUMMARY OF FAILURES

--------------------------------------------------------------------------------

FAILURE INFO for EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu (run: 1/1)

  * Description: MetalWalls hackathonGPU/benchmark5 benchmark

  * System partition: hortense:cpu_rome_256gb

  * Environment: default

  * Stage directory: /dodrio/scratch/projects/gadminforever/vsc46128/test-suite/stage/hortense/cpu_rome_256gb/default/EESSI_MetalWalls_MW_35226bdb

  * Node list: node512[8-9].dodrio.os

  * Job type: batch job (id=9380360)

  * Dependencies (conceptual): []

  * Dependencies (actual): []

  * Maintainers: []

  * Failing phase: sanity

  * Rerun with '-n /35226bdb -p default --system hortense:cpu_rome_256gb -r'

  * Reason: sanity error: pattern 'Total elapsed time' not found in 'run.out'

--- rfm_job.out (first 10 lines) ---

Found EESSI repo @ /cvmfs/software.eessi.io/versions/2023.06!

archdetect says x86_64/amd/zen2

archdetect could not detect any accelerators

Using x86_64/amd/zen2 as software subdirectory.

Found Lmod configuration file at /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/.lmod/lmodrc.lua

Found Lmod SitePackage.lua file at /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/.lmod/SitePackage.lua

Using /cvmfs/software.eessi.io/host_injections/2023.06/software/linux/x86_64/amd/zen2 as the site extension directory for installations.

Using /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/amd/zen2/modules/all as the directory to be added to MODULEPATH.

Using /cvmfs/software.eessi.io/host_injections/2023.06/software/linux/x86_64/amd/zen2/modules/all as the site extension directory to be added to MODULEPATH.

Found libcurl CAs file at RHEL location, setting CURL_CA_BUNDLE

--- rfm_job.out ---

--- rfm_job.err (first 10 lines) ---

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed



  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

100 11.9M  100 11.9M    0     0  44.4M      0 --:--:-- --:--:-- --:--:-- 44.7M

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed



  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

100 66402  100 66402    0     0  2184k      0 --:--:-- --:--:-- --:--:-- 2236k

--- rfm_job.err ---

--------------------------------------------------------------------------------



================================================================================

PERFORMANCE REPORT

--------------------------------------------------------------------------------

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /9bc4e97f @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 256

  performance:

    - total_elapsed_time: 3.38083 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /b6bfd561 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 128

  performance:

    - total_elapsed_time: 5.82867 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /055348cc @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 64

  num_cpus_per_task: 1

  num_tasks: 64

  performance:

    - total_elapsed_time: 9.1906 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /044bd490 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 32

  num_cpus_per_task: 1

  num_tasks: 32

  performance:

    - total_elapsed_time: 15.4978 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /58fab8c5 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 16

  num_cpus_per_task: 1

  num_tasks: 16

  performance:

    - total_elapsed_time: 30.1467 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /7356562c @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 104.233 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /95f2b004 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 201.95 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /942c5753 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 4

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 110.467 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5396d1d4 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 2

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 213.479 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark6 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /7d8a928d @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 1

  performance:

    - total_elapsed_time: 419.23 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /04d3c17b @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 128

  performance:

    - total_elapsed_time: 810.642 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4f030405 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 64

  num_cpus_per_task: 1

  num_tasks: 64

  performance:

    - total_elapsed_time: 823.99 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d37c30d8 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 32

  num_cpus_per_task: 1

  num_tasks: 32

  performance:

    - total_elapsed_time: 889.105 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /ae3c566f @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 16

  num_cpus_per_task: 1

  num_tasks: 16

  performance:

    - total_elapsed_time: 844.893 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /48f03cfa @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 146.897 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d3160bbb @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 213.056 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /cd5bb3ee @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 4

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 550.796 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /75d234d3 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 2

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 529.454 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /0dec68f7 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 1

  performance:

    - total_elapsed_time: 666.532 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /b03ad524 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 256

  performance:

    - total_elapsed_time: 4.19439 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d49a72e8 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 128

  performance:

    - total_elapsed_time: 7.06493 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5e128f79 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 64

  num_cpus_per_task: 1

  num_tasks: 64

  performance:

    - total_elapsed_time: 12.1335 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /747c33fd @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 32

  num_cpus_per_task: 1

  num_tasks: 32

  performance:

    - total_elapsed_time: 22.9329 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /bdcaae97 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 16

  num_cpus_per_task: 1

  num_tasks: 16

  performance:

    - total_elapsed_time: 43.648 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /65bfa062 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 158.939 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /6164c039 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 315.664 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /5c76723e @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 4

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 163.428 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /60876d9b @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 2

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 324.559 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark4 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d221f053 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 1

  performance:

    - total_elapsed_time: 637.854 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /9a2fa535 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 256

  performance:

    - total_elapsed_time: 2.08592 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4880642d @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 128

  performance:

    - total_elapsed_time: 3.06793 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /c27cc09d @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 64

  num_cpus_per_task: 1

  num_tasks: 64

  performance:

    - total_elapsed_time: 4.8621 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /56d99ab4 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 32

  num_cpus_per_task: 1

  num_tasks: 32

  performance:

    - total_elapsed_time: 8.32085 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4bb3c914 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 16

  num_cpus_per_task: 1

  num_tasks: 16

  performance:

    - total_elapsed_time: 16.2999 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d5eee9fd @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 59.9281 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /927c1010 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 118.639 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /1fd584b4 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 4

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 60.2248 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /9b66f3e0 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 2

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 123.182 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark3 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /0450647e @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 1

  performance:

    - total_elapsed_time: 246.891 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e8e7b14b @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 256

  performance:

    - total_elapsed_time: 17.8603 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /c54e2bb8 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 128

  performance:

    - total_elapsed_time: 29.9309 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4f321f4a @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 64

  num_cpus_per_task: 1

  num_tasks: 64

  performance:

    - total_elapsed_time: 52.4182 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /379c3293 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 32

  num_cpus_per_task: 1

  num_tasks: 32

  performance:

    - total_elapsed_time: 86.2731 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /763a0160 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 16

  num_cpus_per_task: 1

  num_tasks: 16

  performance:

    - total_elapsed_time: 169.446 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /3e1baaf1 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 610.822 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d1a91791 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 1205.42 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d12862be @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 4

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 628.874 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /57c2e0c3 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 2

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 1224.24 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark2 %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /08f67273 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 1

  performance:

    - total_elapsed_time: 2384.49 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /a3f0b508 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 256

  performance:

    - total_elapsed_time: 5.10697 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e8758f5a @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 128

  num_cpus_per_task: 1

  num_tasks: 128

  performance:

    - total_elapsed_time: 7.56466 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_2_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /e2bf32d2 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 64

  num_cpus_per_task: 1

  num_tasks: 64

  performance:

    - total_elapsed_time: 12.4757 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_4_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /6ebfa828 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 32

  num_cpus_per_task: 1

  num_tasks: 32

  performance:

    - total_elapsed_time: 20.1586 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_8_node %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /4610619d @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 16

  num_cpus_per_task: 1

  num_tasks: 16

  performance:

    - total_elapsed_time: 38.6647 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1cpn_4nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /afe5751f @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 138.479 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1cpn_2nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /d7401d21 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 274.88 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=4_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /562231a5 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 4

  num_cpus_per_task: 1

  num_tasks: 4

  performance:

    - total_elapsed_time: 142.185 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=2_cores %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /93ec05e0 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 2

  num_cpus_per_task: 1

  num_tasks: 2

  performance:

    - total_elapsed_time: 280.54 s (r: 0 s l: -inf% u: +inf%)

[EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark %scale=1_core %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /289f2f98 @hortense:cpu_rome_256gb:default]

  num_tasks_per_node: 1

  num_cpus_per_task: 1

  num_tasks: 1

  performance:

    - total_elapsed_time: 543.658 s (r: 0 s l: -inf% u: +inf%)

--------------------------------------------------------------------------------

Log file(s) saved in '/dodrio/scratch/projects/gadminforever/vsc46128/test-suite/logs/reframe_20241018_104308.log'


@Crivella
Copy link
Contributor Author

I've increased the base timeout to 60m, hope with the 120m for the large benchmark with few cores this will work

@laraPPr
Copy link
Collaborator

laraPPr commented Oct 18, 2024

Ah that one actually passed. This is the only one that hit the timewall on Hortense cpu_rome. I don't know if this is a large or small bechmark but 2 nodes should be enough cores right?

 FAIL ] (77/78) EESSI_MetalWalls_MW %benchmark_info=hackathonGPU/benchmark5 %scale=2_nodes %module_name=MetalWalls/21.06.1-foss-2023a %compute_device=cpu /35226bdb @hortense:cpu_rome_256gb+default

==> test failed during 'sanity': test staged in '/dodrio/scratch/projects/gadminforever/vsc46128/test-suite/stage/hortense/cpu_rome_256gb/default/EESSI_MetalWalls_MW_35226bdb'

@Crivella
Copy link
Contributor Author

Umh 5 should be the longest, but 256 core should be more then enough.
I am wondering if it is maybe too much and should cap the max number of cores to 128 instead of 256 (considering it runs in ~370s on the 16 cores skylake node on the magic castle cluster
image

Copy link
Collaborator

@casparvl casparvl 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 casparvl merged commit b25a581 into EESSI:main Oct 31, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants