Ask a questionAsk a question
 

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

  • Thursday, November 05, 2009 9:24 PMR. Roger Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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.

Answers

  • Sunday, November 15, 2009 6:22 PMLioMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    make sure that you have deployed msvcrt*.dll for x64 bit on the cluster.
    • Proposed As Answer byLioMSFTTuesday, November 24, 2009 7:52 AM
    • Marked As Answer byR. Roger 13 hours 34 minutes ago
    •  

All Replies

  • Sunday, November 15, 2009 6:22 PMLioMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    make sure that you have deployed msvcrt*.dll for x64 bit on the cluster.
    • Proposed As Answer byLioMSFTTuesday, November 24, 2009 7:52 AM
    • Marked As Answer byR. Roger 13 hours 34 minutes ago
    •  
  • 13 hours 31 minutes agoR. Roger Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks lot for your reply. In fact, the problem is that the support team forgot to install C run time on one node.