Bill-gitt
Bill-gitt
At least, does anyone tried to compile CVode with Visual studio (2013 version or later) and encountered similar problems where Fortran objects are not compiled because the Fortran and C...
Dear Balos, Yep we have a winner! After 1.5 month of efforts CVode on Fortran runs! The code you proposed fixed the problem with out of boundaries exception. After updating...
Dear Balos, Regarding the steps I followed to compile under Visual Studio 2013 and 2019 unfortunately I didn't update any code. I just did some manual changes on the visual...
Dear Balos, It seems I have encountered another issue with the FCvode. It is related to its thread-safety, it seems independent threads access shared memory when executing memory release functions...
Thank you for your replies @drreynolds and balos1. -The reason I turned to Cvode from Intel ode solver was that FCvode (version 2003) was thread safe. It means a lot...
Dear balos1, After lots of effort, I finally managed to make Fcvode work properly inside openmp regions. This is a success I believe (unless something else comes up later). To...