LAM (Local Area Multicomputer) ist eine MPI Programmierumgebung und Entwicklungssystem für heterogene Computer im Netzwerk. Mit LAM/MPI kann ein dedizierter Computer Cluster oder eine existierende Netzwerkinfrastruktur als einzelne Parallelrechenresource agieren. LAM kann TCP/IP, shared Memory, Myrinet oder Infiniband für “message passing” nutzen.
Eine Testsuite (von LAM/MPI) kann hier heruntergeladen werden.
The LAM Team requests that you compile and run this test suite after successfully installing LAM on your system.
The purpose of this package is to run a series of tests against the LAM/MPI implementation. It will highlight potential problems and bugs, and will be very helpful for the validation of the overall LAM/MPI package. It must be run on homogenous systems.
To compile and run the test suite:
shell% make -k check |& tee check.out
For Bourne shells:
shell$ make -k check 2>&1 | tee check.out