[color=#000000]Hi Adam,[/color]
[color=#000000]Not sure about this error, but it looks perhaps like a problem with X11 forwarding during your SSH session. A[/color]re you able to launch other GUI-based software from your SLURM server without a problem?
[color=#000000]In general I would probably recommend connecting to your SLURM server using VNC (or, if your institution allows it some web-based portal like openondemand.org). In my experience that should be considerably faster and less error-prone than attempting to use X11 forwarding over ssh. If that is not possible, and connecting remotely to your SLURM system with a workable graphical-interface is out of the question, then perhaps consider running your analyses using CONN batch-commands, which do not require any GUI so they can be run entirely over a terminal ssh session. [/color]
[color=#000000]Hope this helps[/color]
[color=#000000]Alfonso[/color]
[i]Originally posted by Adam Elamy:[/i][quote]Hi I am trying to set up the CONN stand alone and I've got it to the point where the GUI shows up, but then it errors out.
I attached an image of the error and below is the text from my bashrc
export PATH=/home/elamy1/software/conn18b_glnxa64/:$PATH
export MCRROOT=/cvmfs/soft.computecanada.ca/easybuild/software/2017/Core/mcr/R2018b/v95
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/runtime/glnxa64;
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/bin/glnxa64;
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/sys/os/glnxa64;
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/sys/opengl/lib/glnxa64;
export XAPPLRESDIR=${MCRROOT}/X11/app-defaults;
export LD_LIBRARY_PATH;[/quote]
[color=#000000]Not sure about this error, but it looks perhaps like a problem with X11 forwarding during your SSH session. A[/color]re you able to launch other GUI-based software from your SLURM server without a problem?
[color=#000000]In general I would probably recommend connecting to your SLURM server using VNC (or, if your institution allows it some web-based portal like openondemand.org). In my experience that should be considerably faster and less error-prone than attempting to use X11 forwarding over ssh. If that is not possible, and connecting remotely to your SLURM system with a workable graphical-interface is out of the question, then perhaps consider running your analyses using CONN batch-commands, which do not require any GUI so they can be run entirely over a terminal ssh session. [/color]
[color=#000000]Hope this helps[/color]
[color=#000000]Alfonso[/color]
[i]Originally posted by Adam Elamy:[/i][quote]Hi I am trying to set up the CONN stand alone and I've got it to the point where the GUI shows up, but then it errors out.
I attached an image of the error and below is the text from my bashrc
export PATH=/home/elamy1/software/conn18b_glnxa64/:$PATH
export MCRROOT=/cvmfs/soft.computecanada.ca/easybuild/software/2017/Core/mcr/R2018b/v95
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/runtime/glnxa64;
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/bin/glnxa64;
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/sys/os/glnxa64;
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/sys/opengl/lib/glnxa64;
export XAPPLRESDIR=${MCRROOT}/X11/app-defaults;
export LD_LIBRARY_PATH;[/quote]