diff --git a/cookbooks/aws-parallelcluster-platform/templates/arm_pl/armpl_modulefile.erb b/cookbooks/aws-parallelcluster-platform/templates/arm_pl/armpl_modulefile.erb index 75d459c99b..8fa637f048 100644 --- a/cookbooks/aws-parallelcluster-platform/templates/arm_pl/armpl_modulefile.erb +++ b/cookbooks/aws-parallelcluster-platform/templates/arm_pl/armpl_modulefile.erb @@ -44,5 +44,5 @@ puts stderr "At compile time add '-I' and at link time" # EULA if [ module-info mode load ] { - puts stderr "Use of the free of charge version of Arm Performance Libraries is subject to the terms and conditions of the Arm Performance Libraries (free version) - End User License Agreement (EULA). A copy of the EULA can be found in the '$root/arm-performance-libraries_${major_minor_version}_gcc-${gcc_version}/license_terms' folder" + puts stderr "Use of the free of charge version of Arm Performance Libraries is subject to the terms and conditions of the Arm Performance Libraries (free version) - End User License Agreement (EULA). A copy of the EULA can be found in the '<%= @armpl_license_dir %>' folder" }