-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconf.yml.erb.sample
More file actions
51 lines (48 loc) · 1.37 KB
/
conf.yml.erb.sample
File metadata and controls
51 lines (48 loc) · 1.37 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
# Required settings
apps_dir: "./sample_apps"
scheduler: "slurm"
#clusters:
# fugaku:
# scheduler: "fujitsu_tcs"
# prepost:
# scheduler: "slurm"
# bin_overrides:
# sbatch: "/usr/local/bin/sbatch"
# Optional settings
## General
#data_dir: <%= ENV['HOME'] %>/composer
#login_node: "example.com"
#ssh_wrapper: "ssh hoge@example.com"
#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"
#sge_root: "/apps/t4/rhel9/uge/latest"
## History
#history:
# OC_HISTORY_JOB_NAME:
# OC_HISTORY_PARTITION:
# OC_HISTORY_SUBMISSION_TIME:
## 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"
#non_script_color: "#FFDB69"
#non_script_button_color: "#FFA000"
#submit_color: "#FFCCCC"
#submit_button_color: "#FFAAAA"