Brad Richardson
Brad Richardson
> How do you distinguish between compile arguments, link arguments and global arguments here? Good point. I'd suggest instead of having a single `flags` key, have `compile`, `link`, and `global`...
> This warrants matching rules for file names, like "src/fragile/**" = ["-O1"] at some point. Not sure if arguments on per file basis should be encouraged by fpm, it will...
I know of at least one other package manager that has the following behavior, Haskell's stack. If the current working directory is not within an fpm package, then the command...
We've had discussions about it. I believe we decided we want to settle on a preprocessor, and just always use it. I'd have to go find that discussion, but I...
Note: this is working to identify the root cause of #626
I'll also note that while MPICH doesn't crash, it doesn't seem to provide the right answers. And while the other MPI implementations crash on program termination, they all get the...
> I'll also note that while MPICH doesn't crash, it doesn't seem to provide the right answers. And while the other MPI implementations crash on program termination, they all get...
#763 does in fact fix the crashes with openmpi, but Intel mpi still crashes. It seems there is more work to do.
After #763, we now only crash on Windows with the following: ```text C:\Users\brad\Repositories\GitHub\sourceryinstitute>opencoarrays-install\bin\caf --show C:\Users\brad\Repositories\GitHub\sourceryinstitute>"C:/Program Files/Git/usr/bin/bash.exe" "C:\Users\brad\Repositories\GitHub\sourceryinstitute\opencoarrays-install\bin\caf" --show C:/Users/brad/gcc/bin/gfortran.exe -I/c/Users/brad/Repositories/GitHub/sourceryinstitute/opencoarrays-install/include/OpenCoarrays-2.10.0-14-g9d4afcb_GNU-12.1.0 -fcoarray=lib ${@} /c/Users/brad/Repositories/GitHub/sourceryinstitute/opencoarrays-install/lib/libcaf_mpi.a -pthread C:/Program Files (x86)/Intel/oneAPI/mpi/latest/lib/release/impi.lib C:\Users\brad\Repositories\GitHub\sourceryinstitute>opencoarrays-install\bin\cafrun --show C:\Users\brad\Repositories\GitHub\sourceryinstitute>"C:/Program...
@vehre , thanks for continuing to look into this. The change in #766 appears to have made things worse. the output now looks like below. Question, should that memory have...