Searched refs:mpicc (Results 1 – 20 of 20) sorted by relevance
| /petsc/ |
| H A D | setup.py | 131 mpicc = os.environ.get('MPICC') or shutil.which('mpicc') 139 if mpicc: 140 options.append('--with-cc='+mpicc)
|
| H A D | gmakefile | 310 printf "mpicc -show: %b\n" "${MPICC_SHOW}";\
|
| /petsc/doc/install/ |
| H A D | install.md | 48 installed in default system/compiler locations and `mpicc`, `mpif90`, mpiexec are available 64 …$ ./configure --with-blaslapack-dir=/usr/local/blaslapack --with-cc=/usr/local/mpich/bin/mpicc --w… 79 `--with-mpi-dir` - so that `mpicc`/ `mpif90` will be picked up from mpi-dir! 107 1. `mpicc`/`mpicxx`/`mpif90` 121 `--with-cc=mpicc` or `--with-mpi-dir` (and not `--with-cc=gcc`) 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 [all …]
|
| /petsc/src/binding/petsc4py/ |
| H A D | DESCRIPTION.rst | 9 If you have a working MPI implementation and the ``mpicc`` compiler
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | Baseline-Intel-8 | 4 …ack-dir=/soft/compilers/intel/compilers_and_libraries/linux/mkl --with-cc=mpicc --with-cxx=mpicxx … 12 Using C compiler: mpicc -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g … 19 Using C linker: mpicc
|
| H A D | Baseline-Intel-16 | 4 …ack-dir=/soft/compilers/intel/compilers_and_libraries/linux/mkl --with-cc=mpicc --with-cxx=mpicxx … 12 Using C compiler: mpicc -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g … 19 Using C linker: mpicc
|
| H A D | Baseline-MPICH-8 | 12 Using C compiler: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc -Wall -Wwrite-strings -Wno-strict-… 19 Using C linker: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc
|
| H A D | Baseline-MPICH-16 | 12 Using C compiler: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc -Wall -Wwrite-strings -Wno-strict-… 19 Using C linker: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc
|
| H A D | Streams-Intel | 2 mpicc -o MPIVersion.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g …
|
| H A D | Streams-MPICH | 2 /home/bsmith/petsc/arch-opt-mpich/bin/mpicc -o MPIVersion.o -c -Wall -Wwrite-strings -Wno-strict-al…
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_tut_6.out | 133 Using C compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc -Wall -Wwrite… 140 Using C linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc
|
| H A D | ex19_tut_4.out | 128 Using C compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc -Wall -Wwrite… 135 Using C linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc
|
| H A D | ex19_tut_5.out | 137 Using C compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc -Wall -Wwrite… 144 Using C linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc
|
| H A D | ex19_tut_7.out | 146 Using C compiler: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc -Wall -Wwrite… 153 Using C linker: /home/patrick/petsc-mb/arch-ubuntu-mb-double-extra-opt/bin/mpicc
|
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 1424 mpicc='' 1428 mpicc = os.path.join(installDir,"bin",mpiccName) 1429 …if not os.path.isfile(mpicc): raise RuntimeError('Could not locate installed MPI compiler: '+mpicc) 1432 self.executeShellCommand(mpicc + ' -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 2649 self.CC = mpicc
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 681 /Users/patrick/petsc/arch-debug/bin/mpicc -o ex2.o -c -g3 -I/Users/patrick/petsc/include -I/Users… 682 /Users/patrick/petsc/arch-debug/bin/mpicc -g3 -o ex2 ex2.o -Wl,-rpath,/Users/patrick/petsc/arch-d…
|
| H A D | profiling.md | 726 ./configure -cc=mpicc -c++=mpicxx -mpi -bfd=download -unwind=download && make install
|
| H A D | other.md | 1166 QMAKE_CC = path/to/mpicc
|
| /petsc/doc/faq/ |
| H A D | index.md | 364 Most MPI implementations provide compiler wrappers (such as `mpicc`) which give the
|