EnglishFrenchSpanish

Ad


OnWorks favicon

likwid-mpirun - Online in the Cloud

Run likwid-mpirun in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command likwid-mpirun that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


likwid-mpirun - A tool to start and monitor MPI applications with LIKWID

SYNOPSIS


likwid-memsweeper [-hd] [-hostfile filename] [-nperdomain number_of_processes_in_domain]
[-pin expression] [-omp expression] [-mpi expression] [--]

DESCRIPTION


likwid-mpirun is a command line application that wraps the vendor-specific mpirun tool and
adds calls to likwid-perfctr(1) to the execution string. The user-given application is
ran, measured and the results returned to the staring node.

OPTIONS


-h prints a help message to standard output, then exits.

-d prints debug messages to standard output.

-hostfile filename
specifies the nodes to schedule the MPI processes on

-nperdomain number_of_processes_in_domain
specifies the processes per affinity domain (see likwid-pin for info about affinity
domains)

-pin expression
specifies the pinning for hybrid execution (see likwid-pin for info about affinity
domains)

-omp expression
enables hybrid setup. Can only be used in combination with -pin. The only possible
value is: intel

-mpi expression
specifies the MPI implementation that should be used by the wrapper. Possible
values are intelmpi, openmpi and mvapich2

-- stops parsing arguments for likwid-mpirun, in order to set options for underlying
MPI implementation after --.

EXAMPLE


1. For standard application:

likwid-mpirun -np 32 ./myApp

Will run 32 MPI processes, each host is filled with as much processes as written in ppn

2. With pinning:

likwid-mpirun -np 32 -nperdomain S:2 ./myApp

Will start 32 MPI processes with 2 processes per socket.

3. For hybrid runs:

likwid-mpirun -np 32 -pin M0:0-3_M1:0-3 ./myApp

Will start 32 MPI processes with 2 processes per node. Threads of the first process are
pinned to the cores 0-3 in NUMA domain 0 (M0). The OpenMP threads of the second process
are pinned to the first four cores in NUMA domain 1 (M1)

Use likwid-mpirun online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    turkdevops
    turkdevops
    TurkDevOps a�?k kaynak yaz?l?m
    geli?tirici topluluklar? DevTurks-Team
    Taraf?ndan desteklenmektedir..
    Features:https://github.com/turkdevopshttps://turkdevops.g...
    Download turkdevops
  • 2
    asammdf
    asammdf
    *asammdf* is a fast Python parser and
    editor for ASAM (Associtation for
    Standardisation of Automation and
    Measuring Systems) MDF / MF4
    (Measurement Data Format...
    Download asammdf
  • 3
    LAME (Lame Aint an MP3 Encoder)
    LAME (Lame Aint an MP3 Encoder)
    LAME is an educational tool to be used
    for learning about MP3 encoding. The
    goal of the LAME project is to improve
    the psycho acoustics, quality and speed
    of MP...
    Download LAME (Lame Aint an MP3 Encoder)
  • 4
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 5
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 6
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • More »

Linux commands

Ad