Alexandre Poux

Results 4 issues of Alexandre Poux

Compiling a user fortran code with ifort or ifx using the debug option "-init=snan" is triggering a segmentation fault at runtime Even a very simple program is triggering this: ```fortran...

Priority - 1. High 🔼
Component - C Library
Component - Fortran
Type - Bug

I downloaded the latest version v0.8.1 Extracted everything, and when running from the terminal I got : ``` [497805] PyInstaller Bootloader 5.x [497805] LOADER: executable is /home/pums974/Downloads/Buzz/Buzz [497805] LOADER: homepath...

## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) openmpi-4.1.5-1 ### Describe how Open MPI was installed (e.g.,...

Target: v4.1.x

### Overview This is a suggestion for a new rule I propose to suggest more usage of `some_dict.setdefault(key, default value)` ### Proposal It could replace a pattern a bit more...

enhancement