Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
  • Sign in
S
src
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • OPAL
  • src
  • Wiki
  • downloads

downloads

Last edited by ext-calvo_p Sep 03, 2020
Page history

OPAL binary distribution

Table of Contents
  • 1. Overview
  • 2. Installation of the OPAL binary distribution
    • 2.1. On Linux
    • 2.2. On macOS
    • 2.3. On Windows
  • 3. Running OPAL
  • 4. ChangeLog
  • 5. Old OPAL versions

1. Overview

The newest stable version of OPAL is 2.4.0.

Versions with an odd minor version number like 2.1.2019.11 are development snapshots providing the newest features but less stability.


2. Installation of the OPAL binary distribution

The package can be installed wherever you want. Let’s name this directory $PREFIX.

2.1. On Linux

  1. change your working directory to $PREFIX

  2. download OPAL-2.4.0 for Linux

  3. Un-tar the downloaded file:

    tar xf OPAL-2.4.0-2-x86_64-linux.tar.xz

2.2. On macOS

  1. change your working directory to $PREFIX

  2. download OPAL-2.4.0 for macOS

  3. Un-tar the downloaded file:

    tar xf OPAL-2.4.0-2-x86_64-macos.tar.xz

2.3. On Windows

You have to use Windows Services for Linux and install the Linux package as documented above.

3. Running OPAL

Note MPI is included in the OPAL package. Be sure to use the MPI utilities shipped with the OPAL package!

Source the OPAL shell profile. For the time being only sh-like shells - like BASH, ZSH - are supported.

source "$PREFIX/OPAL-2.4.0/etc/profile.d/opal.sh"

Now you are ready to run OPAL (assuming you have an input file example.in):

opal

or

opal example.in

or

mpirun -np 4 opal example.in

4. ChangeLog

Note This is the ChangeLog for the binary package not OPAL!


OPAL 2.4.0-2 - 2020, September 1

  • bugfix in the opal.sh shell profile

  • recompiled on Linux due to an illegal instruction in gfortran

OPAL 2.4.0-1 - 2020, August 28

  • OPAL 2.4.0

  • AMR_MG and SAAMG solvers are enabled

  • update tool-chain

OPAL 2.2.1-1 - 2019, December 23

  • bugfix release OPAL 2.2.1

OPAL 2.2.0-1 - 2019, December 23

  • OPAL 2.2.0

OPAL 2.1.2019.11-1 - 2019, November 14

  • OPAL 2.1.2019.11 (git rev. 33a9bd1999808243eb17be7093b3b9065e531c6f)

  • compiled without SAAMG solver

  • updated toolchain

  • H5root removed

  • root removed

OPAL 2.0.2-1 - 2019, November 14

  • OPAL 2.0.2

  • compiled without SAAMG solver

  • updated toolchain

  • H5root removed

  • root removed

OPAL 2.0.1-1 - 2018, November 16

  • update to OPAL 2.0.1

  • parmetis added

  • wrong paths in CMake scripts fixed


OPAL 2.0.0rc2-2 - 2018, June 28

  • binutils added


OPAL 2.0.0rc2-1 - 2017, May 4

  • first version with OPAL 2.0.0 release candidate 2


OPAL 1.6.1-3 - 2017, November 10th

  • shared libraries like libpng12, libz, libnuma added to binary package.


OPAL 1.6.1-2 - 2017. November 6

  • bug in H5root wrapper script fixed

  • file modes fixed

  • chowner/group set to root:root


OPAL 1.6.1-1 - 2017, October 27

  • OPAL updated to version 1.6.1


OPAL 1.6.0-2 - 2017, September 29

  • OPAL version 1.6.0

  • update tool-chain


OPAL 1.4.0-1 - 2017, June 6

  • update to OPAL version 1.4.0


OPAL 1.3.2-3 - 2017, June 6 - add missing H5root (Linux package only!)


OPAL 1.3.2-2

  • Fix in vtk2h5grid


OPAL 1.3.1-1

  • update to OPAL version 1.3.1


5. Old OPAL versions

OPAL-2.1.2019.11-1 for Linux

md5 sum

release notes

OPAL-2.1.2019.11-1 for macOS

md5 sum

release notes

OPAL-2.0.1-1 for Linux

md5 sum

release notes

OPAL-2.0.0rc2-2 for Linux

md5 sum

release notes

OPAL-2.0.0rc2-1 for Linux

md5 sum

release notes

OPAL-1.6.2-1 for Linux

md5 sum

release notes

OPAL-1.6.1-3 for Linux

md5 sum

release notes

OPAL-1.6.0-2 for Linux

md5 sum

release notes

OPAL-1.4.0-1 for Linux

md5 sum

release notes

OPAL-1.4.0-1 for macOS

md5 sum

release notes

OPAL-1.3.2-3 for Linux

md5 sum

release notes

OPAL-1.3.2-2 for Linux

md5 sum

release notes

OPAL-1.3.2-3 for macOS

md5 sum

release notes

OPAL-1.3.1-1 for Linux

md5 sum

release notes

OPAL-1.3.1-1 for macOS

md5 sum

release notes

Clone repository
  • FFA school prerequisites
  • FFA
  • For-Developers
    • CodingStyle
    • Compile OPAL at CSCS
    • Compile OPAL
    • File Format for stat Storage
    • Most Used Directories in the Code
    • OPAL Development Workflow
    • Periodic Tele cons
    • Pmodules
    • Release Procedure
    • opaldks
    • tech ideas
  • For-Developers/Periodic-Tele-cons
    • 20191210
    • 20200420
View All Pages