| /petsc/src/snes/tutorials/ |
| H A D | ex75.c | 59 PetscScalar a, b, r, _aa, _bb, AA, BB, Rm; in SolKxSolution() local 89 Rm = sqrt((r - a) / 2.0); in SolKxSolution() 121 t1 = Rm * Rm; in SolKxSolution() 134 t34 = 0.2e1 * Rm; in SolKxSolution() 136 t37 = Rm * Rp; in SolKxSolution() 139 t65 = Rm * t2; in SolKxSolution() 141 t68 = B * Rm; in SolKxSolution() 147 t80 = Rm - kn; in SolKxSolution() 150 t88 = Rm + kn; in SolKxSolution() 156 t110 = Rm * t4; in SolKxSolution() [all …]
|
| H A D | makefile | 33 ${RM} -f ex5f.tmp ex5f.dtmp; 45 ${RM} -f ex19.tmp ex19.dtmp; 57 ${RM} -f ex19.tmp ex19.dtmp; 68 ${RM} -f ex19.tmp ex19.dtmp; 79 ${RM} -f ex19.tmp ex19.dtmp; 90 ${RM} -f ex19.tmp ex19.dtmp; 100 ${RM} -f ex19.tmp ex19.dtmp; 110 ${RM} -f ex19.tmp ex19.dtmp; 120 ${RM} -f ex19.tmp ex19.dtmp; 130 ${RM} -f ex19.tmp ex19.dtmp; [all …]
|
| /petsc/src/binding/petsc4py/ |
| H A D | makefile | 28 -${RM} src/${package}/${MODULE}.c 29 -${RM} src/${package}/${MODULE}.h 30 -${RM} src/${package}/${MODULE}_api.h 36 -${RM} -r build _configtest.* *.py[co] 37 -${RM} -r MANIFEST dist ${package}.egg-info 38 -${RM} -r `find . -name '__pycache__'` 39 -${RM} `find . -name '*.py[co]'` 41 -find . -name '*~' -exec rm -f {} ';' 49 -${RM} -r $(shell ${PYTHON} -m site --user-site)/${package} 50 -${RM} -r $(shell ${PYTHON} -m site --user-site)/${package}-*-py*.egg-info [all …]
|
| /petsc/src/benchmarks/ |
| H A D | makefile | 12 ${RM} -f PetscTime.o 16 ${RM} -f PetscGetTime.o 20 ${RM} -f PetscGetCPUTime.o 24 ${RM} -f MPI_Wtime.o 28 ${RM} -f PLogEvent.o 32 ${RM} -f PetscMalloc.o 36 ${RM} -f PetscMemcpy.o 40 ${RM} -f PetscMemzero.o 44 ${RM} -f PetscMemcmp.o 48 ${RM} -f Index.o [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 56 /bin/rm -rf $PETSC_DIR/$PETSC_ARCH 106 rm -rf petsc-doc-env # remove python2 env created when building petsc+petsc4py docs 115 rm -rf docs/doctrees doc/images 135 /bin/rm -f makefile.bak 139 /bin/rm -f lib/petsc/conf/rules.bak 151 /bin/rm -f include/petscversion.h.bak 154 /bin/rm -rf make.log* configure.log* RDict.* RESYNC PENDING 156 /usr/bin/find . -type f -name "*.pyc" -exec /bin/rm -f {} \; 158 /usr/bin/find . -type f -name "*.orig" -exec /bin/rm -f {} \; 174 /bin/rm -rf $tmpdir/petsc$version/docs $tmpdir/petsc$version/zope $tmpdir/petsc$version/config/Buil… [all …]
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/ |
| H A D | makefile | 28 ${RM} -r build ${MODULE}module.c 32 ${RM} ${MODULE}*.so 33 ${RM} *.py[co] 34 ${RM} -r __pycache__
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-cython/ |
| H A D | makefile | 25 ${RM} -r build ${MODULE}.c 29 ${RM} ${MODULE}.c ${MODULE}*.so 30 ${RM} *.py[co] 31 ${RM} -r __pycache__
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-swig/ |
| H A D | makefile | 25 ${RM} -r build ${MODULE}_wrap.c 29 ${RM} ${MODULE}.py _${MODULE}*.so 30 ${RM} *.py[co] 31 ${RM} -r __pycache__
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 12 .SUFFIXES: .F .F90 .f90 ${SUFFIXES} .PETSc .C .cc .cpp .cxx .r .rm .so .html .ad .m .F95 .f95 .fiat… 15 @-${RM} ${CLEANFILES} ${TESTS} *.o *.lo *~ \ 35 @-${RM} -rf ${CLEANDIRS} *.dSYM AD_cache SunWS_cache 42 .cpp.rm .cxx.rm .cc.rm .C.rm .F.rm .F90.rm .f.rm .c.rm .cu.rm: 43 -@${RM} $* *.o $*.mon.* gmon.out mon.out 44 -@${RM} *.exe *.ilk *.pdb *.tds 98 cat trashz ; elif [ "$V" = "1" ]; then cat trashz; fi; ${RM} trashz 147 cat trashz ; elif [ "$V" = "1" ]; then cat trashz; fi; ${RM} trashz 176 ifeq ($(RM),true)
|
| /petsc/src/binding/petsc4py/demo/legacy/binary-io/ |
| H A D | makefile | 18 ${RM} matrix-*.dat* vector-*.dat* 19 ${RM} *.py[co] 20 ${RM} -r __pycache__
|
| /petsc/src/benchmarks/streams/ |
| H A D | makefile | 12 @${RM} -f BasicVersion.o 16 @${RM} -f MPIVersion.o 20 @${RM} -f CUDAVersion.o 24 @${RM} -f OpenMPVersion.o 28 @${RM} -f OpenMPVersionLikeMPI.o 32 ${RM} -f $< 36 @${RM} -f PthreadVersion.o
|
| /petsc/src/sys/classes/viewer/impls/socket/mex-scripts/ |
| H A D | makefile | 21 -@${RM} -f sread.o bread.o 26 -@${RM} -f swrite.o bread.o 31 -@${RM} -f sopen.o 36 -@${RM} -f sclose.o
|
| /petsc/lib/petsc/bin/ |
| H A D | petscdiff | 71 if [ "x${RM}" = "x" ]; then RM="rm"; fi 143 ${RM} -f ${tmpA} ${tmpB} 150 ${RM} -f ${file1} 167 ${RM} -f ${file2} # Temporary file. See above 170 ${RM} -f ${file1} # Temporary file. See above
|
| /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… 29 -@${RM} -rf _build __pycache__ 39 …cd .. ; if [ ! -z ${PETSC_ARCH} ]; then export PETSC_DOC=${PETSC_ARCH}-doc; ${RM} -rf $${PETSC_DOC… 42 …cd .. ; if [ ! -z ${PETSC_ARCH} ]; then export PETSC_DOC=${PETSC_ARCH}-doc; ${RM} -rf $${PETSC_DOC…
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | KS.py | 33 g.write('RM = '+self.programs.RM+'\n') 74 ${RM} -rf ${INSTALL_LIB_DIR}/tmp-ks-shlib; \\ 90 ${RM} ${INSTALL_LIB_DIR}/tmp-ks-shlib/*; \\ 99 ${RM} -rf ${INSTALL_LIB_DIR}/tmp-ks-shlib; \\
|
| H A D | fblaslapack.py | 72 if line.startswith('RM '): 73 line = 'RM = '+self.programs.RM+'\n' 90 …output1,err1,ret = config.package.Package.executeShellCommand('cd '+blasDir+' && rm -rf */*.c && …
|
| H A D | TetGen.py | 44 g.write('RM = '+self.programs.RM+'\n') 81 … + '" PREDCXXFLAGS="' + predcflags + '" tetlib && cp *.a ' + libDir + ' && rm *.a *.o', timeout=25… 83 …'" PREDCXXFLAGS="' + predcflags + '" tetgen && cp tetgen ' + binDir + ' && rm tetgen', timeout=250…
|
| /petsc/src/binding/petsc4py/demo/legacy/poisson2d/ |
| H A D | makefile | 18 ${RM} *.py[co] 19 ${RM} -r __pycache__
|
| /petsc/ |
| H A D | makefile | 90 echo ${RM} -rf ${INSTALL_LIB_DIR}/$${LIBNAME}$${LIB_NAME_SUFFIX}.dylib.dSYM;\ 91 ${RM} -rf ${INSTALL_LIB_DIR}/$${LIBNAME}$${LIB_NAME_SUFFIX}.dylib.dSYM;\ 93 echo ${RM} ${INSTALL_LIB_DIR}/$${LIBNAME}$${LIB_NAME_SUFFIX}.${SL_LINKER_SUFFIX};\ 94 ${RM} ${INSTALL_LIB_DIR}/$${LIBNAME}$${LIB_NAME_SUFFIX}.${SL_LINKER_SUFFIX};\ 97 echo ${RM} ${INSTALL_LIB_DIR}/so_locations;\ 98 ${RM} ${INSTALL_LIB_DIR}/so_locations;\ 102 -@find src -type d -name ftn-auto* | xargs rm -rf 104 find ${PETSC_ARCH}/src -type d -name ftn-auto* | xargs rm -rf ;\ 133 ${RM} -f check_error;\ 137 ${RM} -f check_error;\ [all …]
|
| /petsc/src/binding/petsc4py/demo/legacy/kspsolve/ |
| H A D | makefile | 27 ${RM} *.py[co] 28 ${RM} -r __pycache__
|
| /petsc/src/binding/petsc4py/demo/legacy/bratu3d/ |
| H A D | makefile | 25 ${RM} *.py[co] 26 ${RM} -r __pycache__
|
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmresleja.c | 23 static PetscErrorCode KSPAGMRESLejaCfpdMax(PetscScalar *rm, PetscScalar *im, PetscInt *spos, PetscI… in KSPAGMRESLejaCfpdMax() argument 34 rd = rm[i] - rm[spos[j]]; in KSPAGMRESLejaCfpdMax()
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | makefile | 35 ${RM} -r __pycache__ *.py[co] 36 ${RM} ${MODULE}.so ${EXECUTABLE}.exe
|
| /petsc/src/binding/petsc4py/demo/legacy/bratu2d/ |
| H A D | makefile | 37 ${RM} *.py[co] ${MODULE}*.so 38 ${RM} -r __pycache__
|
| /petsc/src/binding/petsc4py/demo/legacy/poisson3d/ |
| H A D | makefile | 40 ${RM} *.py[co] ${MODULE}*.so ${EXECUTABLE}.exe 41 ${RM} -r __pycache__
|