Skip to content

Commit

Permalink
Added BFT710 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoulombe committed Jan 24, 2025
1 parent c266d53 commit dee046c
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
59 changes: 59 additions & 0 deletions bft710/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
jupyterhub::jupyterhub_config_hash:
SbatchForm:
runtime:
min: 1.0
def: 5.0
max: 5.0
nprocs:
min: 1
def: 1
max: 1
memory:
min: 1024
max: 15000
def: 2048
oversubscribe:
def: true
lock: true
ui:
def: 'lab'
partition:
lock: false
SlurmFormSpawner:
disable_form: false

profile::software_stack::lmod_default_modules:
- 'StdEnv/2023'
- 'gcc'
- 'mii'

jupyterhub::kernel::venv::packages: ['numpy', 'pandas', 'matplotlib', 'biopython']

profile::accounts::skel_archives:
- filename: jupyter.zip

Check failure on line 33 in bft710/config.yaml

View workflow job for this annotation

GitHub Actions / lint

33:5 [indentation] wrong indentation: expected 2 but found 4
source: https://drive.google.com/uc?export=download&id=1hFNla811miJFnfSGg7Lw3GZhb7VPDYZB

- filename: matplotlib.zip
source: https://drive.google.com/uc?export=download&id=1vwrd7xNAy9WwFQLbSbZuBPQ0YtupiNnH

cron::job:
spawn_nodes_feb:
command: '/opt/software/slurm/bin/scontrol update node=nodecpupool1 state=power_up'
minute: '25'
hour: '8'
date: '24'
month: '2'
weekday: '*'
user: 'root'
description: 'spawn nodes at 8:25 on 24 February'
environment: ['CRON_TZ=America/New_York']
spawn_nodes_mar:
command: '/opt/software/slurm/bin/scontrol update node=nodecpupool1 state=power_up'
minute: '25'
hour: '8'
date: '10,24'
month: '3'
weekday: '*'
user: 'root'
description: 'spawn nodes at 8:25 on for March'
environment: ['CRON_TZ=America/New_York']
11 changes: 11 additions & 0 deletions bft710/custom.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
locals {
custom = {
nnodes = {
cpupool = 2
}
home_size = 100
project_size = 50
scratch_size = 50
}
name = "bft710"
}
1 change: 1 addition & 0 deletions bft710/main.tf

0 comments on commit dee046c

Please sign in to comment.