| /petsc/lib/petsc/bin/maint/ |
| H A D | check-each-commit.sh | 9 make vermin 10 make checkclangformat 11 make checkbadSource 12 make checkbadFileChange 13 make -f gmakefile check_output 14 make check_petsc4py_rst 15 make CFLAGS=-Werror CXXFLAGS=-Werror FFLAGS=-Werror all 16 make CFLAGS=-Werror CXXFLAGS=-Werror FFLAGS=-Werror check 17 make CFLAGS=-Werror CXXFLAGS=-Werror FFLAGS=-Werror allgtests-tap gmakesearch=snes_tutorials-ex48%
|
| H A D | builddist | 100 PETSCBUIDTARBALL=1 make html BUILDDIR="../docs" SPHINXOPTS="-T -E -j 1" 102 make latexpdf SPHINXOPTS="-j 1" && cp _build/latex/manual.pdf ../docs/manual/ 107 make srcclean docsclean 108 make sdist PYTHON=python3 SHELL=/bin/bash 110 make srcclean docsclean 154 /bin/rm -rf make.log* configure.log* RDict.* RESYNC PENDING
|
| /petsc/doc/manual/ |
| H A D | tests.md | 14 $ make PETSC_DIR=<PETSC_DIR> PETSC_ARCH=<PETSC_ARCH> check 20 $ make PETSC_DIR=<PETSC_DIR> $PETSC_ARCH=<PETSC_ARCH> alltests 26 $ make [-j <n>] test PETSC_ARCH=<PETSC_ARCH> 33 $ make [-j <n>] -f share/petsc/examples/gmakefile.test test 42 $ make help-test 75 $ make test search='vec_vec_tutorials-ex6' 101 $ make test search='ts*' # Run all TS examples 102 $ make test searchin='tutorials' # Run all tutorials 103 $ make test search='ts*' searchin='tutorials' # Run all TS tutorials 104 $ make test argsearch='cuda' # Run examples with cuda in arguments [all …]
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makeall | 20 make all test 26 make all test 30 make alldoc 31 make allman
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | libflame.py | 75 if self.parallelMake: pmake = self.make.make_jnp+' '+self.makerulename+' ' 76 else: pmake = self.make.make+' '+self.makerulename+' ' 78 …output2,err2,ret2 = config.base.Configure.executeShellCommand(self.make.make+' clean', cwd=self.p… 81 …output4,err4,ret4 = config.base.Configure.executeShellCommand(self.make.make+' install', cwd=self…
|
| H A D | egads.py | 257 …output,err,ret = config.package.GNUPackage.executeShellCommand(self.make.make+' -f make.inc PETSC… 260 …output,err,ret = config.package.GNUPackage.executeShellCommand(self.make.make+' -f make.inc PETSC… 271 …output,err,ret = config.package.GNUPackage.executeShellCommand(self.make.make+' -f make_lite.inc … 274 …output,err,ret = config.package.GNUPackage.executeShellCommand(self.make.make+' -f make_lite.inc …
|
| H A D | ascem-io.py | 40 …'cd '+os.path.join(self.packageDir,'src')+' && '+self.make.make+' '+MAKEARGS+' && '+self.make.make…
|
| H A D | make.py | 114 self.getExecutable(self.make,getFullPath = 0,resultName = 'make_user') 119 latest GNU make with your package manager, such as Brew or MacPorts, or use \ 120 the --download-make option to get the latest GNU make') 133 def checkGNUMake(self,make): argument 142 …(output, error, status) = config.base.Configure.executeShellCommand(make+' --version', log = self.… 170 self.addMakeMacro('OMAKE_PRINTDIR', self.make+self.printdirflag) 171 self.addMakeMacro('OMAKE', self.make+self.noprintdirflag) 172 self.addDefine('OMAKE','"'+self.make+self.noprintdirflag+'"') 244 self.make_jnp_list = [self.make, '-j'+str(self.make_np), '-l'+str(self.make_load)]
|
| H A D | OpenBLAS.py | 40 self.make = framework.require('config.packages.make',self) 86 cmdline += " MAKE_NB_JOBS="+str(self.make.make_np)+" " 118 … = config.package.Package.executeShellCommand('cd '+blasDir+' && '+self.make.make+' '+cmdline, tim… 124 … = config.package.Package.executeShellCommand('cd '+blasDir+' && '+self.make.make+' PREFIX='+self.…
|
| H A D | ctetgen.py | 55 …output,err,ret = config.package.GNUPackage.executeShellCommand(self.make.make+' PETSC_DIR='+self.… 58 …output,err,ret = config.package.GNUPackage.executeShellCommand(self.make.make+' PETSC_DIR='+self.…
|
| H A D | zlib.py | 48 …ckageDir+' && ' + args + ' ./configure '+cargs+' && '+self.make.make_jnp+' && '+self.make.make+' i…
|
| H A D | Zoltan.py | 73 … config.base.Configure.executeShellCommand('cd '+packageDir+' && '+self.make.make+' everything', t… 75 … config.base.Configure.executeShellCommand('cd '+packageDir+' && '+self.make.make+' install', time…
|
| H A D | libCEED.py | 21 self.make = framework.require('config.packages.make',self) 62 …output,err,ret = config.package.Package.executeShellCommand(self.make.make_jnp_list + args + ['-B… 67 …output,err,ret = config.package.Package.executeShellCommand(self.make.make_jnp_list + args + ['in…
|
| H A D | f2cblaslapack.py | 82 line = 'RM = '+self.programs.RM+'\nMAKE = '+self.make.make+'\n' 114 self.make.make_jnp_list + ['-f', 'tmpmakefile', 'cleanblaslapck', 'cleanlib'], 115 self.make.make_jnp_list + ['-f', 'tmpmakefile'] + make_target.split(),
|
| H A D | MAGMA.py | 196 …output2,err2,ret2 = config.package.Package.executeShellCommand(self.make.make_jnp + self.makerulen… 207 …output,err,ret = config.package.Package.executeShellCommand(self.make.make + ' install_dirs', cwd=… 208 …output,err,ret = config.package.Package.executeShellCommand(self.make.make + ' pkgconfig', cwd=sel… 213 …output,err,ret = config.package.Package.executeShellCommand(self.make.make + ' install', cwd=self.…
|
| H A D | zstd.py | 23 self.make = framework.require('config.packages.make',self) 33 …output,err,ret = config.package.Package.executeShellCommand(self.make.make_jnp_list + ['CC='+cc, …
|
| /petsc/ |
| H A D | makefile | 39 …C_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} chk_upgrade | tee ${PETSC_ARCH}/lib/petsc/conf/make.log 40 @ln -sf ${PETSC_ARCH}/lib/petsc/conf/make.log make.log 41 …"$$?" > ${PETSC_ARCH}/lib/petsc/conf/error.log) 2>&1 | tee -a ${PETSC_ARCH}/lib/petsc/conf/make.log 43 …ror: Killed signal terminated program f951)' ${PETSC_ARCH}/lib/petsc/conf/make.log | tee ${PETSC_A… 45 …ERROR*************************************\n" 2>&1 | tee -a ${PETSC_ARCH}/lib/petsc/conf/make.log;\ 46 …se the memory allocated to the VM and rerun " 2>&1 | tee -a ${PETSC_ARCH}/lib/petsc/conf/make.log;\ 47 …********************"${PETSC_TEXT_NORMAL}"\n" 2>&1 | tee -a ${PETSC_ARCH}/lib/petsc/conf/make.log;\ 49 …ERROR*************************************\n" 2>&1 | tee -a ${PETSC_ARCH}/lib/petsc/conf/make.log;\ 50 … check ${PETSC_ARCH}/lib/petsc/conf/make.log" 2>&1 | tee -a ${PETSC_ARCH}/lib/petsc/conf/make.log;\ 51 …onf/configure.log to petsc-maint@mcs.anl.gov" 2>&1 | tee -a ${PETSC_ARCH}/lib/petsc/conf/make.log;\ [all …]
|
| /petsc/doc/developers/ |
| H A D | testing.md | 9 automatically by the make system and rarely is run directly. 510 The make rules for running tests are contained in `gmakefile.test` in the PETSc root directory. The… 514 $ make test 520 $ make help-test 545 $ make print-test test-fail=1 551 $ make print-test test-fail=1 | tr ' ' '\n' | sort 643 $ make help-test 671 …e macOS firewall list to prevent popups. Configure --with-macos-firewall-rules to make this default 698 or make the test with NO_RM=1 704 $ make test search=vec_is_sf_tests-ex1_basic_1 [all …]
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 12 $ make all check 20 $ make all check 33 4. `make` problems? Just copy/paste `make` command printed by the `configure` 40 make PETSC_DIR=/Users/jacobfaibussowitsch/NoSync/petsc PETSC_ARCH=arch-darwin-c-debug all 65 Before beginning, make sure you have the following pre-requisites installed and up to 68 - [make](https://www.gnu.org/software/make/) 74 It is important to make sure that your compilers are correctly installed [^id6] (i.e. functional 208 Running make on MPICH; this may take several minutes 211 Running make install on MPICH; this may take several minutes 226 Running make on SOWING; this may take several minutes [all …]
|
| H A D | windows.md | 45 Download and install Cygwin from <http://www.cygwin.com> and make sure the 49 - make 82 Download and install Cygwin from <http://www.cygwin.com> and make sure the 86 - make 118 `make` (as per the usual instructions). 184 2. Try compiling the example from Cygwin bash shell - using `make` - i.e.: 188 $ make ex2 191 3. If the above works - then make sure all the compiler/linker options used by `make` 232 $ pacman -S autoconf automake-wrapper bison bsdcpio make git \ 240 …The two difficulties here are: 1) make sure PETSc configure picks up the proper Python installatio… [all …]
|
| /petsc/doc/ |
| H A D | makefile | 26 …/bin/activate ; python3 -m pip install -r doc/requirements.txt ; cd doc ; make checklinks_rule; de… 39 …hon3 -m pip install --quiet -r doc/requirements.txt ; cd $${PETSC_DOC} ; make SPHINXOPTS="-T -E … 42 …hon3 -m pip install --quiet -r doc/requirements.txt ; cd $${PETSC_DOC} ; make SPHINXOPTS="-T -E …
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | contributing.rst | 16 $ make cython-lint -C src/binding/petsc4py 20 $ make ruff-lint -C src/binding/petsc4py 24 $ make ruff-lint RUFF_OPTS='format' -C src/binding/petsc4py 47 $ make html SPHINXOPTS='-W' -C src/binding/petsc4py/docs/source
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | makeall | 23 make alldoc 24 make allman
|
| /petsc/doc/community/ |
| H A D | mailing.md | 9 …issues generally require sending the files `configure.log` and `make.log`, i.e., uncompressed large 38 making your edits, and following the instructions to make a merge request. Merge requests for such … 63 `make.log` files as attachments. 69 - `make.log` can be found in the same places as listed above, however note that 70 there is no `make.log.bkp` so be sure to not overwrite your `make.log` with 118 uncompressed `configure.log` and `make.log` when encountering installation
|
| /petsc/doc/tutorials/meshing/ |
| H A D | guide_to_subsurface.md | 10 $ make -f ./gmakefile test search="dm_impls_plex_tutorials-ex10_0" 25 $ make -f ./gmakefile test search="dm_impls_plex_tutorials-ex10_1" EXTRA_OPTIONS="-srf_dm_refine 2 … 36 and the extruded mesh can be visualized using VTK. Here I make the image using Paraview, and give t… 39 $ make -f ./gmakefile test search="dm_impls_plex_tutorials-ex10_1" EXTRA_OPTIONS="-dm_view hdf5:$PE… 52 $ make -f ./gmakefile test search="dm_impls_plex_tutorials-ex10_2" EXTRA_OPTIONS="-dm_view hdf5:$PE… 92 $ make -f ./gmakefile test search="dm_impls_plex_tutorials-ex10_3" EXTRA_OPTIONS="-dm_view hdf5:$PE… 105 $ make -f ./gmakefile test search="dm_impls_plex_tutorials-ex10_3" EXTRA_OPTIONS="-info :dm"
|