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
# dummy init files that give proper errors in case something related to MPI was not compiled
30
30
# These files will be overwritten if the corresponding option is enabled, hence here we can write then unconditionally
31
-
file(WRITE ${CoSimIOMPIInitFile}"raise Exception('CoSimIO was compiled without MPI support! (use \"CO_SIM_IO_BUILD_MPI\" to enable it)')\n")
32
-
file(WRITE ${mpi4pyInterfaceInitFile}"raise Exception('The mpi4py interface was not compiled! (use \"CO_SIM_IO_BUILD_PYTHON_MPI4PY_INTERFACE\" to enable it)')\n")
31
+
file(WRITE "${CoSimIOMPIInitFile}""raise Exception('CoSimIO was compiled without MPI support! (use \"CO_SIM_IO_BUILD_MPI\" to enable it)')\n")
32
+
file(WRITE "${mpi4pyInterfaceInitFile}""raise Exception('The mpi4py interface was not compiled! (use \"CO_SIM_IO_BUILD_PYTHON_MPI4PY_INTERFACE\" to enable it)')\n")
0 commit comments