使用 .ini 文件

当启动本地 Simcenter STAR-CCM+ 模拟时,可以使用 .ini 文件来作为常规和客户端命令行选项的快捷方式。

要使用此功能,将 -ini 选项添加到行命令中:

% starccm+ -ini myinifile.ini <simfile>

该文件包含简单列出的命令,以 # 开始的任何行均视为注释。例如,如果在系统中通常偏好使用 rsh 而不是 ssh,则 .ini 文件的外观可能如下所示:

# set default rsh command 
-rsh rsh

可构建的更复杂的 .ini 文件如下所示:

# set default rsh command
-rsh rsh
# set batchsystem and always allocate the controller process to a cpu/core shared with a worker process
-batchsystem pbs:
# MPI options 
#   - Intel MPI
#   - PSM2 fabric
-mpi intel
-fabric psm2

传送到命令行的自变量优先级高于 .ini 文件中所列出的自变量。例如,假设发出以下命令行:

% starccm+ -ini myinifile.ini <simfile> -rsh ssh

命令行中的 -rsh 自变量优先级高于 .ini 文件中的自变量。目前尚不能合并这两种自变量。

系统管理员可以创建将这些选项应用于所有服务器的全局 .ini 文件。