HanneThienpondt

Results 8 comments of HanneThienpondt

Tests: - [ ] make - [ ] cmake - [ ] make on Marconi

I think the easiest way to implement it would be to copy the relevant part of the GS2’s geometry module directly into stella, in a file STELLA_CODE/geometry/geometry_eik.f90, and then adding...

To comment on the adiabatic species namelist, I think ideally one should be able to set: ``` adiabatic_electron_response = .true. adiabatic_ion_reponse = .true. ``` In one of the namelists (obviously...

These changes have been implemented in the upcoming stella release, I will close this issue.

Hey, I am not sure if you're still struggling with the same issues. The first issue has been fixed last week, the -module flag can now be set in the...

Regarding the issue of "j0", it might have to do with the specific compiler you're using. In the spfunc.fpp file there is a note: ! RN 2008/07/01: Compilers not having...

This is technically already included. The automatic python tests are run by default on 4 processors. But they are also run once on a single processor (see the last test...

I will close this issue, since tests are already run on 1 and 4 processors, which should reveal MPI bugs.