4 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
MAGMA implementation for Intel MIC requires a MAGMA server running on accelerator prior to executing the user application. The server can be started and stopped using following scripts:
MAGMA implementation for Intel MIC requires a MAGMA server running on accelerator prior to executing the user application. To start or stop the server, use the following scripts:
!!! note
!!! note
To start MAGMA server use:
To start MAGMA server use:
...
@@ -41,7 +41,7 @@ MAGMA implementation for Intel MIC requires a MAGMA server running on accelerato
...
@@ -41,7 +41,7 @@ MAGMA implementation for Intel MIC requires a MAGMA server running on accelerato
For deeper understanding how the MAGMA server is started, see the following script:
For deeper understanding how the MAGMA server is started, see the following script:
**$MAGMAROOT/launch_anselm_from_mic.sh**
**$MAGMAROOT/launch_anselm_from_mic.sh**
To test if the MAGMA server runs properly we can run one of examples that are part of the MAGMA installation:
To test if the MAGMA server runs properly we can run one of the examples that are part of the MAGMA installation:
@@ -64,10 +64,10 @@ To test if the MAGMA server runs properly we can run one of examples that are pa
...
@@ -64,10 +64,10 @@ To test if the MAGMA server runs properly we can run one of examples that are pa
```
```
!!! hint
!!! hint
MAGMA contains several benchmarks and examples in `$MAGMAROOT/testing/`
MAGMA contains several benchmarks and examples in `$MAGMAROOT/testing/`.
!!! note
!!! note
MAGMA relies on the performance of all CPU cores as well as on the performance of the accelerator. Therefore on Anselm number of CPU OpenMP threads has to be set to 16 with `export OMP_NUM_THREADS=16`.
MAGMA relies on the performance of all CPU cores as well as on the performance of the accelerator. Therefore on Anselm, the number of CPU OpenMP threads has to be set to 16 with `export OMP_NUM_THREADS=16`.