Home
last modified time | relevance | path

Searched refs:download (Results 1 – 25 of 190) sorted by relevance

12345678

/petsc/doc/public/
H A D_redirects3 /release/download /release/install/download 302
4 /main/download /main/install/download 302
/petsc/lib/petsc/bin/maint/
H A Dcreatepatch27 if [ ! -f doc/install/download.md ]; then
80 /bin/mv doc/install/download.md doc/install/download.md.bak
81 cat doc/install/download.md.bak | \
82 sed -e "s/-${oldver}.tar.gz/-${newver}.tar.gz/g" > doc/install/download.md
83 /bin/rm -f doc/install/download.md.bak
86 git commit -m"Increase patchlevel to ${newver}" include/petscversion.h doc/install/download.md src/…
H A Drebuildtar23 …ar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/download/release-snapshots/
24 …ar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/download/release-snapshots/
25 …ar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/petsc/download/release-snapshots/
/petsc/src/snes/tutorials/output/
H A Dex19_tut_4.out120download-mpich --COPTFLAGS="-g -O3 -march=native " --CXXOPTFLAGS="-g -O3 -march=native " --FOPTFLA…
H A Dex19_tut_6.out125download-mpich --COPTFLAGS="-g -O3 -march=native " --CXXOPTFLAGS="-g -O3 -march=native " --FOPTFLA…
H A Dex19_tut_5.out129download-mpich --COPTFLAGS="-g -O3 -march=native " --CXXOPTFLAGS="-g -O3 -march=native " --FOPTFLA…
H A Dex19_tut_7.out138download-mpich --COPTFLAGS="-g -O3 -march=native " --CXXOPTFLAGS="-g -O3 -march=native " --FOPTFLA…
/petsc/doc/changes/
H A D221.md78 - --with-c/f-blas-lapack -> --download-c/f-blas-lapack=yes
80 --download-c/f-blas-lapack=ifneeded
81 - added --download-mpich=yes,no,ifneeded
82 - added --download-mpich-device=
83 - added --download-mpich-machines=[machines]
84 - added configure including download support for hypre, parmetis
85 - added configure support (without download) to Mumps, UMF,
H A D35.md6 - --download-f-blas-lapack is now --download-fblaslapack.
184 - Configure options `--download-umfpack` and
185 `--download-cholmod` to download UMFPACK and CHOLMOD have been
186 removed. Use `--download-suitesparse` to download these
H A D231.md73 - ---download-mpich option now defaults to pm=gforker. To use mpd -
74 use the additional option --download-mpich-pm=mpd
120 option --download-sundials=1
121 - Added --download-mpe=1
H A D37.md56 - Added --download-packages-dir=directory to support easy use of
57 --download-xxx behind firewalls
58 - --download-package for externalpackage with a gitrepo will never
63 --download-package-commit=HEAD
65 --download versions to support PNG/GIF/JPEG image generation
82 --with-package/--download-package). These libraries are popular,
/petsc/doc/install/
H A Dinstall_tutorial.md8 are installed, {ref}`download <doc_download>` PETSc and build with:
15 Or to specify compilers and have PETSc download and install [MPICH](https://www.mpich.org/) and [BL…
19 $ ./configure --with-cc=gcc --with-cxx=g++ --with-fc=gfortran --download-mpich --download-fblaslapa…
100 See the {ref}`download documentation <doc_download>` for additional details.
115 If git is not available - or if pre-generated Fortran stubs are required (i.e avoid download and
116 install of sowing package - that also requires a C++ compiler) one can download a release tarball.
117 See {ref}`download documentation <doc_download>` for additional details.
130 The download process may take a few minutes to complete. Successfully running this command
163 - {ref}`Specifying external packages <doc_config_externalpack>` to use or download
164 automatically. PETSc can automatically download and install a wide range of other
[all …]
H A Dinstall.md6 Obtain PETSc via the repository or download the latest tarball: {ref}`download documentation <doc_d…
38 $ ./configure --with-cc=gcc --with-cxx=0 --with-fc=0 --download-f2cblaslapack --download-mpich
44 …soft/petsc-install --with-cc=gcc --with-cxx=0 --with-fc=0 --download-f2cblaslapack --download-mpich
85 …gcc --with-fc=gfortran --with-cxx=g++ --with-clanguage=cxx --download-fblaslapack --download-mpich…
93 …$ ./configure PETSC_ARCH=linux-gnu --with-cc=gcc --with-cxx=g++ --with-fc=gfortran --download-mpich
95 …$ ./configure PETSC_ARCH=linux-gnu-intel --with-cc=icc --with-cxx=icpc --with-fc=ifort --download-…
161 …LAGS='-O3 -march=native -mtune=native' FOPTFLAGS='-O3 -march=native -mtune=native' --download-mpich
185 recommend you have PETSc download and install the packages, rather than you installing
202 PETSc `configure` has the ability to download and install these {ref}`external packages
207 network, use the additional option `--with-packages-download-dir=/path/to/dir`. This
[all …]
H A Dmultibuild.md116 $ ./configure --download-mpich --download-fblaslapack --with-debugging=1
129 '--download-mpich',
130 '--download-fblaslapack',
161 '--download-mpich',
162 '--download-fblaslapack',
172 $ $PETSC_DIR/$PETSC_ARCH/lib/petsc/conf/reconfigure-$PETSC_ARCH.py --download-zlib
/petsc/doc/manual/
H A Dblas-lapack.md58 `--download-fblaslapack` and a f2c generated C version `--download-f2cblaslapack` (which also suppo…
61 PETSc also provides access to OpenBLAS via the `--download-openblas` configure option. OpenBLAS use…
62 …. See the OpenBLAS manual for more information. The configure option `--download-openblas` provide…
64 …Sc's configure attempts to locate a compatible system LAPACK library to use if `--download-blis` is
65download-f2cblaslapack --download-blis`. This is recommended as a portable high-performance option…
/petsc/src/benchmarks/
H A Dssget250 -d (re)download matrix info file
251 -e download matrix and extract archive
252 -f download matrix and get path to archive
/petsc/config/BuildSystem/config/packages/
H A DSuperLU_DIST.py11 …self.download = ['git://https://github.com/xiaoyeli/superlu_dist','https://github.com/xiao…
106 Suggest using --download-superlu_dist')
110 Suggest using --download-superlu_dist')
H A Dgiflib.py6 self.download = ['http://downloads.sourceforge.net/project/giflib/giflib-5.1.2.tar.bz2']
H A Dyaml.py6 self.download = ['http://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz',
H A Dgmp.py7 self.download = ['https://gmplib.org/download/gmp/gmp-'+self.version+'.tar.bz2',
H A Dpugixml.py6 …self.download = ['https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar…
H A Dszlib.py8 …self.download = ['https://support.hdfgroup.org/ftp/lib-external/szip/'+self.version+'/src…
H A Dunittestcpp.py7 self.download = ['https://github.com/unittest-cpp/unittest-cpp/archive/v1.5.0.tar.gz']
H A Dlibjpeg.py7 self.download = ['http://www.ijg.org/files/jpegsrc.v9c.tar.gz',
/petsc/src/sys/tests/output/
H A Dex51_1.out1 Successfully download file tiny

12345678