EnglishFrenchSpanish

Ad


OnWorks favicon

mdm.screen - Online in the Cloud

Run mdm.screen in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mdm.screen 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


mdm.screen - run a command under mdm-master

SYNOPSIS


mdm.screen [-c iospec] [-n slaves] command

DESCRIPTION


mdm.screen runs command under mdm-master so that mdm-run commands in command can run in
parallel.

This program is a part of the Middleman System (mdm).

OPTIONS


The mdm.screen command has two optional options.

-c iospec
The iospec file (see below).

-n slaves
The number of mdm-slave process to start (default 6).

THE IOSPEC FILE


mdm-master uses the iospec file to decide whether two commands interfere with each other,
and it only runs two commands at the same time if they do not interfere.

Each line of the iospec file specifies the I/O behavior of a program, unless the line
starts with a '#' character, in which case the line is treated as comments and ignored.
The format is as follows:

program spec spec ...

program names the program whose behavior you are specifying. For each spec element, the
first character indicates usage, and the remaining characters indicate resource.

A resource that starts with a '-' character represents the argument of the corresponding
program option. A resource that is an empty string represents a program argument. A
resource that is not empty and does not start with a '-' character represents the resource
string itself.

A usage is typically an upper-case character. If two commands access the same resource
with different usage, mdm-master will not run these two commands at the same time.
Furthermore, if a command access a resource with ´W´ usage, mdm-master will not run it
with any command that access the same resource in any way (including 'W'). There is a
special case: if usage is '0' and resource starts with a '-' character, it means that the
resource program option does not take any arguments.

All programs has an implicit spec 'Rglobal', so if you mark a program as 'Wglobal', it
will not run while any other command is running.

Here is an example to help clarify matters. Suppose we have the following iospec file:

cc W-o 0-c R
rm W

Then these two commands can run at the same time:

cc -o pa pa.o lib.o
cc -o pb pb.o lib.o

These two commands cannot run at the same time:

cc -o pa.o -c pa.c
cc -o pa pa.o lib.o

And these two commands also cannot run at the same time:

cc -o pa pa.o lib.o
rm pa

EXIT STATUS


The exit status of mdm.screen is 0.

EXAMPLE


Here is what you do to decompress all files with .gz extension in the current directory
tree.

mdm.screen find . -iname '*.gz' -exec mdm-run gunzip {} \;

Since we run find under mdm.screen and invoking gunzip under mdm-run, we specify that we
wish to run the gunzip commands in parallel.

Use mdm.screen online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad