在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Remote_Solve_Manager_Tutorial_2022

Remote_Solve_Manager_Tutorial_2022

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.16M
  • 下载次数:3
  • 浏览次数:29
  • 发布时间:2022-09-30
  • 实例类别:一般编程问题
  • 发 布 人:guaguadashen
  • 文件格式:.pdf
  • 所需积分:2
 相关标签: Tutorial 2022 MA re 02

实例介绍

【实例简介】Remote_Solve_Manager_Tutorial_2022

【实例截图】

【核心代码】

Table of Contents
Installing Ansys Solvers,Workbench and RSM in a Cluster .............................................................................. 1
1. Installing Ansys Products in a Cluster ................................................................................................... 2
1.1. Exporting the /ansys_inc Directory (Linux only) ........................................................................... 3
2. Starting the RSM Launcher Service ...................................................................................................... 4
2.1. Starting the RSM Launcher Service on Windows .......................................................................... 4
2.2. Starting the RSM Launcher Service on Linux ................................................................................ 5
2.2.1. Adding Common Job Environment Variables for Jobs ......................................................... 5
2.2.2. Starting the RSM Launcher Service Manually ...................................................................... 6
2.2.3. Starting the RSM Launcher Service Automatically at Boot Time ........................................... 6
Setting Up Client-to-HPC Communication and File Transfers .......................................................................... 9
1. Setting Up Client-to-HPC Communication .......................................................................................... 10
1.1. Configuring Direct Client-to-HPC Communication ..................................................................... 11
1.2. Using SSH or a Custom Mechanism for Client-to-HPC Communication ....................................... 12
2. Setting Up Client-to-HPC File Transfers ............................................................................................... 13
2.1. RSM Internal File Transfer .......................................................................................................... 14
2.2. OS File Transfer to a Network Share ........................................................................................... 15
2.3. No File Transfer ......................................................................................................................... 17
2.4. SCP or Custom File Transfer ....................................................................................................... 19
3. Configuring PuTTY SSH ..................................................................................................................... 21
4. Setting Up a Network Share (Samba, CIFS, NFS) for Clients to Access ................................................... 25
4.1.Windows-to-Windows File Transfer ............................................................................................ 25
4.2. Linux-to-Linux File Transfer ....................................................................................................... 25
4.3.Windows-to-Linux File Transfer .................................................................................................. 26
5. Configuring SSH/Custom File Transfers ............................................................................................... 27
6. Configuring a Computer with Multiple Network Interface Cards (NICs) ................................................ 28
Configuring Remote Solve Manager (RSM) to Submit Jobs to an HPC Resource ............................................ 31
1. Setting Up the RSM Configuration Directory ...................................................................................... 32
1.1. The Default RSM Configuration Directory .................................................................................. 32
1.2. Setting the Location of the RSM Configuration Directory ........................................................... 32
2. Creating a Configuration in RSM ........................................................................................................ 33
3. Sharing RSM Cluster Configurations with Users .................................................................................. 43
4. Managing Accounts and Passwords ................................................................................................... 45
Configuring an Ansys RSM Cluster (ARC) ..................................................................................................... 47
1. Planning the Cluster .......................................................................................................................... 47
2. Installing Ansys Products and RSM Services in an Ansys RSM Cluster (ARC) .......................................... 49
3. Creating an rsmadmins Group (Linux only) ......................................................................................... 50
4. Adding Common Environment Variables for an ARC on Linux ............................................................. 50
5. Configuring ARC Nodes and Queues .................................................................................................. 51
5.1. Configuring ARC Nodes Automatically ...................................................................................... 51
5.2. Configuring ARC Nodes via the Command Line ......................................................................... 56
5.2.1. Installing the Master Node Service on the Master Node ..................................................... 56
5.2.2. Installing the Execution Node Service on Execution Nodes ................................................ 57
5.2.3. Associating the Execution Nodes with the Master Node .................................................... 59
5.2.4. Setting the Maximum Number of Cores to be Used on Execution Nodes ............................ 59
5.2.5. Caching the Password for Cluster Access ........................................................................... 60
5.2.6. Creating Cluster Queues ................................................................................................... 60
6. Creating an ARC Configuration in RSM ............................................................................................... 62
7. Sharing the ARC Configuration with Users .......................................................................................... 68
8. ARC Troubleshooting ......................................................................................................................... 71
iii
Release 2022 R2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates.8.1. Gathering RSM Job Logs for Systems Support ............................................................................ 71
8.2. Accessing ARC Log Files ............................................................................................................ 73
8.3. Setting the ARC_ROOT Environment Variable for Ansys RSM Cluster (ARC) Job Submission ......... 73
8.4. Dealing with a Firewall in a Multi-Node Ansys RSM Cluster (ARC) ................................................ 74
8.5. ARC Job Submission Errors ........................................................................................................ 74
Submitting Workbench, CFX, Fluent and Mechanical Jobs to Remote Solve Manager .................................... 77
1. Automatic Account Creation .............................................................................................................. 77
2. Submitting a CFX Job from Workbench to Remote Solve Manager ...................................................... 78
3. Submitting a Fluent Job from Workbench to Remote Solve Manager .................................................. 80
4. Submitting a Mechanical Job from Workbench to Remote Solve Manager .......................................... 83
5. Submitting a Project or Design Point Update from Workbench to Remote Solve Manager ................... 87
6. Monitoring and Troubleshooting Jobs ................................................................................................ 89
Configuring Custom Client-Side Integration ................................................................................................ 93
1. Before You Begin ............................................................................................................................... 93
2. Setting Up Custom Code References .................................................................................................. 94
2.1. Making Copies of Sample Code Files Using a Custom Keyword ................................................... 94
2.2. Customizing the Copied Code to Include the Desired Changes .................................................. 94
2.2.1. Modifying the Job Configuration File for the New Cluster Type .......................................... 95
2.2.2. Modifying the Custom HPC Commands File to Reference Custom Scripts .......................... 95
2.3. Modifying Scripts to Add Extra Functionality ............................................................................. 97
2.3.1. Submit Example ............................................................................................................... 98
2.3.2. Cancel Example .............................................................................................................. 100
3. Configuring RSM ............................................................................................................................. 102
3.1. Creating a Configuration for the Custom Cluster ...................................................................... 102
3.2. Testing the Cluster Configuration ............................................................................................ 107
Configuring Custom Cluster-Side Integration ............................................................................................ 109
1. Before You Begin ............................................................................................................................. 110
2. Setting Up Custom Code References ................................................................................................ 110
2.1. Logging On to the Cluster Head Node ..................................................................................... 111
2.2. Making a Copy of Supported Cluster Files ................................................................................ 111
2.3. Customizing the Code to Include the Desired Changes ............................................................ 111
2.3.1. Modifying the Job Configuration File for the New Cluster Type ........................................ 111
2.3.2. Modifying the Custom HPC Commands File to Reference Custom Scripts ......................... 112
2.4. Modifying Scripts to Add Extra Functionality ........................................................................... 117
2.4.1. Submit Example ............................................................................................................. 117
2.4.2. Cancel Example .............................................................................................................. 120
3. Configuring RSM ............................................................................................................................. 122
3.1. Creating a Configuration for the Custom Cluster in RSM ........................................................... 122
3.2. Testing the Cluster Configuration ............................................................................................ 126
Release 2022 R2 - © ANSYS, Inc. All rights reserved. - Contains proprietary and confidential information
of ANSYS, Inc. and its subsidiaries and affiliates.
iv
Remote Solve Manager R2022 R2 TutorialsList of Tables
1. ARC Log Files ........................................................................................................................................... 73

标签: Tutorial 2022 MA re 02

实例下载地址

Remote_Solve_Manager_Tutorial_2022

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警