manual:required_libraries
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manual:required_libraries [2016/08/11 19:53] – [Building Boost libraries with MPI from source] zenke | manual:required_libraries [2016/09/01 07:12] (current) – zenke | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| It might happen that your distribution' | It might happen that your distribution' | ||
| - | + | Then download and build boost from source (with MPI support). To that end, follow the instructions found in the MPI section of the boost website http:// | |
| - | Then follow | + | |
| - | http:// | + | |
| Before you [[compileauryn|build Auryn]] make sure to delete the '' | Before you [[compileauryn|build Auryn]] make sure to delete the '' | ||
| - | ===== Known Issues ===== | ||
| - | * Spike-loss and random crashes experienced with with process numbers that were not a power of two. (OpenMPI | + | ==== Troubleshooting common problems ==== |
| - | * Random communication freezes | + | If you can compile your Auryn programs, but you see an error along these lines |
| + | <code shell> | ||
| + | ./ | ||
| + | </ | ||
| + | it's probably because you have installed Boost under the default path ''/ | ||
| + | You could for instance add the following to your '' | ||
| + | <code shell> | ||
| + | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ | ||
| + | </ | ||
| - | When compiled against MPICH2 these problems did not occur. | + | See also [[known issues]] |
manual/required_libraries.1470945217.txt.gz · Last modified: 2016/08/11 19:53 by zenke
