Workaround for PGI bug with variable length string pointer
PGI has problems with elpa_int_value_to_string() where we return a variable-length string pointer. A workaround for now is to copy the string into a non-pointer variable of the same length. This closes issue #55
Showing
Please register or sign in to comment