File: test-slepc

package info (click to toggle)
slepc 3.22.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 49,376 kB
  • sloc: ansic: 118,012; python: 4,887; f90: 3,620; cpp: 1,526; makefile: 811; sh: 311
file content (18 lines) | stat: -rw-r--r-- 498 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export PRTE_MCA_plm_ssh_agent=/bin/false
export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe

export OMP_NUM_THREADS=1

DEB_HOST_ARCH=$(dpkg-architecture -qDEB_HOST_ARCH)
if [ ${DEB_HOST_ARCH} = "i386" ]; then
  SKIP_TEST7F=y
fi

cp makefile makefile.orig

sed "s|^\(include \./\${PETSC_ARCH}/lib/slepc/conf/slepcvariables\)|#\1|" -i makefile

make check SLEPC_DIR=/usr/lib/slepc PETSC_DIR=/usr/lib/petsc SKIP_TEST7F=${SKIP_TEST7F} V=1

cp makefile makefile.tests
cp makefile.orig makefile