Home
last modified time | relevance | path

Searched refs:mpicc (Results 1 – 20 of 20) sorted by relevance

/petsc/
H A Dsetup.py131 mpicc = os.environ.get('MPICC') or shutil.which('mpicc')
139 if mpicc:
140 options.append('--with-cc='+mpicc)
H A Dgmakefile310 printf "mpicc -show: %b\n" "${MPICC_SHOW}";\
/petsc/doc/install/
H A Dinstall.md48 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 DDESCRIPTION.rst9 If you have a working MPI implementation and the ``mpicc`` compiler
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A DBaseline-Intel-84 …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 DBaseline-Intel-164 …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 DBaseline-MPICH-812 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 DBaseline-MPICH-1612 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 DStreams-Intel2 mpicc -o MPIVersion.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g …
H A DStreams-MPICH2 /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 Dex19_tut_6.out133 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 Dex19_tut_4.out128 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 Dex19_tut_5.out137 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 Dex19_tut_7.out146 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 Dpackage.py1424 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 DsetCompilers.py2647 def updateMPICompilers(self, mpicc, mpicxx, mpifc): argument
2649 self.CC = mpicc
/petsc/doc/manual/
H A Dgetting_started.md681 /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 Dprofiling.md726 ./configure -cc=mpicc -c++=mpicxx -mpi -bfd=download -unwind=download && make install
H A Dother.md1166 QMAKE_CC = path/to/mpicc
/petsc/doc/faq/
H A Dindex.md364 Most MPI implementations provide compiler wrappers (such as `mpicc`) which give the