Changes between Version 7 and Version 8 of vnc3d/manual


Ignore:
Timestamp:
05/19/16 16:32:05 (8 years ago)
Author:
Herwig Zilken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d/manual

    v7 v8  
    9595}}}
    9696
    97 Once you have created this batch script, you can start it by
     97Once you have created this job script, you can start it by
    9898
    9999{{{ #!sh
     
    101101}}}
    102102
    103 The option  '--start-xserver' tells sbatch that it should start X-server on the allocated nodes, which is important if you want to do hardware rendering on a GPU.
    104 Once the job ist started, you have to find out the name of the node on which the job running and the number of the vnc display. To do this you have to look at the output file generated by slurm, e.g.:
     103The option  '--start-xserver' tells sbatch that it should start an X-server on the allocated node, which is important if you want to do hardware rendering on a GPU.
     104Once the job ist started, you have to find out the name of the node on which the job is running and the number of the vnc display. To do this you have to look at the output file generated by slurm, e.g.:
    105105
    106106{{{ #!sh