Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 164) sorted by relevance

1234567

/petsc/doc/install/
H A Dindex.md3 # Install chapter
8 you to install PETSc.
14 : `conda install -c conda-forge petsc`
16 : `sudo apt install petsc-dev`
19 : `sudo yum install petsc-mpich-devel`
21 : `brew install petsc`
23 : `sudo port install petsc`
27 : `python -m pip install petsc petsc4py`
30 : - debug install - `spack install petsc +debug`
31 …- optimized install -`spack install petsc cflags='-g -O3 -march=native -mtune=native' fflags='-g -…
[all …]
H A Dinstall.md41 - Same as above - but install in a user specified (prefix) location.
44 …$ ./configure --prefix=/home/user/soft/petsc-install --with-cc=gcc --with-cxx=0 --with-fc=0 --down…
88 - Install 2 variants of PETSc, one with gnu, the other with Intel compilers. Specify
89 different `$PETSC_ARCH` for each build. See multiple PETSc install {ref}`documentation
153 changing the value of `$PETSC_ARCH`). See multiple install {ref}`documentation
185 recommend you have PETSc download and install the packages, rather than you installing
190 - A **compatible** version of the package is installed. A generic install of this
202 PETSc `configure` has the ability to download and install these {ref}`external packages
213 The following modes can be used to download/install {ref}`external packages
216 - `--download-PACKAGENAME`: Download specified package and install it, enabling PETSc to
[all …]
H A Dwindows.md14 There are many ways to install PETSc on Microsoft Windows's systems.
27 …bsystem for Linux 2 ([WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10)). Be sure …
43 1. Install Cygwin:
45 Download and install Cygwin from <http://www.cygwin.com> and make sure the
77 install PETSc on Microsoft Windows with Microsoft or Intel compilers one has to install Cygwin (for…
80 1. Install Cygwin:
82 Download and install Cygwin from <http://www.cygwin.com> and make sure the
206 1. Install MSYS2 and MS-MPI:
208 Download and install MSYS2 from <https://www.msys2.org>.
211 2. Update MSYS2 and install base packages:
[all …]
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DMakefile.pl3 # A makefile to install the tool
4 # Install/remove the tool for GNU/Linux, FreeBSD and Mac OS X
46 Install $TOOL_SNAME command and private modules.
49 sudo perl $0 -install -prefix /usr
57 Install files in PREFIX [/usr].
59 -install
60 Command to install the tool.
79 my ($PREFIX, $DESTDIR, $Help, $Install, $Remove);
85 "install!" => \$Install,
96 if(not $Install and not $Remove)
[all …]
H A DINSTALL15 This file explains how to install and setup environment
24 4. Configure and Install
52 2. You can install GCC by the command:
54 brew install homebrew/versions/gcc49
79 4. CONFIGURE AND INSTALL
82 This command will install the abi-compliance-checker program into the
85 sudo make install prefix=PREFIX [/usr, /usr/local, ...]
H A DREADME.md10 2. [ Install ](#install)
27 Install section in ABICC 2.3
30 sudo make install prefix=/usr
H A DMakefile8 install: target
9 perl Makefile.pl -install -prefix "$(prefix)"
/petsc/src/binding/petsc4py/docs/source/
H A Dinstall.rst6 Install from PyPI using **pip**
9 You can use :program:`pip` to install :mod:`petsc4py` and its dependencies::
11 $ python -m pip install petsc petsc4py
13 Install from the PETSc source tree
20 $ python -m pip install src/binding/petsc4py
25 $ PETSC_ARCH='arch-0:...:arch-N' python -m pip install src/binding/petsc4py
69 Install the documentation dependencies::
71 $ python -m pip install -r src/binding/petsc4py/conf/requirements-docs.txt
/petsc/lib/petsc/bin/maint/
H A Dcreatepatch27 if [ ! -f doc/install/download.md ]; then
28 echo "Error: dir $petscrepo/doc/install/download.md does not exist"
79 # Update patchlevel in doc/install/download.md
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/…
/petsc/
H A Dsetup.py15 To install the ``PETSc`` and ``petsc4py`` packages use::
17 $ python -m pip install numpy
18 $ python -m pip install petsc petsc4py
22 You can also install the in-development versions with::
24 $ python -m pip install cython numpy
25 … $ python -m pip install --no-deps https://gitlab.com/petsc/petsc/-/archive/main/petsc-main.tar.gz
41 from setuptools.command.install import install as _install
217 def install(): function
218 log.info('PETSc: install')
222 import install
[all …]
/petsc/src/binding/petsc4py/
H A DDESCRIPTION.rst6 Install chapter
10 wrapper is on your search path, it is highly recommended to install
13 $ pip install mpi4py
17 $ pip install numpy
21 $ pip install petsc petsc4py
H A Dmakefile45 .PHONY: install uninstall
46 install: build target
47 ${PYTHON} setup.py install --prefix='' --user ${opt}
70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt
77 . petsc4py-docs-env/bin/activate && python -m pip install -r conf/requirements-docs.txt
78 . petsc4py-docs-env/bin/activate && CFLAGS=-O0 python -m pip install .
82 python -m pip install .
94 . petsc4py-stubtest-env/bin/activate && python -m pip install -r conf/requirements-stubtest.txt
154 CFLAGS=-O0 python -m pip install .
/petsc/config/BuildSystem/config/packages/
H A DOpenMPI.py75 …raise RuntimeError('Cannot find perl required by --download-openmpi, install perl (possibly with a…
81 …raise RuntimeError('Cannot download-install Open MPI on Windows with cygwin compilers. Suggest ins…
83 …raise RuntimeError('Cannot download-install Open MPI on Windows with Microsoft or Intel Compilers.…
85 self.logWrite('Reusing package prefix install of '+self.defaultInstallDir+' for Open MPI')
93 def Install(self): member in Configure
94 … installing Open MPI we need to reset the compilers to use those defined by the Open MPI install'''
97 installDir = config.package.GNUPackage.Install(self)
H A Degads.py29 …help.addArgument('EGADS', '-egads-full', nargs.ArgBool(None, 1, 'Install EGADS in addition to EGAD…
84 INSTALL = install
85 INSTALL_DATA = $(INSTALL) -m644
88 install-egads: $(LIBNAME)
96 .PHONY: lib clean install-egads
200 INSTALL = install
201 INSTALL_DATA = $(INSTALL) -m644
204 install-egads: $(LIBNAME)
212 .PHONY: lib clean install-egads
217 …# the install is delayed until postProcess() since egads install requires PETSc to have created it…
[all …]
H A Dlibflame.py33 def Install(self): member in Configure
80 self.logPrintBox('Running make install on '+self.PACKAGE+'; this may take several minutes')
81 …output4,err4,ret4 = config.base.Configure.executeShellCommand(self.make.make+' install', cwd=self…
83 self.logPrint('Error running make; make install on '+self.PACKAGE+': '+str(e))
84 raise RuntimeError('Error running make; make install on '+self.PACKAGE)
H A Dctetgen.py20 …# the install of ctetgen is delayed until postProcess() since ctetgen install requires PETSc to ha…
22 def Install(self): member in Configure
58 …f.make.make+' PETSC_DIR='+self.petscdir.dir+' prefix='+self.installDir+' install-ctetgen',timeout=…
H A Dc2html.py12 …self.publicInstall = 0 # always install in PETSC_DIR/PETSC_ARCH (not --prefix) since this is …
43 def Install(self): member in Configure
46 …'Cannot build c2html. It requires either "flex" or "lex" in PATH. Please install flex and retry.\n…
47 return config.package.GNUPackage.Install(self)
H A Dpflotran.py26 …# the install is delayed until postProcess() since pflotran install requires PETSc to be installed…
27 def Install(self): member in Configure
71 …g.package.GNUPackage.executeShellCommand('cd '+self.packageDir+' && make install',timeout=100, log…
H A Dmake.py26 …self.publicInstall = 0 # always install in PETSC_DIR/PETSC_ARCH (not --prefix) since this is …
52 def Install(self): member in Configure
53 ''' Cannot use GNUPackage Install because that one uses make which does not yet exist
54 This is almost a copy of GNUPackage Install just avoiding the use of make'''
72 …kage.executeShellCommand('cd '+self.packageDir+' && ./build.sh && ./make install && ./make clean',…
118 but may not support all the parallel testing options. You can install the \
125 Incomplete cygwin install detected: the make utility is missing.
126 Please rerun cygwin-setup and select module "make" for install, or try --download-make''')
131 Otherwise try --download-make or install "make" with a package manager.''' % self.minversion)
H A Dmpi4py.py35 def Install(self): member in Configure
70 …ICC='+self.framework.getCompiler()+' '+self.python.pyexe+' setup.py install --install-lib='+instal…
82 … 'Please install using package managers - for ex: "apt" or "dnf" (on linux),\n'
83 'or using: %s -m pip install %s' % (self.python.pyexe, 'numpy'))
H A DMPICH.py46 …raise RuntimeError('Cannot download-install MPICH on Windows with cygwin compilers. Suggest instal…
48 …raise RuntimeError('Cannot download-install MPICH on Windows with Microsoft or Intel Compilers. Su…
50 self.logWrite('Reusing package prefix install of '+self.defaultInstallDir+' for MPICH')
118 def Install(self): member in Configure
119 …ng and installing MPICH we need to reset the compilers to use those defined by the MPICH install'''
122 installDir = config.package.GNUPackage.Install(self)
H A Dpetsc4py.py46 def Install(self): member in Configure
87 …MPICC=${PCC} ' + newdir + archflags + self.python.pyexe +' setup.py install --install-lib=' + inst…
116 … 'Please install using package managers - for ex: "apt" or "dnf" (on linux),\n'
117 …'or with "pip" using: %s -m pip install %s' % (" ".join(npkgs), self.python.pyexe, " ".join(npkgs)…
H A Dalquimia.py28 …# the install is delayed until postProcess() since alquima install requires PETSc to be installed …
29 def Install(self): member in Configure
79 config.package.CMakePackage.Install(self)
H A DZoltan.py49 def Install(self): member in Configure
74 self.logPrintBox('Running make install on '+self.PACKAGE+'; this may take several minutes')
75 …e.Configure.executeShellCommand('cd '+packageDir+' && '+self.make.make+' install', timeout=300, lo…
77 raise RuntimeError('Error running make; make install on '+self.PACKAGE+': '+str(e))
/petsc/doc/public/
H A D_redirects3 /release/download /release/install/download 302
4 /main/download /main/install/download 302

1234567