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

คำตอบ failed to summit MPI application builded with 64-bit binary code

  • giovedì 5 novembre 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.

Tutte le risposte

  • domenica 15 novembre 2009 18:22
     
     Con risposta
    make sure that you have deployed msvcrt*.dll for x64 bit on the cluster.
    • Proposto come risposta Lio martedì 24 novembre 2009 07:52
    • Contrassegnato come risposta R. Roger mercoledì 25 novembre 2009 04:34
    •  
  • mercoledì 25 novembre 2009 04:38
     
     
    Thanks lot for your reply. In fact, the problem is that the support team forgot to install C run time on one node.
  • lunedì 15 febbraio 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