Update Troubleshooting authored by Caroline Tchilinguirian's avatar Caroline Tchilinguirian
...@@ -56,11 +56,11 @@ mpirun -n $SLURM_NTASKS ./dice ...@@ -56,11 +56,11 @@ mpirun -n $SLURM_NTASKS ./dice
### On mac os : xquartz is mandatory to use X11 applications ### On mac os : xquartz is mandatory to use X11 applications
**Solution** **Solution**
...
edit ssh_config edit ssh_config
add /changed line add /changed line
XAuthLocation /opt/X11/bin/xauth XAuthLocation /opt/X11/bin/xauth
```
explications : explications :
ssh -X should work since XQuartz, once enabled, uses xauth. ssh -X should work since XQuartz, once enabled, uses xauth.
he only problem is that ssh is looking for xauth in /usr/X11R6/bin and on macOS with XQuartz it is in /opt/X11/bin he only problem is that ssh is looking for xauth in /usr/X11R6/bin and on macOS with XQuartz it is in /opt/X11/bin
... ...
......