Commit 6eadf992 authored by Antonio Ragagnin's avatar Antonio Ragagnin 💬
Browse files

Update install_and_test.md

parent 1addab87
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -31,8 +31,8 @@ Here below some relevant environment variables to change hotwheels default setti
| `MPICC`             | MPI C compiler (defaults to `mpicc`).                                                                |
| `MPICC`             | MPI C compiler (defaults to `mpicc`).                                                                |
| `CXX`               | C++ compiler (defaults to `g++`).                                                                    |
| `CXX`               | C++ compiler (defaults to `g++`).                                                                    |
| `MPICXX`            | MPI C++ compiler (defaults to `mpicxx`).                                                             |
| `MPICXX`            | MPI C++ compiler (defaults to `mpicxx`).                                                             |
| `HW_FLAGS`          | Compilation specific flags (i.e. not used by clang for parsing).                                    |
| `HW_BUILD`          | Folder with runtime-generated headers, and C/C++ compiled object files.                              |
| `HW_BUILD`          | Folder with runtime-generated headers, and C/C++ compiled object files.                              |
| `HW_DATA`           | Folder where downloaded test initial conditions (ICs) should be placed.                              |
| `DEBUG`             | Set to `1` to enable additional verbose output for debugging purposes.                               |
| `DEBUG`             | Set to `1` to enable additional verbose output for debugging purposes.                               |
| `C_INCLUDE_PATH`    | *(used by the gnu compiler)* Search path for C headers, should include paths for required libraries like `gsl` and `fftw3`.       |
| `C_INCLUDE_PATH`    | *(used by the gnu compiler)* Search path for C headers, should include paths for required libraries like `gsl` and `fftw3`.       |
| `CPLUS_INCLUDE_PATH`|  *(used by the gnu compiler)* Search path for C++ headers, should include paths for required libraries like `gsl` and `fftw3`.     |
| `CPLUS_INCLUDE_PATH`|  *(used by the gnu compiler)* Search path for C++ headers, should include paths for required libraries like `gsl` and `fftw3`.     |