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 1111
1212export AWS_DEFAULT_REGION=$cfn_region
1313aws_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+
1718queues=$( /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"
1920
2021compute_nodes_total_cost=0
2122
You can’t perform that action at this time.
0 commit comments