Antoine Morvan

Results 18 issues of Antoine Morvan

I'm setting up a build chain that uses NVS for choosing Nodejs version, but without "installing" it in ~/.nvs (mostly for continuous integration). Roughly, the wrapper script uses `nvs add...

Hello, I am walking an AST, looking for specific comments in the tree. I encountered some unexpected behavior regarding the hierarchy of the comments. This impacts the printer too. My...

in progress

Hi, In the AST, I did not find a way to differenciate function calls and array references. My sample program is the following: ```fortran function mytestfunc(i) result(x) integer, intent(in) ::...

Hello, Most of the code I am working with is using "function" like macro definitions like `#define LOG(MSG, LEVEL) print *, LEVEL, MSG`. Version 0.0.16 of fparser2 seems to not...

### What version of hwloc are you using? 2.10.0 ### Which operating system and hardware are you running on? RHEL 8; Linux 4.18 ### Details of the problem Hello, I...

See https://travis-ci.community/t/checksum-validation-fail-using-maven/4005 (previously https://travis-ci.community/t/continuous-maven-repo-403/3908/18)

When importing PiSDF graphs that have been created prior to the introduction of Delay Actors, the name generated for the actor associated to delays is not properly set (i.e. it...

bug

See https://github.com/preesm/preesm-apps/issues/1

enhancement

With latest versions, some compilation errors remain in the workspace despite following all the steps in troubleshooting. The exact cause is not identified yet. Temporary solution consists in: - follow...

Currently, it is not possible to * model an accelerator in the SLAM MoA; * specify multiple implementations (or refinement) for the same actor with the scheduler knowing the specific...

enhancement