File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
export AWS_DEFAULT_REGION=$cfn_region
13
13
aws_region_long_name=$( python /usr/local/bin/aws-region.py $cfn_region )
14
- github_repo=$( echo ${cfn_postinstall_args} | cut -d ' ,' -f 1 )
15
- setup_command=$( echo ${cfn_postinstall_args} | cut -d ' ,' -f 2 )
16
- monitoring_dir_name=$( basename -s .git ${github_repo} )
14
+
15
+ monitoring_dir_name=$( echo ${cfn_postinstall_args} | cut -d ' ,' -f 2 )
16
+ monitoring_home=" /home/${cfn_cluster_user} /${monitoring_dir_name} "
17
+
17
18
queues=$( /opt/slurm/bin/sinfo --noheader -O partition | sed ' s/\*//g' )
18
- cluster_config_file=" /home/ ${cfn_cluster_user} / ${monitoring_dir_name } /parallelcluster-setup/cluster-config.json"
19
+ cluster_config_file=" ${monitoring_home } /parallelcluster-setup/cluster-config.json"
19
20
20
21
compute_nodes_total_cost=0
21
22
You can’t perform that action at this time.
0 commit comments