Skip to content
Snippets Groups Projects
Forked from ogs / ogs
2885 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
index.md
date = "2018-02-27T11:00:13+01:00"
title = "Eve"
author = "Lars Bilke"
weight = 2
draft = true
aliases = [ "/docs/quickstart/basics/envinf1" ]

Introduction

Members of the Department Environmental Informatics of the Helmholtz Centre for Environmental Research - UFZ can use the frontend1 and frontend2-machines which are tightly connected to the Eve cluster system.

Select OGS version

You select an OGS version by loading a module:

module use /global/apps/modulefiles

# Examples:
module load ogs            # Loads latest (maybe unstable) ogs in standard config
module load ogs/head/petsc # Loads latest (maybe unstable) petsc config
module load ogs/6.0.9      # Loads stable version 6.0.9 in standard config, not released yet

You can select only one version at a time. Run module purge to unload all previously loaded modules.

See Quickstart for running instructions.