| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 1 #!/bin/bash -ex 56 /bin/rm -rf $PETSC_DIR/$PETSC_ARCH 97 source $VENV/bin/activate 108 make sdist PYTHON=python3 SHELL=/bin/bash 119 cat ${PETSC_DIR}/lib/petsc/bin/maint/xclude | sed -e s/petsc-dist/$pdir/ > $tmpdir/xclude 120 /bin/tar --create --file $tmpdir/petsc.tar --exclude-from $tmpdir/xclude $pdir 122 /bin/tar xf $tmpdir/petsc.tar 125 /bin/mv $pdir petsc$version 133 /bin/mv makefile makefile.bak 134 /bin/grep -v 'chmod' makefile.bak > makefile [all …]
|
| H A D | xclude | 37 petsc-dist/lib/petsc/bin/maint 38 petsc-dist/lib/petsc/bin/__pycache__ 100 petsc-dist/bin/configure.in.old 101 petsc-dist/bin/petscconf.h.in.sav 102 petsc-dist/bin/confmake 104 petsc-dist/bin/petscopt 105 petsc-dist/bin/petscconf.h.in.sav 106 petsc-dist/bin/configure.in.old 107 petsc-dist/bin/petscrun 108 petsc-dist/bin/petscrun.demo [all …]
|
| H A D | rebuildtar | 1 #!/bin/bash 31 …/bin/rm -f petsc-${RELEASE}.tar.gz petsc-lite-${RELEASE}.tar.gz petsc-with-docs-${RELEASE}.tar.gz … 32 /bin/ln -s petsc-${VERSION}.tar.gz petsc-${RELEASE}.tar.gz; \ 33 /bin/ln -s petsc4py-${VERSION}.tar.gz petsc4py-${RELEASE}.tar.gz; \ 34 /bin/ln -s petsc-with-docs-${VERSION}.tar.gz petsc-with-docs-${RELEASE}.tar.gz; \ 35 /bin/ln -s petsc-lite-${VERSION}.tar.gz petsc-lite-${RELEASE}.tar.gz"
|
| H A D | createpatch | 1 #!/bin/sh 68 /bin/mv include/petscversion.h include/petscversion.h.bak 71 /bin/rm -f include/petscversion.h.bak 74 /bin/mv src/binding/petsc4py/src/petsc4py/__init__.py src/binding/petsc4py/src/petsc4py/__init__.py… 77 /bin/rm -f src/binding/petsc4py/src/petsc4py/__init__.py.bak 80 /bin/mv doc/install/download.md doc/install/download.md.bak 83 /bin/rm -f doc/install/download.md.bak
|
| H A D | runjobs.py | 1 #!/usr/bin/env python3 16 # lib/petsc/bin/maint/runjobs.py -f linux-cuda-pkgs 17 # lib/petsc/bin/maint/runjobs.py -f freebsd-cxx-pkgs-opt linux-clang-avx linux-clang-ubsan 18 # lib/petsc/bin/maint/runjobs.py -f $(grep -lE "download-(mpich|openmpi)" config/examples/arch… 22 # lib/petsc/bin/maint/runjobs.py
|
| H A D | check-ci-settings.sh | 1 #!/bin/bash -ex 8 dest=$(lib/petsc/bin/maint/check-merge-branch.sh)
|
| H A D | check-each-commit.sh | 1 #!/bin/bash -ex 3 dest=$(lib/petsc/bin/maint/check-merge-branch.sh)
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makeall | 1 #!/bin/sh 19 ./systems/Apple/OSX/bin/arch-osx-debug.py 21 ./systems/Apple/OSX/bin/makeframework debug 25 ./systems/Apple/OSX/bin/arch-osx-release.py 27 ./systems/Apple/OSX/bin/makeframework release 32 ./systems/Apple/OSX/bin/makedocs 34 ./systems/Apple/OSX/bin/makedmg
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | makeall | 1 #!/bin/sh 18 ./systems/Apple/iOS/bin/arch-ios-simulator.py 19 ./systems/Apple/iOS/bin/iosbuilder.py 20 ./systems/Apple/iOS/bin/makeframework simulator 25 ./systems/Apple/iOS/bin/makedocs 27 ./systems/Apple/iOS/bin/makedmg
|
| /petsc/src/binding/petsc4py/ |
| H A D | makefile | 70 . petsc4py-lint-env/bin/activate && python -m pip install -r conf/requirements-lint.txt 71 . petsc4py-lint-env/bin/activate && ${MAKE} cython-lint 72 . petsc4py-lint-env/bin/activate && ${MAKE} ruff-lint 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 . 79 . petsc4py-docs-env/bin/activate && ${MAKE} sphinx-html SPHINXOPTS=-Wj1 94 . petsc4py-stubtest-env/bin/activate && python -m pip install -r conf/requirements-stubtest.txt 95 . petsc4py-stubtest-env/bin/activate && ${MAKE} stubgen 96 . petsc4py-stubtest-env/bin/activate && ${MAKE} stubcheck 97 . petsc4py-stubtest-env/bin/activate && ${MAKE} stubdiff
|
| /petsc/doc/manual/ |
| H A D | versionchecking.md | 9 The shell commands `make getversion` or `$PETSC_DIR/lib/petsc/bin/petscversion` prints out the PETS… 13 $ $PETSC_DIR/lib/petsc/bin/petscversion <eq,gt,lt,ge,le> major.minor<.subminor> 19 > $ $PETSC_DIR/lib/petsc/bin/petscversion eq 3.22 25 $ $PETSC_DIR/lib/petsc/bin/petscversion ge 3.21 38 $ $PETSC_DIR/lib/petsc/bin/petscversion eq xxx.yyy[.zzz]
|
| /petsc/src/mat/tests/ |
| H A D | ex198.c | 68 …matrices/matmatmatmult/A.bin -fB ${DATAFILESPATH}/matrices/matmatmatmult/B.bin -fC ${DATAFILESPATH… 75 …matrices/matmatmatmult/A.bin -fB ${DATAFILESPATH}/matrices/matmatmatmult/B.bin -fC ${DATAFILESPATH…
|
| /petsc/src/tao/constrained/tutorials/ |
| H A D | maros.c | 20 bin in R^mi 27 Ain*x >= bin 36 Vec beq, bin, d; member 74 PetscCall(VecDuplicate(user.bin, &cin)); in main() 83 PetscCall(TaoSetInequalityBounds(tao, user.bin, NULL)); in main() 189 /* bin = [0,0 ... 0]' */ in InitializeProblem() 190 PetscCall(VecCreate(comm, &user->bin)); in InitializeProblem() 191 PetscCall(VecSetType(user->bin, VECMPI)); in InitializeProblem() 192 PetscCall(VecSetSizes(user->bin, PETSC_DECIDE, user->mi)); in InitializeProblem() 193 PetscCall(VecSet(user->bin, 0.0)); in InitializeProblem() [all …]
|
| /petsc/src/sys/classes/random/tests/ |
| H A D | ex3.c | 69 PetscInt64 bin = 0; in main() local 79 bin += mult * slot; in main() 81 …PetscCheck(bin < k, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Generated point in bin %" PetscInt64_FMT ", … in main() 82 X[i] = bin; in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex99.c | 84 PetscBool bin = PETSC_TRUE; in main() local 108 PetscCall(PetscOptionsGetBool(NULL, NULL, "-bin", &bin, NULL)); in main() 111 if (fmt == 1) bin = PETSC_FALSE; /* Recent Gmsh releases cannot generate msh40+binary format*/ in main() 126 …izeof(tag), "%s-%d-%d-%s%s", mshlist[msh], (int)dim, (int)order, fmtlist[fmt], bin ? "-bin" : "")); in main() 136 …PetscCall(PetscSNPrintf(cmd, sizeof(cmd), cmdtemplate, gmsh, fmtlist[fmt], bin ? "-bin" : "", (int… in main() 172 args: -fmt {{msh22 msh40 msh41}} -bin {{0 1}} 184 args: -fmt {{msh22 msh40 msh41}} -bin {{0 1}}
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | Matlab.py | 41 if os.path.isfile(os.path.join('/Applications',dir,'bin','matlab')): 52 interpreter = os.path.join(matlab,'bin','matlab') 84 self.mex = os.path.join(matlab,'bin','mex') 88 self.executable = os.path.join(matlab,'bin','matlab -'+self.matlab_arch) 100 …ers.CSharedLinkerFlag+os.path.join(self.matlab,'bin',self.matlab_arch),'-L'+os.path.join(self.matl…
|
| H A D | sowing.py | 59 installDir = os.path.join(self.argDB['with-sowing-dir'],'bin') 72 …if os.path.exists('/usr/bin/cygcheck.exe') and not os.path.exists('/usr/bin/g++.exe') and not self… 75 installDir = os.path.join(self.installDir,'bin')
|
| /petsc/src/ts/trajectory/impls/visualization/ |
| H A D | trajvisualization.c | 35 …tscSNPrintf(filename, sizeof(filename), "Visualization-data/SA-%06" PetscInt_FMT ".bin", stepnum)); in TSTrajectorySet_Visualization() 49 …tscSNPrintf(filename, sizeof(filename), "Visualization-data/SA-%06" PetscInt_FMT ".bin", stepnum)); in TSTrajectorySet_Visualization() 71 Saves each timestep into a separate file in Visualization-data/SA-%06d.bin 76 …$PETSC_DIR/share/petsc/matlab/PetscReadBinaryTrajectory.m and $PETSC_DIR/lib/petsc/bin/PetscBinary…
|
| /petsc/lib/petsc/bin/ |
| H A D | PetscBinaryIOTrajectory.py | 1 #!/usr/bin/env python3 6 # Make sure $PETSC_DIR/bin is in your PYTHONPATH 22 fh = open(os.path.join(directory,'SA-%06d.bin'%cnt));
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | INSTALL | 49 1. If /usr/bin/g++ points to clang, then please 58 abi-compliance-checker --gcc-path=/usr/local/bin/gcc-4.9 ... 75 2. Run vcvars64.bat script (C:\Microsoft Visual Studio 9.0\VC\bin\) 83 PREFIX/bin system directory and private modules into the PREFIX/share:
|
| /petsc/doc/install/ |
| H A D | windows.md | 97 $ mv /usr/bin/link.exe /usr/bin/link-cygwin.exe 112 C:\cygwin64\bin\mintty.exe - 168 --with-mpiexec=/cygdrive/c/PROGRA~1/MICROS~2/Bin/mpiexec \ 243 $ /usr/bin/python ./configure --with-mpiexec='/C/Program\ Files/Microsoft\ MPI/Bin/mpiexec' \ 279 `${PETSC_DIR}/lib/petsc/bin/win32fe/win32fe --help`
|
| /petsc/lib/petsc/bin/saws/ |
| H A D | getStack.bash | 1 #!/bin/bash 11 ${PETSC_DIR}/bin/saws/getSAWs.bash PETSc/Stack | jshon -e directories -e Stack -e variables -e func…
|
| /petsc/doc/ |
| H A D | makefile | 26 …cd .. ; ${RM} -rf petsc-doc-env; python3 -m venv petsc-doc-env ; source petsc-doc-env/bin/activate… 39 …xport PETSC_DOC=doc ; fi; python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 … 42 …xport PETSC_DOC=doc ; fi; python3 -m venv petsc-doc-env ; . petsc-doc-env/bin/activate ; python3 …
|
| /petsc/config/BuildSystem/config/ |
| H A D | preTests.py | 22 if os.path.exists('/usr/bin/cygcheck.exe'): 23 buf = os.popen('/usr/bin/cygcheck.exe -c cygwin').read() 34 if os.path.exists('/usr/bin/cygcheck.exe'): 35 buf = os.popen('/usr/bin/cygcheck.exe -c python').read()
|
| /petsc/config/examples/ |
| H A D | arch-mswin-icx-ifort.py | 1 #!/usr/bin/python3 15 '--with-mpiexec=/cygdrive/c/PROGRA~2/Intel/oneAPI/mpi/latest/bin/mpiexec -localonly',
|