Resources for IT Professionals > 포럼 홈 > Windows HPC Server Developers - General > mpiexec -tracefile option does not work on cluster?
질문하기질문하기
 

답변됨mpiexec -tracefile option does not work on cluster?

  • 2009년 6월 30일 화요일 오후 7:22tosa.yasunari 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I thought that it is a good idea to try "mpiexec -tracefile mytrace.etl MPIApp.exe".    I get the error:
    Aborting: failed to start tracing on CNODE00
    Error(183) Cannot create a file when that file already exists.

    I have no problem running "mpiexec MPIApp.exe".  

    Can you tell me how I can get the trace file? 

    Thank you.

답변

  • 2009년 7월 6일 월요일 오후 5:01LioMSFT사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Hi,

    One posability is that the tracing session is still on from a failed (Ctrl-C) run or a cancelled job; hence the new run can not create that session again.

    Run "logman stop msmpi -ets" and then retry tracing.

    .Erez

모든 응답

  • 2009년 7월 3일 금요일 오전 7:12Johannes_de 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hello,

    there might be an issue with the access permissions.
    What working directory did you set? Have you write /create permissions there?
    Otherwise the trace file might be written to one default location for all users and you might not have sufficient rights to overwrite the trace files of other users.

    Johannes
    JH
  • 2009년 7월 6일 월요일 오후 5:01LioMSFT사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Hi,

    One posability is that the tracing session is still on from a failed (Ctrl-C) run or a cancelled job; hence the new run can not create that session again.

    Run "logman stop msmpi -ets" and then retry tracing.

    .Erez