Import math/blacs version 1.7_14
[dports.git] / math / blacs / files / pkg-message.in
1 *********************************************************************
2  Please test your blacs installation
3  Test programs are located at %%PREFIX%%/share/BLACS/TESTING
4
5  Example:
6   % cd %%PREFIX%%/share/BLACS/TESTING
7   % %%LOCALBASE%%/bin/mpd &
8   % %%LOCALBASE%%/bin/mpirun -np 4 ./xCbtest_MPI-FreeBSD
9   % %%LOCALBASE%%/bin/mpirun -np 4 ./xFbtest_MPI-FreeBSD
10   % %%LOCALBASE%%/bin/mpdallexit
11
12  Or, if you're using OpenMPI:
13   % cd %%PREFIX%%/share/BLACS/TESTING
14   % LD_LIBRARY_PATH=%%LOCALBASE%%/mpi/openmpi/lib/ export LD_LIBRARY_PATH
15   % PATH=$PATH:%%LOCALBASE%%/mpi/openmpi/bin/ export PATH
16   % mpirun -np 4 ./xCbtest_MPI-FreeBSD
17   % mpirun -np 4 ./xFbtest_MPI-FreeBSD
18
19 You can change -np 4 to any number to meet your local environment.
20 See files at %%DOCSDIR%% for detail.
21 *********************************************************************