This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
common_errors [2015/06/30 21:10] mgstauff created |
common_errors [2017/08/02 18:51] (current) mgstauff [Network & VPN Issue] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ** [[: | ||
| + | |||
| =====Common Errors and Messages===== | =====Common Errors and Messages===== | ||
| + | |||
| + | ====Network & VPN Issue==== | ||
| + | |||
| + | Issues with the UPHS network and VPN are handled by the [[accounts_and_vpn# | ||
| ====No Submit Host==== | ====No Submit Host==== | ||
| denied: host " | denied: host " | ||
| | | ||
| - | This means you tried to run '' | + | This means you tried to run '' |
| - | You should: | + | ==== ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS Warning ==== |
| - | 1) Check that what computer | + | |
| + | You may see this warning message with a qsub submission: | ||
| + | |||
| + | === WARNING === | ||
| + | The variable ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS is set in | ||
| + | your environment to , and you used the qsub -V argument. | ||
| + | However, the CfN-cluster login script will assign ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS | ||
| + | to match the number of slots you have requested (i.e. NSLOTS var). | ||
| + | Ignoring your value for ITK_GLOBAL_DEFAULT_NUMBER_OF_THREAD. | ||
| + | Please contact the admin with questions. | ||
| + | =============== | ||
| + | |||
| + | You can generally ignore this. The environment variable (env var) ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS is used by ITK-based apps like ANTs, ITK-SNAP. Your script is setting this variable to a value of 1, which means ITK apps will be single-threaded, | ||
| + | |||
| + | If you want to get rid of this warning, you'll need to examine your job script and remove the definition of ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS. We don' | ||
| + | |||
| + | ==== x2go Session Create/ | ||
| + | |||
| + | See [[x2go_remote_desktop# | ||
| + | |||
| + | ==== GUI Windows / X11 / GLX errors ==== | ||
| + | |||
| + | If you have trouble with graphical applications (GUI) X11 issues, for example an error that includes | ||
| + | |||
| + | On **Windows**, | ||
| - | 2) Check your script to see what it's calling | + | On **Mac**, |
| - | 3) | ||