Difference between revisions of "PVMOS 2016"

From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == == Installed version == For PVMOS, there is just one version available, which is ''PVMOS 0.84'' It is available on both environments, ''hpc-uniol-env'' a...")
 
 
Line 4: Line 4:
== Installed version ==
== Installed version ==


For PVMOS, there is just one version available, which is ''PVMOS 0.84''
For PVMOS, there is just one version available, which is '''PVMOS 0.84'''
It is available on both environments, ''hpc-uniol-env'' and ''hpc-env/6.4''.
It is available on both environments, ''hpc-uniol-env'' and ''hpc-env/6.4''.



Latest revision as of 11:26, 9 November 2018

Introduction

Installed version

For PVMOS, there is just one version available, which is PVMOS 0.84 It is available on both environments, hpc-uniol-env and hpc-env/6.4.

Using PVMOS

If you want to find out more about PVMOS on the HPC Cluster, you can use the command

module spider PVMOS

This will show you basic informations e.g. a short description and the currently installed version.

To load the desired version of the module, use the command, e.g.

module load PVMOS 

Always remember: this command is case sensitive!


When loaded, PVMOS responds to the following command structure:

pvmos [options/variable] <inputfile>

optional argument can be:

  • -q - quiet
  • -n - normal
  • -v - verbose
  • -db - debug
  • -vf - next argument is a variable file
  • <variable>=<value> - define a variable

Documentation

The full documentation can be found here. The source code as well as the (very short) README can be found here.