Ali
Ali
Thank you for your response. This solution may not be ideal, but it works: ```fortran ! if both file and form are passed if(allocated(request%form)) then part_ptr = curl_mime_addpart(mime_ptr) status =...
Thanks! I've been thinking about a tool and a place to test Fortran fpm packages, not with the intention of competing, but with the aim of improving the packages.
> That's a very good initiative, how are you thinking about proceeding? would you like PRs to centralize the Benchmarks and try to have them published with a github action?...
> Yes, I saw the dependencies and managed to install blas/lapack for runing with gfortran. But for intel compilers I had to add a bunch of stuff https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html but I...
> So this worked, I had to comment out in the fpm.toml this `link = ["lapack", "blas"]` perfect! > > You can also use -qmkl instead of -llapack and -lblas...
I am working on speeding up plots. I will write to you again here.
I changed speed-up plot to plot for all problem sizes:  I also tried to plot the average weighted speed-up; however, I'm not sure if this provides valuable insights: ...
Thanks! I merged your PR. Today was busy, I'll take a look at the last messages later.
Sorry, I didn't consider this. I will revert the last changes and, if necessary, remove this issue as well. We can start a new discussion.
> These 4 Matplotlib colormaps are for example clearly in public domain / CC0 license: https://github.com/BIDS/colormap/blob/master/colormaps.py > > I think we must be sure for all included colormap. I can...