Home
last modified time | relevance | path

Searched refs:mpicxx (Results 1 – 9 of 9) sorted by relevance

/petsc/
H A Dsetup.py132 mpicxx = os.environ.get('MPICXX') or shutil.which('mpicxx')
142 if mpicxx:
143 options.append('--with-cxx='+mpicxx)
H A Dgmakefile316 printf "mpicxx -show: %b\n" "${MPICXX_SHOW}";\
/petsc/doc/install/
H A Dinstall.md107 1. `mpicc`/`mpicxx`/`mpif90`
124 $ ./configure --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpif90
365 $ ./configure --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpif90
386 $ ./configure --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpif90
399 $ ./configure --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpif90
416 - To control the compilers selected by `mpicc`, `mpicxx`, and `mpif90` one may use environmental
428 $ ./configure --with-cc=mpicc --with-fc=mpif90 --with-cxx=mpicxx
744 …hat internally call regular compilers, they are commonly named `mpicc`, `mpicxx`, and `mpif90`. We…
/petsc/config/BuildSystem/config/
H A Dpackage.py1425 mpicxx=''
1436 mpicxx = os.path.join(installDir,"bin",mpicxxName)
1437 …if not os.path.isfile(mpicxx): raise RuntimeError('Could not locate installed MPI compiler: '+mpic…
1439 self.executeShellCommand(mpicxx + ' -show', log = self.log)[0]
1454 self.setCompilers.updateMPICompilers(mpicc,mpicxx,mpifc)
H A DsetCompilers.py2647 def updateMPICompilers(self, mpicc, mpicxx, mpifc): argument
2653 self.CXX = mpicxx
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A DBaseline-Intel-84 …ilers/intel/compilers_and_libraries/linux/mkl --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpiifort…
H A DBaseline-Intel-164 …ilers/intel/compilers_and_libraries/linux/mkl --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpiifort…
/petsc/doc/manual/
H A Dother.md1167 QMAKE_CXX = path/to/mpicxx # if this is a cpp project
1168 QMAKE_LINK = path/to/mpicxx # if this is a cpp project
H A Dprofiling.md726 ./configure -cc=mpicc -c++=mpicxx -mpi -bfd=download -unwind=download && make install