d-meiser / mpi-travis

Template for testing MPI code on travis ci.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

mpi-travis

This project is a minimal template for setting up continuous integration testing of MPI projects with travis. The template demonstrates:

  • Building mpich 3.2 on travis from source.
  • Use of the travis container architecture for faster builds.
  • Use of caching to save the mpich installation.
  • Test execution with mpirun -np 4.

A more complete example including integration with cmake and ctest can be found in BeamLaser.

About

Template for testing MPI code on travis ci.

License:GNU General Public License v3.0


Languages

Language:Shell 59.1%Language:C 33.3%Language:Makefile 7.5%