File: test-slepc64-complex

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 (13 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
export PRTE_MCA_plm_ssh_agent=/bin/false
export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe

export OMP_NUM_THREADS=1

cp makefile makefile.orig

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

make check SLEPC_DIR=/usr/lib/slepcdir/slepc64-complex PETSC_DIR=/usr/lib/petscdir/petsc64-complex V=1

cp makefile makefile.tests
cp makefile.orig makefile