Skip to content

sync with develop (20250313)#3662

Merged
branfosj merged 29 commits intoeasybuilders:5.0.xfrom
lexming:sync-20250313
Mar 13, 2025
Merged

sync with develop (20250313)#3662
branfosj merged 29 commits intoeasybuilders:5.0.xfrom
lexming:sync-20250313

Conversation

@lexming
Copy link
Contributor

@lexming lexming commented Mar 13, 2025

No description provided.

Flamefire and others added 28 commits February 21, 2025 13:00
AOCC 4.2.0 and lower (and 'flang' for AOCC 5.0.0) use compiler wrappers
to include the GCC toolchain in the compiler command. The original
compilers are renamed, and a shell script is created running 'exec'
which passes the original compiler name as an argument.

This however can fail if '/bin/sh' is used. On Ubuntu 22.04 LTS, using
'exec -a' causes the following error message, which then causes the
sanity check to fail:

```
$ exec -a "echo" echo "Hello World"
sh: 1: exec: -a: not found
```

To work around this, use '/bin/bash' instead.

Signed-off-by: Jan André Reuter <j.reuter@fz-juelich.de>
Co-authored-by: Alex Domingo <alex.domingo.toro@vub.be>
…w_pr_pytorch

Use unittest XML files to parse PyTorch test results
…pper

AOCC: Use bash for compiler wrapper
…w_pr_cargo

Fix cargo build when git branch is referenced
@lexming lexming added EasyBuild-5.0 EasyBuild 5.0 update labels Mar 13, 2025
@lexming lexming added this to the 5.0 milestone Mar 13, 2025
@branfosj branfosj merged commit fa748aa into easybuilders:5.0.x Mar 13, 2025
17 checks passed
@lexming lexming deleted the sync-20250313 branch March 13, 2025 15:09

self.has_xml_test_reports = False
if pytorch_version >= '1.10.0':
out, ec = run_shell_cmd(self.python_cmd + " -c 'import xmlrunner'")
Copy link
Member

Choose a reason for hiding this comment

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

This wasn't correctly ported to run_shell_cmd, fixing that in #3664

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

No open projects
Status: No status

Development

Successfully merging this pull request may close these issues.

6 participants