Bernardo Pacini
Bernardo Pacini
Hello, I am trying to update my code wrapped in f90wrap to be MPI parallel instead of OpenMP. From your paper and linked code packages it seems this is possible,...
I can successfully build and run my code using the `f2py-f90wrap` command: ``` f2py-f90wrap --fcompiler=$(FF90) --build-dir . -c -m _${PYTHON_MODN} -L. -lsrc f90wrap*.f90 ``` However, when I use only the...
Following up on the issue encountered with PR #131. I believe the issue is specific to recursive types, so below is a simpler example (based on the recursive type array...
## Purpose Adding DVGeometryMulti to MPhys. I added pass-through functions and modified the `compute` and `compute_jacvec_product` calls as needed. ## Expected time until merged 1 week. ## Type of change...
## Purpose Niceplots does not currently have a license, meaning it defaults to being strict. After discussing with @eytanadler, I am adding a GPL license here. ## Expected time until...