... | ... | @@ -23,7 +23,7 @@ Also, some **drivers** has to be present and loaded in the system: |
|
|
| CPUFreq | kernel/drivers/cpufreq/acpi-cpufreq.ko | 3.10 | [Information](https://wiki.archlinux.org/index.php/CPU_frequency_scaling) |
|
|
|
| Open IPMI | kernel/drivers/char/ipmi/*.ko | 3.10 | [Information](https://docs.oracle.com/en/database/oracle/oracle-database/12.2/cwlin/configuring-the-open-ipmi-driver.html) |
|
|
|
|
|
|
Lastly, the **compilers**: EAR uses C compiler and Fortran compiler. It has been tested with both Intel and GNU.
|
|
|
Lastly, the **compilers**: EAR uses C compiler compilers. It has been tested with both Intel and GNU.
|
|
|
|
|
|
| Compiler | Comment | Minimum version | References |
|
|
|
| --------------------------------- | -------------------------- | --------------- | --------------- |
|
... | ... | @@ -83,7 +83,6 @@ The `configure` script is capable to find libraries located in custom location i |
|
|
| --with-cuda=\<path\> | Specifies the path to CUDA installation. |
|
|
|
| --with-mysql=\<path\> | Specify path to MySQL installation. |
|
|
|
| --with-pgsql=\<path\> | Specify path to PostgreSQL installation. |
|
|
|
| --with-fortran | Adds Fortran symbols to the binaries. Required for some MPI distributions. |
|
|
|
|
|
|
* This is an example of ‘CC‘ overwriting and PAPI path specification:<br />
|
|
|
`./configure --with-papi=/path/to/PAPI`
|
... | ... | |