EnglishFrenchSpanish

OnWorks favicon

sbcast - Online in the Cloud

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

This is the command sbcast 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


sbcast - transmit a file to the nodes allocated to a Slurm job.

SYNOPSIS


sbcast [-CfFjpstvV] SOURCE DEST

DESCRIPTION


sbcast is used to transmit a file to all nodes allocated to the currently active Slurm
job. This command should only be executed from within a Slurm batch job or within the
shell spawned after a Slurm job's resource allocation. SOURCE is the name of a file on
the current node. DEST should be the fully qualified pathname for the file copy to be
created on each node. DEST should be on a file system local to that node. Note that
parallel file systems may provide better performance than sbcast can provide, although
performance will vary by file size, degree of parallelism, and network type.

OPTIONS


-C, --compress
Compress the file being transmitted.

-f, --force
If the destination file already exists, replace it.

-F number, --fanout=number
Specify the fanout of messages used for file transfer. Maximum value is currently
eight.

-j jobID[.stepID], --jobid=jobID[.stepID]
Specify the job ID to use with optional step ID. If run inside an allocation this
is unneeded as the job ID will read from the environment.

-p, --preserve
Preserves modification times, access times, and modes from the original file.

-s size, --size=size
Specify the block size used for file broadcast. The size can have a suffix of k or
m for kilobytes or megabytes respectively (defaults to bytes). This size subject
to rounding and range limits to maintain good performance. This value may need to
be set on systems with very limited memory.

-t seconds, fB--timeout=seconds
Specify the message timeout in seconds. The default value is MessageTimeout as
reported by "scontrol show config". Setting a higher value may be necessitated by
relatively slow I/O performance on the compute node disks.

-v, --verbose
Provide detailed event logging through program execution.

-V, --version
Print version information and exit.

ENVIRONMENT VARIABLES


Some sbcast options may be set via environment variables. These environment variables,
along with their corresponding options, are listed below. (Note: Command line options will
always override these settings.)

SBCAST_COMPRESS -C, --compress

SBCAST_FANOUT -F number, fB--fanout=number

SBCAST_FORCE -f, --force

SBCAST_PRESERVE -p, --preserve

SBCAST_SIZE -s size, --size=size

SBCAST_TIMEOUT -t seconds, fB--timeout=seconds

SLURM_CONF The location of the Slurm configuration file.

AUTHORIZATION


When using the Slurm db, users who have AdminLevel's defined (Operator or Admin) and users
who are account coordinators are given the authority to invoke sbcast on other user's
jobs.

EXAMPLE


Using a batch script, transmit local file my.prog to /tmp/my.proc on the local nodes and
then execute it.

> cat my.job
#!/bin/bash
sbcast my.prog /tmp/my.prog
srun /tmp/my.prog

> sbatch --nodes=8 my.job
srun: jobid 12345 submitted

COPYING


Copyright (C) 2006-2010 The Regents of the University of California. Produced at Lawrence
Livermore National Laboratory (cf, DISCLAIMER).
Copyright (C) 2010-2013 SchedMD LLC.

This file is part of Slurm, a resource management program. For details, see
<http://slurm.schedmd.com/>.

Slurm is free software; you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

Slurm is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Use sbcast online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    s3cmd
    s3cmd
    Open-source tool to access Amazon S3
    file storage. S3cmd is a free command
    line tool and client for uploading,
    retrieving and managing data in Amazon
    S3 and ot...
    Download s3cmd
  • 2
    XyZerKunG ServerTool
    XyZerKunG ServerTool
    XyZerKunG ServerTool helps you to make
    your own Minecraft server and play with
    your friend for a few minutes.
    Features:Automatically create a
    Minecraft serverU...
    Download XyZerKunG ServerTool
  • 3
    CalcTools
    CalcTools
    Java source intended to serve as a
    nexus for teaching both mathematics and
    software solutions for computation on
    iterative equations. Public interfaces
    allow a...
    Download CalcTools
  • 4
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop client is the
    official desktop app for Rocket.Chat,
    the simple but powerful open source web
    chat platform. It's tested on macOS,
    Windows...
    Download Rocket.Chat Desktop Client
  • 5
    OfficeFloor
    OfficeFloor
    OfficeFloor provides inversion of
    coupling control, with its: - dependency
    injection - continuation injection -
    thread injection For more information
    visit the...
    Download OfficeFloor
  • 6
    DivKit
    DivKit
    DivKit is an open source Server-Driven
    UI (SDUI) framework. It allows you to
    roll out server-sourced updates to
    different app versions. Also, it can be
    used fo...
    Download DivKit
  • More »

Linux commands

Ad