Issues asreml: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
(Created page with "Issues with ASReml on the HPC and possible solutions == Issue with the environment variable DISPLAY == Some terminals for Windows (e.g., MobaXterm) set the environment varia...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Issue with the environment variable DISPLAY ==
== Issue with the environment variable DISPLAY ==


Some terminals for Windows (e.g., MobaXterm) set the environment variable DISPLAY to a specific value. This can cause issues with ASReml.
'''Issue'''
 
Some terminals for Windows (e.g., MobaXterm) set the environment variable DISPLAY to a specific value. This can cause issues with (some versions of) ASReml.
 
 
'''Solution 1'''


Solution 1:
If you don't need a X11 server, you can disable it.
If you don't need a X11 server, you can disable it.


Solution 2:
 
'''Solution 2'''
 
You can add in the script, before the line for ASReml, the following line:
You can add in the script, before the line for ASReml, the following line:



Latest revision as of 13:39, 19 August 2015

Issues with ASReml on the HPC and possible solutions

Issue with the environment variable DISPLAY

Issue

Some terminals for Windows (e.g., MobaXterm) set the environment variable DISPLAY to a specific value. This can cause issues with (some versions of) ASReml.


Solution 1

If you don't need a X11 server, you can disable it.


Solution 2

You can add in the script, before the line for ASReml, the following line:

<source lang='bash'> export DISPLAY=' ' </source>