... | @@ -61,3 +61,10 @@ If your MPI implementation does not support MPI-IO, you should explicitly disabl |
... | @@ -61,3 +61,10 @@ If your MPI implementation does not support MPI-IO, you should explicitly disabl |
|
```
|
|
```
|
|
cmake -DUSE_MPI=ON -DUSE_MPI_FILE=OFF ../INMOST-master
|
|
cmake -DUSE_MPI=ON -DUSE_MPI_FILE=OFF ../INMOST-master
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## Changing default compilers
|
|
|
|
If you want to use different compilers, you should provide them using CMake parameters `CMAKE_C_COMPILER` and `CMAKE_CXX_COMPILER`:
|
|
|
|
```
|
|
|
|
cmake -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc ../INMOST-master/
|
|
|
|
make all
|
|
|
|
``` |
|
|
|
\ No newline at end of file |