Skip to content

Commit

Permalink
Re #1753 changes from review. Couple of words about meaning of some v…
Browse files Browse the repository at this point in the history
…ariables
  • Loading branch information
abuts committed Oct 10, 2024
1 parent 71f1a0b commit 4205739
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion admin/horace_mex_mpi.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
% Manually modify this script to specify the mpi libraries location in your
% system.
%
use_her_mpich = true;

% we supply MPI libraries together with Herbert. They may not work with any
% Matlab version and with any OS so may be cases when it is preferable to
% use system libraries but:
use_her_mpich = true; % if true, use MPI libraries, provided with Herbert.
% if false, modify script below providing the location of the MPI libraries
% present on the system.

verbose = nargin > 0;
pths = horace_paths;

Expand Down

0 comments on commit 4205739

Please sign in to comment.