Added Known Problems and Troubleshooting (splitted)
This commit is contained in:
@ -8,9 +8,15 @@ sidebar: merlin6_sidebar
|
||||
permalink: /merlin6/known-problems.html
|
||||
---
|
||||
|
||||
## Known Problems
|
||||
## Known Problems Summary
|
||||
|
||||
### Paraview, ANSYS and OpenGL
|
||||
| Topic |
|
||||
|:--------------------------------------------------------- |
|
||||
| [Paraview](## Paraview, ANSYS and OpenGL) |
|
||||
| [ANSYS](## Paraview, ANSYS and OpenGL) |
|
||||
| [Illegal instructions error](## Illegal instructions) |
|
||||
|
||||
## Paraview, ANSYS and OpenGL
|
||||
|
||||
Try to use X11(mesa) driver for Paraview and ANSYS instead of OpenGL:
|
||||
|
||||
@ -24,7 +30,7 @@ module load paraview
|
||||
paraview --mesa
|
||||
```
|
||||
|
||||
###+ Illegal instructions
|
||||
## Illegal instructions
|
||||
|
||||
It may happened that your code, compiled on one machine will not be executed on another throwing exception like "(Illegal instruction)".
|
||||
Check (with "hostname" command) on which of the node you are and compare it with the names from first item. We observe few applications
|
||||
|
Reference in New Issue
Block a user