Home
last modified time | relevance | path

Searched refs:configure (Results 1 – 25 of 211) sorted by relevance

123456789

/petsc/doc/install/
H A Dmultibuild.md49 directory where you ran `configure`.
55 The first time you build PETSc, you must first run `configure` which (among other
65 While many things that `configure` must check are liable to change in between
66 consecutive `configure` invocations, some things are very unlikely -- if ever -- to
67 change. Hence `configure` can safely cache and reuse these values in subsequent
68 `configure` runs, helping to speed up the lengthy process. A similar system is also used
72 While the caching system used by `configure` is very useful, it usually errs on
74 change how a package/program is compiled, `configure` will automatically rebuild this
77 If you would like to enforce that `configure` does not use any cached values, you may
81 $ ./configure --some-args --force
[all …]
H A Dinstall.md20 There are many example `configure` scripts at `config/examples/*.py`. These cover a
28 If there is a system for which we do not yet have such a `configure` script and/or
38 $ ./configure --with-cc=gcc --with-cxx=0 --with-fc=0 --download-f2cblaslapack --download-mpich
44 …$ ./configure --prefix=/home/user/soft/petsc-install --with-cc=gcc --with-cxx=0 --with-fc=0 --down…
49 via `$PATH` - configure does not require any additional options.
52 $ ./configure
58 $ ./configure --with-blaslapack-dir=/usr/local/blaslapack --with-mpi-dir=/usr/local/mpich
64 …$ ./configure --with-blaslapack-dir=/usr/local/blaslapack --with-cc=/usr/local/mpich/bin/mpicc --w…
70 The configure options `CFLAGS`, `CXXFLAGS`, and `FFLAGS` overwrite most of the flags that PETSc wou…
71 …OPTFLAGS`, `CXXOPTFLAGS`, and `FOPTFLAGS` (these work for all uses of ./configure). The same holds…
[all …]
/petsc/doc/developers/
H A Dbuildsystem.md6 It is much like [GNU Autoconf (configure)](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manu…
17 ## Why is configure necessary?
19 The `configure` program is designed to assemble all information and preconditions
22 problem. The most crucial aspect of a configure system is not performance, scalability, or
46 such as the compiler and linker. In the traditional configure tools,
55 The `BuildSystem` configure modules mentioned above, containing one `Configure` object
87 configure and build system for the package is used, and special support
129 `configure.py`, which is executed to run the configure process, and a
132 `configure` file to execute the configure, as this looks like
138 execfile(os.path.join(os.path.dirname(__file__), 'config', 'configure.py'))
[all …]
/petsc/config/examples/
H A Darch-fenics-dolfinx.py32 import configure
33 configure.petsc_configure(configure_options)
H A Darch-mswin-icx.py6 import configure
18 configure.petsc_configure(configure_options)
H A Darch-firedrake.py32 import configure
33 configure.petsc_configure(configure_options)
H A Darch-mswin-icx-ifort.py6 import configure
17 configure.petsc_configure(configure_options)
H A Darch-llnl-lassen-essl-opt.py13 import configure
25 configure.petsc_configure(configure_options)
H A Darch-alcf-polaris.py28 import configure
42 configure.petsc_configure(configure_options)
H A Darch-ci-linux-viennacl.py6 import configure
21 configure.petsc_configure(configure_options)
H A Darch-nvhpc.py6 import configure
20 configure.petsc_configure(configure_options)
H A Darch-nersc-perlmutter-opt.py24 import configure
62 configure.petsc_configure(configure_options)
H A Darch-ci-mswin-gnu.py20 import configure
21 configure.petsc_configure(configure_options)
H A Darch-alcf-aurora.py27 import configure
46 configure.petsc_configure(configure_options)
H A Darch-ci-linux-emcc.py21 import configure
22 configure.petsc_configure(configure_options)
H A Darch-cray-xc40-knl-opt.py12 import configure
73 configure.petsc_configure(configure_options)
H A Darch-olcf-spock.py33 import configure
48 configure.petsc_configure(configure_options)
H A Darch-olcf-crusher.py35 import configure
49 configure.petsc_configure(configure_options)
H A Darch-olcf-summit-opt.py12 import configure
93 configure.petsc_configure(configure_options)
H A Darch-necve.py6 import configure
19 configure.petsc_configure(configure_options)
H A Darch-olcf-frontier-opt.py24 import configure
43 configure.petsc_configure(configure_options)
H A Darch-ci-linux-cuda-double-64idx.py10 import configure
31 configure.petsc_configure(configure_options)
/petsc/systems/Apple/OSX/bin/
H A Darch-osx-release.py6 import configure
20 configure.petsc_configure(configure_options)
H A Darch-osx-debug.py6 import configure
19 configure.petsc_configure(configure_options)
/petsc/systems/Apple/iOS/bin/
H A Darch-ios-simulator.py12 import configure
26 configure.petsc_configure(configure_options)

123456789