failed to summit MPI application builded with 64-bit binary code

Answered failed to summit MPI application builded with 64-bit binary code

  • 5. listopadu 2009 21:24
     
     
    I have an application running on Windows HPC 2008. There is no problem with 32-bit binary code. However, I can not submit the job for 64-bit binary code. It was release build with amd64 msmpi.lib. I can run the code on one node through mpiexec command. However, if I submit the job on multiple node it failed with following error message.

    Aborting: failed to launch '\\TDCMFCPWOPHpF01\HPC_APPS\rluo\mpi_demo_64.exe' on TDCMFCPWOPCNA01
    Error (14001) The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail.

Všechny reakce

  • 15. listopadu 2009 18:22
     
     Odpovědět
    make sure that you have deployed msvcrt*.dll for x64 bit on the cluster.
    • Navržen jako odpověď Lio 24. listopadu 2009 7:52
    • Označen jako odpověď R. Roger 25. listopadu 2009 4:34
    •  
  • 25. listopadu 2009 4:38
     
     
    Thanks lot for your reply. In fact, the problem is that the support team forgot to install C run time on one node.
  • 15. února 2010 19:40
     
     
    Hello. I have the same issue and I am not too computer savvy. Can you please tell me how to fix this? Thank you