Marius Kurz
Marius Kurz
Thanks for the answer. ### Serial Build I can indeed compile SmartRedis using the following lines in the `ExternalProject` command: ```CMake PATCH_COMMAND make -j1 deps CMAKE_ARGS -DSR_FORTRAN=ON ``` So, SmartRedis...
Perfect, also sounds like the best option for me. Thanks!
I just tested it within FLEXI and it works like a charm. I can now incorporate SmartRedis as an external project in our codebase and all dependencies are built correctly,...