You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should show more explicitly how a host program can link against PCMSolver. We assume that the host uses CMake, but that's not always the case.
We have the C_host and Fortran_host test cases and it is easy to piece out what the link line for both should be, but adding an explicit example (possibly a separate repository) and more explicit documentation would certainly be helpful.
As much as I don't like Makefile-s it would be a good idea to write a couple of those in these examples.
The text was updated successfully, but these errors were encountered:
We should show more explicitly how a host program can link against PCMSolver. We assume that the host uses CMake, but that's not always the case.
We have the
C_host
andFortran_host
test cases and it is easy to piece out what the link line for both should be, but adding an explicit example (possibly a separate repository) and more explicit documentation would certainly be helpful.As much as I don't like
Makefile
-s it would be a good idea to write a couple of those in these examples.The text was updated successfully, but these errors were encountered: