VSC Wiki
VSC Wiki
  • Tools
    • User Tools
    • Log In
    • Site Tools
    • Recent Changes
    • Media Manager
    • Sitemap
    • Page Tools
    • Show pagesource
    • Old revisions
    • Backlinks
    • Back to top
  • Log In

  1. Trace
  2. mpi-helium

General

General

  • Important VSC sites
  • Login
  • Account management
  • Access via ssh and vpn
  • Interactive Access: !M
  • Backup policy
  • Getting support
  • From serial to parallel

Queuing system

  • Submitting batch jobs (SLURM)
    • Job reason codes (squeue)
    • Accounting info (sacct)
    • VSC4 Queue/Partition setup
    • VSC5 Queue/Partition setup
    • GPU queues on VSC
    • Core pinning/affinity
    • Multiple MPI jobs concurrently
    • Job monitoring
  • Interactive Jobs
    • GPU nodes

Software & Services

under construction

  • Software Installations
  • Big Data
  • Deep Learning
  • Engineering & Multiphysics
    • ANSYS
    • COMSOL
    • OpenFOAM
  • Gaussian09
  • GROMACS
  • JupyterHub
  • Mathematica
  • Matlab
  • Molecular Dynamics
  • SPACK
  • Python

Systems

VSC 5

  • VSC 5 Quickstart
  • GPU Nodes

VSC 4

  • VSC 4 Architecture
  • VSC-4 Storage

VSC 3

VSC3 has been completely decommissioned.

Parallel computing

  • Timers
  • paraview
  • Performance Tests
    • MPI-Helium
  • perf-report
  • forge (map and ddt)

Unsubscribe from VSC mailing lists

  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Facebook
    • Pinterest
    • Telegram
    • WhatsApp
    • Yammer
    • Reddit
    • Teams
  • Recent Changes
  • Send via e-Mail
  • Print
  • Permalink

MPI-Helium

Recommended settings for the benchmark MPI-Helium in the makefile are:

FC = mpiifort
CC = icc

FCFLAGS = -O3 -xHOST -fno-alias -static-intel
CFLAGS = -O3 -xHOST
LDFLAGS = /opt/goto/libgoto.a

run the code with:

mpirun -machinefile $TMPDIR/machines -envall -np $NSLOTS ./mpi_helium.exe
  • doku/mpi-helium.txt
  • Last modified: 2022/02/01 21:16
  • by goldenberg

cc by sa

Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Share Alike 4.0 International