Update Troubleshooting authored by Caroline Tchilinguirian's avatar Caroline Tchilinguirian
...@@ -52,4 +52,18 @@ unset I_MPI_PMI_LIBRARY ...@@ -52,4 +52,18 @@ unset I_MPI_PMI_LIBRARY
# Run the code, could use mpiexec # Run the code, could use mpiexec
mpirun -n $SLURM_NTASKS ./dice mpirun -n $SLURM_NTASKS ./dice
``` ```
## X11 Forwarding ## X11 Forwarding
\ No newline at end of file ### On mac os : xquartz is mandatory to use X11 applications
**Solution**
edit ssh_config
add /changed line
XAuthLocation /opt/X11/bin/xauth
explications :
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
source: https://stackoverflow.com/questions/27384725/ssh-x-warning-untrusted-x11-forwarding-setup-failed-xauth-key-data-not-gener