Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 5 of 5) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DMakefile.pl79 my ($PREFIX, $DESTDIR, $Help, $Install, $Remove);
83 "prefix=s" => \$PREFIX,
107 if($PREFIX ne "/") {
108 $PREFIX=~s/[\/]+\Z//g;
110 if(not $PREFIX)
113 $PREFIX = "/usr";
136 $PREFIX = $DESTDIR.$PREFIX;
137 if(not -d $PREFIX)
139 … "ERROR: you should create installation directory first (destdir + prefix):\n mkdir -p $PREFIX\n";
145 if(not isAbs($PREFIX))
[all …]
H A DINSTALL83 PREFIX/bin system directory and private modules into the PREFIX/share:
85 sudo make install prefix=PREFIX [/usr, /usr/local, ...]
89 sudo make uninstall prefix=PREFIX
/petsc/src/benchmarks/
H A Drun_petsc_benchmarks.sh167 PREFIX="(PROB$p/${NUM_PROBLEMS} ID$i SEG${SEGMENT_ID}):\t"
173 echo -e "${PREFIX}Extracting the matrix for ${GROUP}/${NAME}" 1>&2
175 echo -e "${PREFIX}Running SpMV for ${GROUP}/${NAME}" 1>&2
187 echo -e "${PREFIX}Running SpMV for SEG${SEGMENT_ID}" 1>&2
195 echo -e "${PREFIX}Cleaning up problem ${i}" 1>&2
/petsc/config/BuildSystem/config/packages/
H A Dpflotran.py58 PREFIX = '--prefix='+self.framework.argDB['prefix']
62 PREFIX = '--prefix='+os.path.join(self.petscdir.dir,self.arch)
63 …lCommand('cd '+self.packageDir+' && '+PARCH+' '+PDIR+' ./configure all '+PREFIX,timeout=60, log = …
/petsc/src/binding/petsc4py/test/
H A Dtest_optdb.py10 PREFIX = 'myopts-' variable in TestOptions
36 self.opts = PETSc.Options(self.PREFIX)
158 target = [(self.PREFIX + k, str(v).lower()) for k, v in self.OPTLIST]