Lines Matching refs:mpicc
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
428 $ ./configure --with-cc=mpicc --with-fc=mpif90 --with-cxx=mpicxx
434 …And avoid using the syntax `--with-cc="mpicc -cc=icx"` - this can break some builds (for example: …
446 by MPI compiler wrappers `mpicc`/`mpif90` etc. require `$LD_LIBRARY_PATH` to be set to the
744 …PI codes that internally call regular compilers, they are commonly named `mpicc`, `mpicxx`, and `m…