Skip to content
Snippets Groups Projects
Commit 7b3576c9 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

fix

parent ee7dde7a
No related branches found
No related tags found
6 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!196Master,!174MIC
......@@ -78,7 +78,7 @@ To compile a code using Intel compiler run.
* Create source-offload.cpp
```console
```console
$ vim source-offload.cpp
```
......@@ -113,7 +113,7 @@ $ ./bin-offload
Pi ~ 3.14159
```
### GCC with knc support
### GCC with KNC Support
On Salomon cluster we have module `GCC/5.1.1-knc` with cross-compiled support. (gcc, g++ and gfortran)
......@@ -189,8 +189,6 @@ $ micnativeloadex ./reduce_mul
In the native mode a program is executed directly on Intel Xeon Phi without involvement of the host machine. Similarly to offload mode, the code is compiled on the host computer with Intel compilers.
## qprod,qexp
To compile a code user has to be connected to a compute with MIC and load Intel compilers module. To get an interactive session on a compute node with an Intel Xeon Phi and load the module use following commands
```console
......@@ -311,10 +309,10 @@ Test passed
!!! tip
Or use the procedure from the chapter Devel Environment.
## qmic
## Queue qmic
!!! warning
Only Intel Xeon Phi cards.
Only Intel Xeon Phi cards.
Execute native job
......@@ -388,7 +386,7 @@ r21u02n578-mic0:~$ ml av
```
After load module `devel_environment` are available modules for architecture k10m-mpss-linux and now exists systems software (gcc, cmake, make, git, htop, vim, ...).
After load module `devel_environment` are available modules for architecture k10m-mpss-linux and now exists systems software (gcc, cmake, make, git, htop, vim, ...).
* Example
......@@ -434,7 +432,7 @@ Internet, point your browser at http://www.perl.org/, the Perl Home Page.
```console
r21u01n577-mic1:~$ ml devel_environment
r21u01n577-mic1:~$ ml icc
r21u01n577-mic1:~$ ./vect-add-mic
r21u01n577-mic1:~$ ./vect-add-mic
Test passed
```
......@@ -534,7 +532,7 @@ Configure (for `configure`,`make` and `make install` software)
```console
./configure --prefix=/apps/phi/software/ncurses/6.0 --build=k1om-mpss-linux
```
```
Modulefile and Lmod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment