Skip to content

Helper scripts for allocating interactive computing resources on Ibex cluster

License

Notifications You must be signed in to change notification settings

kaust-vislab/sinteractive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allocating resources on Ibex for interactive computing

Before launching an interactive job on Ibex you will need to allocate resources for interactive use using SLURM. The bash scripts in this repository partially automate this process for you.

To use these scripts clone this repo into /ibex/fscratch/$USERNAME. For example, suppose that you wish to allocate resources on SLURM that mimic Amazon Web Services (AWS) Instance Types. In this case you would run the following command.

$ source ./aws.sh

This loads a number of functions which define resource allocations designed to mimic instance types found on AWS. For example, to allocate compute resources on Ibex via SLURM similar to those of a p3.2xlarge instance type on AWS for 30 minutes you would run the following command

$ p3_2xlarge --time=30:00 --resv-ports=1

About

Helper scripts for allocating interactive computing resources on Ibex cluster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages