Chen Rong

Results 6 issues of Chen Rong

Hi @kookma ! This is awesome package, love it! Just a small suggestion, not an issue. Do you think perhaps you could at some place let the user choose to...

Great project! I am using Intel OneAPI + Visual Studio 2017, on Windows 10. I tried 1. cmake-converter -s xxx.sln 2. cmake -S . -B build 3. cmake --build build...

Dear @jacobwilliams , The odepack stuff is great! I use IntelOneAPI + VS2017 + Windows 10. I found that when using release mode, it works fine. But in debug mode,...

Hi @princemahajan ! I have written a Makefile for flint in windows using ifort, and gfortran in linux. All the f90 files and Makefile is here, https://gitlab.com/CRquantum/flint_test/-/tree/main/flint_OneAPI The flint's f90...

Hi bro, A quick question, a piece of my code is like below, ``` write(6,*) 'before =', x0_test,xf_test call erkvar%Init(me, MAX_STEPS, Method=ERK_DOP853, ATol=[atol], RTol=[rtol],& InterpOn=.false., EventsOn=.FALSE. ) if (erkvar%status ==...

Just post here before I forgot. In NPAG, the number of max grid points (MAXGRD and MAXACT in npagdriv.f) are 2129, 5003, 10007, ..., until 960252. Those numbers seems are...