Closed underwoo closed 5 years ago
A user discovered that the -g option to add the git reference information via a cpp macro does not work for some MPI compiler wrappers. This user discovered that escaping the double quotes (") in mkmf resolves the issue.
-g
"
mkmf
A user discovered that the
-g
option to add the git reference information via a cpp macro does not work for some MPI compiler wrappers. This user discovered that escaping the double quotes ("
) inmkmf
resolves the issue.