Searched refs:configure (Results 1 – 25 of 211) sorted by relevance
123456789
| /petsc/doc/install/ |
| H A D | multibuild.md | 49 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 D | install.md | 20 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 D | buildsystem.md | 6 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 D | arch-fenics-dolfinx.py | 32 import configure 33 configure.petsc_configure(configure_options)
|
| H A D | arch-mswin-icx.py | 6 import configure 18 configure.petsc_configure(configure_options)
|
| H A D | arch-firedrake.py | 32 import configure 33 configure.petsc_configure(configure_options)
|
| H A D | arch-mswin-icx-ifort.py | 6 import configure 17 configure.petsc_configure(configure_options)
|
| H A D | arch-llnl-lassen-essl-opt.py | 13 import configure 25 configure.petsc_configure(configure_options)
|
| H A D | arch-alcf-polaris.py | 28 import configure 42 configure.petsc_configure(configure_options)
|
| H A D | arch-ci-linux-viennacl.py | 6 import configure 21 configure.petsc_configure(configure_options)
|
| H A D | arch-nvhpc.py | 6 import configure 20 configure.petsc_configure(configure_options)
|
| H A D | arch-nersc-perlmutter-opt.py | 24 import configure 62 configure.petsc_configure(configure_options)
|
| H A D | arch-ci-mswin-gnu.py | 20 import configure 21 configure.petsc_configure(configure_options)
|
| H A D | arch-alcf-aurora.py | 27 import configure 46 configure.petsc_configure(configure_options)
|
| H A D | arch-ci-linux-emcc.py | 21 import configure 22 configure.petsc_configure(configure_options)
|
| H A D | arch-cray-xc40-knl-opt.py | 12 import configure 73 configure.petsc_configure(configure_options)
|
| H A D | arch-olcf-spock.py | 33 import configure 48 configure.petsc_configure(configure_options)
|
| H A D | arch-olcf-crusher.py | 35 import configure 49 configure.petsc_configure(configure_options)
|
| H A D | arch-olcf-summit-opt.py | 12 import configure 93 configure.petsc_configure(configure_options)
|
| H A D | arch-necve.py | 6 import configure 19 configure.petsc_configure(configure_options)
|
| H A D | arch-olcf-frontier-opt.py | 24 import configure 43 configure.petsc_configure(configure_options)
|
| H A D | arch-ci-linux-cuda-double-64idx.py | 10 import configure 31 configure.petsc_configure(configure_options)
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | arch-osx-release.py | 6 import configure 20 configure.petsc_configure(configure_options)
|
| H A D | arch-osx-debug.py | 6 import configure 19 configure.petsc_configure(configure_options)
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | arch-ios-simulator.py | 12 import configure 26 configure.petsc_configure(configure_options)
|
123456789