Files
ports/math/blacs/files/pkg-message.in
T
Thierry Thomas 1314dea476 - Set the license;
- Switch to MPICH 3, so that BLACS can be installed together with ScaLAPACK.
2020-12-28 16:09:52 +00:00

24 lines
690 B
Plaintext

[
{ type: install
message: <<EOM
Please test your blacs installation
Test programs are located at %%PREFIX%%/share/BLACS/TESTING
Example:
% cd %%PREFIX%%/share/BLACS/TESTING
% %%LOCALBASE%%/bin/mpirun -np 4 ./xCbtest_MPI-FreeBSD
% %%LOCALBASE%%/bin/mpirun -np 4 ./xFbtest_MPI-FreeBSD
Or, if you're using OpenMPI:
% cd %%PREFIX%%/share/BLACS/TESTING
% LD_LIBRARY_PATH=%%LOCALBASE%%/mpi/openmpi3/lib/ export LD_LIBRARY_PATH
% PATH=$PATH:%%LOCALBASE%%/mpi/openmpi3/bin/ export PATH
% mpirun -np 4 ./xCbtest_MPI-FreeBSD
% mpirun -np 4 ./xFbtest_MPI-FreeBSD
You can change -np 4 to any number to meet your local environment.
See files at %%DOCSDIR%% for detail.
EOM
}
]