jeffhammond / vapaa

A standalone implementation of the MPI Fortran 2018 module
MIT License
19 stars 1 forks source link

redo all the string stuff #28

Open jeffhammond opened 1 year ago

jeffhammond commented 1 year ago

We don't need to copy strings to character arrays.

See https://github.com/jeffhammond/vapaa/blob/main/sandbox/strings.F90 and https://github.com/jeffhammond/vapaa/blob/main/sandbox/foo_cfi.c.

jeffhammond commented 1 year ago

MPI_Error_string is fixed