Loriano Storchi

Results 14 comments of Loriano Storchi

Dear Antony, thanks for your prompt feedback. I know all the three compilers , GNU/INTEL/NVIDIA, and their basic differences as I am using them in a "similar" python/Fortran project, (i.e.,...

While I will try to further debug the code, I am sharing here some of the results related to the compilation using NVFORTRAN, which clearly fails somehow, the code is...

Let me just add that while the GNU compiled version of the executable does not produce any errors, still valgrind detect some issues also there

Thanks for the quick feedback, instead excuse me for the delay in the response but I got some extra time to deal with this project only today . The gfortran...

An easy workaround is to duplicate some code, that considering the final goal, i.e,. to test GPU, it is right now reasonable, indeed it is working. Still there are other...

Clearly a simple split of the clausule using and else if does the job

For the ubound issue as the NVIDIA guy state "this is an issue with the code. Unlike C, Fortran does not enforce left-to-right evaluation nor short circuiting, so you can’t...

Dear Antony, thanks again for the quick reply. Yes indeed this is what I've done in my local fork, and the code, also including some Integrate_Romberg duplicated functions, is compiling...

Just to keep track of the current issue gere some update from NVIDIA: "Unfortunately the typical work around for this, i.e. adding an interface for the argument, didn’t work, so...

Just to add a quick update, after some time I got the first version of CAMB not only compiling with the NVIDIA compilare but also running on GPU, I need...