1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Test-Command: debian/tests/mpi-compile-run mpicc hello.c
Features: test-name=mpi-compile-run-mpicc
Depends:
gcc,
mpi-default-dev,
Restrictions:
allow-stderr,
superficial,
Test-Command: debian/tests/mpi-compile-run mpiCC hello.cpp
Features: test-name=mpi-compile-run-mpiCC
Depends:
g++,
mpi-default-dev,
Restrictions:
allow-stderr,
superficial,
Test-Command: debian/tests/mpi-compile-run mpif77 hello.f
Features: test-name=mpi-compile-run-mpif77
Depends:
gfortran,
mpi-default-dev,
Restrictions:
allow-stderr,
superficial,
Test-Command: debian/tests/mpi-compile-run mpif90 hello.f90
Features: test-name=mpi-compile-run-mpif90
Depends:
gfortran,
mpi-default-dev,
Restrictions:
allow-stderr,
superficial,
Test-Command: debian/tests/mpi-compile-run cc hello.c pkg-config mpi --libs --cflags
Features: test-name=mpi-compile-run-cc-pkgconf-mpi
Depends:
gcc,
mpi-default-dev,
pkgconf,
Restrictions:
allow-stderr,
superficial,
|