Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
doku:vsc2quickstart [2016/06/21 09:12] – removed irdoku:vsc2quickstart [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
 +==== Quick Start ====
  
 +[[doku:win2vsc|How to connect from Windows?]]
 +
 +To get started see the  [[doku:vsc1quickstart|introduction to VSC 1]].
 +Compared to this introduction, the login is modified:
 +<code># Uni Wien
 +ssh <username>@vsc2.univie.ac.at
 +# TU Wien
 +ssh <username>@vsc2.tuwien.ac.at
 +# Boku Wien
 +ssh <username>@vsc2.boku.ac.at
 +</code>
 +
 +For advanced topics see also [[doku:advanced_topics|Sun grid engine (SGE)]].
 +
 +**NOTE**: when the option ''#$ -V'' is specified this error message will be generated in one of the output files of the grid engine:<code>
 +/bin/sh: module: line 1: syntax error: unexpected end of file
 +/bin/sh: error importing function definition for `module'
 +bash: module: line 1: syntax error: unexpected end of file
 +bash: error importing function definition for `module'</code> 
 +This message occurs due to a known bug in the grid engine which cannot handle functions defined in the user environment. This message can be safely ignored. This error message can be avoided by exporting particular environment variables only in your job-script:<code>#$ -v PATH
 +#$ -v LD_LIBRARY_PATH
 +</code>
  • doku/vsc2quickstart.1466500327.txt.gz
  • Last modified: 2016/06/21 09:12
  • by ir