Tom Clune

Results 144 comments of Tom Clune

Regarding which call failed, you have a few options. One would be to simply use a separate wrapper for each of the three calls. A bit tedious, but mostly cut-and-paste....

I think adding it to the demos would be best. Just add a new subdirectory. The hard part will be choosing a meaningful name for the directory. Probably should reserve...

This is the right place to ask. The main authors of that paper did have some prototype code that was never properly integrated. Mainly this was because they had based...

Yes - I've not looked in a while myself, but I suspect that Intel support is good enough for this purpose. And now that we have Intel in our CI...

Hmm. I think I encountered this recently as well. A side effect of some otherwise well-meaning changes to allow pFUnit to be built embedded within other applications. Probably the easiest...

OK - glad you found it. Is it possible that this should be `${CMAKE_CURRENT_LIST_DIR}`? (asking @ZedThree)

I certainly agree that checking the specific line number is fragile (as well as uninformative). Could you post a concrete (hopefully simple) example of what you have in mind?

1. I am assuming that you are trying to use the `add_pfunit_ctest` macro provided by pFUnit. If so then in most cases you would put that information on the LINK_LIBRARIES...

Are you asking how to write Fortran that reads a CSV file? It is difficult to anticipate what your exact issue is without more details. But one likely possibility is...

OK - thank you for the extra details. The `FILE()` command I described is a CMake macro that should go in the same file as your `add_pfunit_ctest()` invocation. It copies...