OpenFOAM跨节点并行计算报错

各位大佬好,刚尝试在一台服务器上进行OpenFOAM跨节点的并行计算,测试案例是dambreak,所用版本为OpenFOAM8。我参照该链接中的做法,对/etc路径下的hosts以及/networking路径下的interfaces文件进行了修改:

hosts

127.0.0.1 localhost
127.0.1.1 ubuntu

The following lines are desirable for IPv6 capable hosts

::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

10.10.61.90 ip1
192.16.0.25 ip2
192.16.1.25 ip3

interfaces

This file describes the network interfaces available on your system

and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

The loopback network interface

auto lo

iface lo inet loopback

The primary network interface

auto ens8f3
iface ens8f3 inet static
address 10.10.61.90
netmask 255.255.255.0
broadcast 10.10.61.255
gateway 10.10.61.254
dns-nameservers 202.127.155.1

address 202.127.156.7

netmask 255.255.255.224

gateway 202.127.156.30

dns-nameservers 159.226.125.110

dns-nameservers 114.114.114.114

address 10.10.61.90

netmask 255.255.255.0

gateway 10.10.61.254

dns-nameservers 202.127.155.1

dns-nameservers 114.114.114.114

This is an autoconfigured IPv6 interface

iface lo inet6 auto
auto enP1p130s0f0
iface enP1p130s0f0 inet static
address 192.16.0.25
netmask 255.255.255.0

auto enP1p130s0f1
iface enP1p130s0f1 inet static
address 192.16.1.25
netmask 255.255.255.0

随后,在dambreak案例目录下创建了machines文件,

machines

ip1 slot=1
ip2 slot=2
ip3 slot=1

并执行’mpirun -np 4 --hostfile machines interFoam -parallel’,但是计算并未开始,而是出现如下报错信息:


请问各位大佬,这是哪个文件里的设置出了问题呢?

另外,为何在使用lscpu时能看到很多NUMA节点,但在ifconfig时只有三个ip,其他的都是如下面这种情况,这是硬件配置的问题吗?

lscpu

架构: x86_64
CPU 运行模式: 32-bit, 64-bit
字节序: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU: 512
在线 CPU 列表: 0-511
每个核的线程数: 2
每个座的核数: 16
座: 16
NUMA 节点: 16
厂商 ID: GenuineIntel
CPU 系列: 6
型号: 79
型号名称: Intel(R) Xeon(R) CPU E7-4850 v4 @ 2.10GHz
步进: 1
CPU MHz: 2099.705
CPU 最大 MHz: 2100.0000
CPU 最小 MHz: 1200.0000
BogoMIPS: 4200.11
虚拟化: VT-x
L1d 缓存: 8 MiB
L1i 缓存: 8 MiB
L2 缓存: 64 MiB
L3 缓存: 640 MiB
NUMA 节点0 CPU: 0-15,256-271
NUMA 节点1 CPU: 16-31,272-287
NUMA 节点2 CPU: 32-47,288-303
NUMA 节点3 CPU: 48-63,304-319
NUMA 节点4 CPU: 64-79,320-335
NUMA 节点5 CPU: 80-95,336-351
NUMA 节点6 CPU: 96-111,352-367
NUMA 节点7 CPU: 112-127,368-383
NUMA 节点8 CPU: 128-143,384-399
NUMA 节点9 CPU: 144-159,400-415
NUMA 节点10 CPU: 160-175,416-431
NUMA 节点11 CPU: 176-191,432-447
NUMA 节点12 CPU: 192-207,448-463
NUMA 节点13 CPU: 208-223,464-479
NUMA 节点14 CPU: 224-239,480-495
NUMA 节点15 CPU: 240-255,496-511
Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Full generic retpoline, IBPB conditional, IBRS_FW, STIBP conditional, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable
标记: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm arat pln pts md_clear flush_l1d

ifconfig部分内容

enP1p65s0f0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether f4:4c:7f:94:d3:79 txqueuelen 1000 (以太网)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xc3d00000-c3dfffff
enP1p65s0f1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether f4:4c:7f:94:d3:7a txqueuelen 1000 (以太网)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xc3c00000-c3cfffff