Linaro / hpc_lab_setup

Jenkins Jobs for HPC Lab
Apache License 2.0
5 stars 4 forks source link

Add OpenMPI MTT Hello World TestPlan #86

Closed BaptisteGerondeau closed 5 years ago

BaptisteGerondeau commented 5 years ago

This new job deploys OpenMPI's MPI Testing Tool, and makes it execute a "Hello World" test, using preinstalled openmpi libraries and tools, as well as slurm to dispatch the job.

It serves as a basis for further "test plans". Tested on qdf and tx2 cluster (so stateless and stateful OpenHPC installs).

BaptisteGerondeau commented 5 years ago

The Hello World test in its current form is quite quick since it is not building (or trying to) OpenMPI ; right now it's a 2 minute job. Building OpenMPI probably takes about 20+ minutes (especially with all the autoconf), the test suites in themselves I don't know. I think the "proper" test plan with OpenMPI building will probably take something around an hour.