scivision

Results 103 comments of scivision

This is implemented for `meas=` by checking the first character(s). `meas='C'` or `meas=['C']` takes all measurements starting with `C` like C1, C2` `meas=`C1` takes all measurements starting with `C1` and...

you mean like a REPR, where you do the Fortran equivalent of ```fortran a = datetime(...) print *, a ``` which may actually be implemented as ```fortran a%print() ```

Yes. I at least added a warning to strftime. Would be want datetime-fortran to "error stop" or just emit a stderr warning for strftime and strptime failures?

@rajibeee you could try SDR# on Linux https://www.scivision.co/sdr-sharp-ubuntu/ there too you need portaudio.so. A long shot maybe....

I think to make "examples" be a full test of the "installed" p4est from a single project instead of two separate projects as I have now would require making CMake...

For the lowercase SC/P4EST install subdirectory naming, yes I think that can be done with a few extra lines of code To make one libp4est.{a,so} regardless of whether or not...

To specifically control tests MPI rank, lines like ```cmake ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${Ncpu} $

I made my Scalapack fork to allow building only the numerical precision desired, which can be a 4x Scalapack build speedup. Also I took out a lot of the ancient...

I'm not sure offhand. This is an issue that would be fixed by the possible future refactor to not use f2py.