Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
SHARK
SHARK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Shark
  • SHARKSHARK
  • Wiki
  • Examples_slurm

Last edited by mpvillerius Mar 28, 2019
Page history

Examples_slurm

Start a default interactive session
Will give you 1 CPU, 2G memory, for 1 hour

srun --pty /bin/bash

If you need more resources
2 CPU, 4G memory for 4 hours use

srun --partition=all,cpu --ntasks-per-node=2 --mem=4G --time=4:0:0 --pty /bin/bash

If you need 2 CPU's, 1 GPU, 4G memory for 4 hours

srun --partition=gpu --ntasks-per-node=2 --mem=4G --time=4:0:0 --gres=gpu:1 --pty /bin/bash
Clone repository
  • AccessingGridStorage
  • ChangePasswd
  • CheckpointingQueue
  • Configuration
  • Contact_info_shark
  • DescriptionExenode
  • EnvironmentModules
  • Errorqueue
  • Examples
  • Examples_slurm
  • FAQ
  • FineTune__SLASH__Solutions
  • GetConnected
  • Graphical
  • Graphicalview
View All Pages