我正在尝试从 Azure HPC 示例项目中禁用 SOA。我已按照http://msdn.microsoft.com/en-us/library/hh674347(v=vs.85).aspx中的说明删除了 config.EnableSOA 这行 这会导致 hpcbootstrapepr 失败,并且 hpc 作业调度程序是未正确启动。
如果我重新执行 E:\plugins\HpcHeadNode\HPCPack\bin\hpcbootstrapper.exe 作业调度程序安装将完成,我可以执行 MPI 作业。
我只想使用 MSMPI 并使部署尽可能小。(目前约为 56Mb)
使用 SDK 1.8 和来自http://code.msdn.microsoft.com/windowsazure/Windows-Azure-HPC-7d75eb26的最新 AppConfigure 项目
9/24/2013 10:22:05 PM: Executing command: D:\Windows\System32\wevtutil.exe im E:\plugins\HpcHeadNode\HPCPack\bin\RuntimeEvents.man /rf:E:\plugins\HpcHeadNode\HPCPack\bin\BrokerBase.dll /mf:E:\plugins\HpcHeadNode\HPCPack\bin\BrokerBase.dll /pf:E:\plugins\HpcHeadNode\HPCPack\bin\BrokerBase.dll
9/24/2013 10:22:05 PM: Unhandled exception: Soa runtime ETW manifest installation failed with exit code 2.
Output:
Error:
The system cannot find the file specified.
9/24/2013 10:22:05 PM: at HPCBootStrapper.Utils.ExecuteCommandInternal(String cmdPath, String cmdArgs, String actionDesc, Int32 errorToIgnore, Int32 retryErrorCode, Int32 retryTimes, Int32 retryIntervalMs, Int32 procTimeoutMs)
at HPCBootStrapper.HpcSoa.InstallETWManifests()
at HPCBootStrapper.HpcSoa.ConfigureSoa(List`1 modules)
at HPCBootStrapper.HpcBootStrapper.BootStrap(List`1 modules)
at HPCBootStrapper.HpcBootStrapper.Main(String[] args)