File: control

package info (click to toggle)
mpi-defaults 1.20
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 68 kB
  • sloc: makefile: 110; cpp: 16; ansic: 15; sh: 14; fortran: 9; f90: 9
file content (45 lines) | stat: -rw-r--r-- 944 bytes parent folder | download
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,