Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Elmer/ICE is  Open Source Finite Element Software for Ice Sheet, Glaciers and Ice Flow Modelling.


Table of Contents

References 

...

To Compile Elmer follow this wiki. 

Notes:

2. Load the relevant modules e.g.


Build Procedure 


1. Retrieve the source and unpack it. Here we clone the whole repository:

...

Code Block
$ make -j8 install


Testing Elmer 


Quick tests

Go to the build directory and run ctest -L quick or ctest -L fast for some basic tests.

...