| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | Baseline-Intel-8 | 21 …rpath,/home/bsmith/petsc/arch-opt/lib -L/home/bsmith/petsc/arch-opt/lib -lpetsc -Wl,-rpath,/soft/c… 23 …rpath -Xlinker /soft/compilers/intel/compilers_and_libraries_2016.0.109/linux/mpi/intel64/lib/rele…
|
| H A D | Baseline-Intel-16 | 21 …rpath,/home/bsmith/petsc/arch-opt/lib -L/home/bsmith/petsc/arch-opt/lib -lpetsc -Wl,-rpath,/soft/c… 23 …rpath -Xlinker /soft/compilers/intel/compilers_and_libraries_2016.0.109/linux/mpi/intel64/lib/rele…
|
| H A D | Baseline-MPICH-8 | 21 …rpath,/home/bsmith/petsc/arch-opt-mpich/lib -L/home/bsmith/petsc/arch-opt-mpich/lib -lpetsc -Wl,-r… 23 …petsc/arch-opt-mpich/include -L/home/bsmith/petsc/arch-opt-mpich/lib -Wl,-rpath -Wl,/home/bsmith/p…
|
| H A D | Baseline-MPICH-16 | 21 …rpath,/home/bsmith/petsc/arch-opt-mpich/lib -L/home/bsmith/petsc/arch-opt-mpich/lib -lpetsc -Wl,-r… 23 …petsc/arch-opt-mpich/include -L/home/bsmith/petsc/arch-opt-mpich/lib -Wl,-rpath -Wl,/home/bsmith/p…
|
| /petsc/src/sys/fileio/ |
| H A D | grpath.c | 43 PetscErrorCode PetscGetRealPath(const char path[], char rpath[]) in PetscGetRealPath() argument 54 …PetscCheck(realpath(path, rpath), PETSC_COMM_SELF, PETSC_ERR_LIB, "Error in realpath() due to \"%s… in PetscGetRealPath() 59 PetscCall(PetscStrncpy(rpath, path, N + 1)); /* assuming adequate buffer */ in PetscGetRealPath() 60 PetscCall(PetscStrlen(rpath, &N)); in PetscGetRealPath() 62 PetscCall(PetscStrncpy(tmp1, rpath, N)); in PetscGetRealPath() 78 PetscCall(PetscGetRealPath(tmp4, rpath)); in PetscGetRealPath() 79 PetscCall(PetscStrlcat(rpath, path + N, PETSC_MAX_PATH_LEN)); in PetscGetRealPath() 82 PetscCall(PetscStrncpy(rpath, tmp1, PETSC_MAX_PATH_LEN)); in PetscGetRealPath() 83 PetscCall(PetscStrlcat(rpath, path + N, PETSC_MAX_PATH_LEN)); in PetscGetRealPath() 97 PetscCall(PetscStrncpy(rpath, path, PETSC_MAX_PATH_LEN)); /* assuming adequate buffer */ in PetscGetRealPath() [all …]
|
| /petsc/config/ |
| H A D | install.py | 370 rpath = shell('patchelf', '--print-rpath', shlib) 371 rpath = rpath.split(os.path.pathsep) 373 if libdir in rpath: 374 rpath.insert(0, '$ORIGIN') 375 while libdir in rpath: 376 rpath.remove(libdir) 378 rpathold = rpath 379 rpath = [] 382 rpath.insert(0, '$ORIGIN') 386 rpath.insert(0, os.path.join('$ORIGIN',libdir_from_petsc)) [all …]
|
| H A D | gmakegentest.py | 296 def addToSources(self,exfile,rpath,srcDict): argument 300 pkg=rpath.split(os.path.sep)[0] 301 relpfile=os.path.join(rpath,exfile) 311 self.sources[pkg][lang][relpfile].append(os.path.join(rpath,depObj)) 314 testsdir=rpath+"/" 319 def addToTests(self,test,rpath,exfile,execname,testDict): argument 324 pkg=rpath.split("/")[0] 325 nmtest=os.path.join(rpath,test) 330 self.tests[pkg][lang][nmtest]['exfile']=os.path.join(rpath,exfile) 335 def getExecname(self,exfile,rpath): argument [all …]
|
| /petsc/src/sys/python/ |
| H A D | pythonsys.c | 229 char *rpath; in PetscPythonInitialize() local 230 PetscCall(PetscStrallocpy(PETSC_PETSC4PY_INSTALL_PATH, &rpath)); in PetscPythonInitialize() 231 Py_DecRef(PyObject_CallMethod(sys_path, "insert", "is", zero, rpath)); in PetscPythonInitialize() 232 PetscCall(PetscFree(rpath)); in PetscPythonInitialize()
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_tut_6.out | 142 …rpath,/home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/lib -L/home/patrick/petsc-mb/arch-ubu…
|
| H A D | ex19_tut_4.out | 137 …rpath,/home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/lib -L/home/patrick/petsc-mb/arch-ubu…
|
| H A D | ex19_tut_5.out | 146 …rpath,/home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/lib -L/home/patrick/petsc-mb/arch-ubu…
|
| H A D | ex19_tut_7.out | 155 …rpath,/home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/lib -L/home/patrick/petsc-mb/arch-ubu…
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 90 grep -v "duplicate -rpath" | \ 140 grep -v "duplicate -rpath" | \ 249 …ue to difference in linker options [wrt CLINKER etc.]. For example, nvcc does not accept -Wl,-rpath
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 323 rpath = [strip_prefix(self.DESTDIR, self['PETSC_LIB_DIR'])] 326 rpath = ['@loader_path/../../petsc/lib'] 328 rpath = ['$ORIGIN/../../petsc/lib'] 329 petsc_lib['runtime_library_dirs'].extend(rpath)
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 650 …D89D1F03207AA1AC00FACC19 /* rpath.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1C1B207AA1A… 1402 …1C1B207AA1AA00FACC19 /* rpath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 2173 D89D1C1B207AA1AA00FACC19 /* rpath.c */, 2690 D89D1F03207AA1AC00FACC19 /* rpath.c in Sources */, 3223 DYLIB_INSTALL_NAME_BASE = "@rpath"; 3245 DYLIB_INSTALL_NAME_BASE = "@rpath";
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 682 /Users/patrick/petsc/arch-debug/bin/mpicc -g3 -o ex2 ex2.o -Wl,-rpath,/Users/patrick/petsc/arch-d…
|