Home
last modified time | relevance | path

Searched refs:F2PY_FLAGS (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/bratu2d/
H A Dmakefile7 F2PY_FLAGS = macro
8 F2PY_FLAGS = -DF2PY_REPORT_ATEXIT -DF2PY_REPORT_ON_ARRAY_COPY=0 macro
9 F2PY_FLAGS =--noarch --f90flags='' macro
10 F2PY_FLAGS +=-DF2PY_REPORT_ON_ARRAY_COPY=1
29 ${F2PY} ${F2PY_FLAGS} -c $< -m ${MODULE}
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Dmakefile.f2py9 F2PY_FLAGS = --quiet
10 F2PY_FLAGS += --noarch --f90flags=''
11 F2PY_FLAGS += -DF2PY_REPORT_ON_ARRAY_COPY=1
14 ${F2PY} ${F2PY_FLAGS} -m ${MODULE} -c $< ${MODULE}.f90
/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Dmakefile7 F2PY_FLAGS = --quiet macro
8 F2PY_FLAGS += --noarch --f90flags=''
9 F2PY_FLAGS += -DF2PY_REPORT_ON_ARRAY_COPY=1
27 ${F2PY} ${F2PY_FLAGS} -c $< -m ${MODULE}