-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconf.yml.erb
34 lines (32 loc) · 958 Bytes
/
conf.yml.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
# Required Settings
scheduler: slurm
apps_dir: "./sample_apps"
# Optional Settings
## General
#login_node: "example.com"
#data_dir: <%= ENV['HOME'] %>/composer
#bin: "/usr/local/bin"
#bin_overrides:
# sbatch: "/usr/local/bin/sbatch"
# scontrol: "/usr/local/bin/scontrol"
# scancel: "/usr/local/bin/scancel"
# sacct: "/usr/local/bin/sacct"
# pjsub: "/usr/local/bin/pjsub"
# pjstat: "/usr/local/bin/pjstat"
# pjdel: "/usr/local/bin/pjdel"
# qsub: "/opt/pbs/bin/qsub"
# qstat: "/usr/local/bin/qstat"
# qdel: "/usr/local/bin/qdel"
# qacct: "/usr/local/bin/qacct"
#ssh_wrapper: "ssh hoge@example.com"
#sge_root: "/apps/t4/rhel9/uge/latest"
## Layout
#footer: "RIKEN Center for Computational Science"
#thumbnail_width: "100"
#navbar_color: "#3D3B40"
#dropdown_color: "#3D3B40"
#footer_color: "#3D3B40"
#category_color: "#5522BB"
#description_color: "#5522BB"
#form_color: "#BFCFE7"