users complain that loading Horace-4 from distribution and trying to install it on clean windows machine causes problem. cpp_communicator does not have all its references (dll-s) satisfied on the system.
To at least partially address this:
1) make check for cpp_communicator an independent on other check_horace_mex checks to allow mex to be enabled regardless to mpi.
2) add validation for cpp_communicator to attempt to enable mpi cluster (mpiexec_mpi)
3) fix issues with horace_mex to allow users who is not familiar with cmake building libraries on their systems.
users complain that loading Horace-4 from distribution and trying to install it on clean windows machine causes problem.
cpp_communicator
does not have all its references (dll-s) satisfied on the system.To at least partially address this: 1) make check for
cpp_communicator
an independent on othercheck_horace_mex
checks to allow mex to be enabled regardless to mpi. 2) add validation for cpp_communicator to attempt to enable mpi cluster (mpiexec_mpi
) 3) fix issues withhorace_mex
to allow users who is not familiar withcmake
building libraries on their systems.