简体   繁体   中英

DRBL cluster with Open MPI 1.8.4

When virtual/diskless node is used on DRBL cluster using Open MPI version 1.8.4, the error occurs:

Error: unknown option "--hnp-topo-sig" 

I guess something with the topology signature and looks new. Any suggestions? Typical command:

mpirun --machinefile machines -np 4 mpi_hello 

machinefile: node1 slots = 4

Thank you in advance

This suggests that you are running different mpi versions on the nodes. You can confirm if this is the case by ssh'ing into each node and running 'mpirun --version'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM