Searched refs:mpicxx (Results 1 – 9 of 9) sorted by relevance
| /petsc/ |
| H A D | setup.py | 132 mpicxx = os.environ.get('MPICXX') or shutil.which('mpicxx') 142 if mpicxx: 143 options.append('--with-cxx='+mpicxx)
|
| H A D | gmakefile | 316 printf "mpicxx -show: %b\n" "${MPICXX_SHOW}";\
|
| /petsc/doc/install/ |
| H A D | install.md | 107 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 D | package.py | 1425 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 D | setCompilers.py | 2647 def updateMPICompilers(self, mpicc, mpicxx, mpifc): argument 2653 self.CXX = mpicxx
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | Baseline-Intel-8 | 4 …ilers/intel/compilers_and_libraries/linux/mkl --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpiifort…
|
| H A D | Baseline-Intel-16 | 4 …ilers/intel/compilers_and_libraries/linux/mkl --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpiifort…
|
| /petsc/doc/manual/ |
| H A D | other.md | 1167 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 D | profiling.md | 726 ./configure -cc=mpicc -c++=mpicxx -mpi -bfd=download -unwind=download && make install
|