File: test-slepc-complex

package info (click to toggle)
slepc 3.18.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 43,236 kB
  • sloc: ansic: 111,062; python: 3,609; makefile: 2,423; f90: 1,759; fortran: 1,544; sh: 238; cpp: 178
file content (13 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
export OMPI_MCA_plm_rsh_agent=/bin/false
export OMPI_MCA_rmaps_base_oversubscribe=1

export OMP_NUM_THREADS=1

cp makefile makefile.orig

sed "s|./\${PETSC_ARCH}/lib/slepc/conf/slepcvariables|\${SLEPC_DIR}/lib/slepc/conf/slepcvariables|" -i makefile

make check SLEPC_DIR=/usr/lib/slepcdir/slepc-complex PETSC_DIR=/usr/lib/petscdir/petsc-complex V=1

cp makefile makefile.tests
cp makefile.orig makefile