Quantcast
Channel: Clusters and HPC Technology
Viewing all articles
Browse latest Browse all 927

[-1:12528]ERROR:execvp error on file: C:\Users\ASUS-pc\source\repos\Console2\Console2\x64\Debug\Console2.exe, 拒绝访问。

$
0
0

在调试mpi时出现如下问题

代码

      program main
       include 'mpif.h'
       character* (MPI_MAX_PROCESSOR_NAME) processor_name
       integer myid,numprocs,namelen,rc,ierr
       call MPI_INIT( ierr )
      call MPI_COMM_RANK( MPI_COMM_WORLD, myid, ierr )
       call MPI_COMM_SIZE( MPI_COMM_WORLD, numprocs, ierr )
       call MPI_GET_PROCESSOR_NAME(processor_name, namelen, ierr)
       write(*,10) myid,numprocs,processor_name
 10  FORMAT('Hello World! Process ',I2,' of ',I1,' on ', 20A)
       call MPI_FINALIZE(rc)
       end

结果

[-1:12528]ERROR:execvp error on file: C:\Users\ASUS-pc\source\repos\Console2\Console2\x64\Debug\Console2.exe, 拒绝访问。
[-1:12528]ERROR:execvp error on file: C:\Users\ASUS-pc\source\repos\Console2\Console2\x64\Debug\Console2.exe, 拒绝访问。
[-1:12528]ERROR:execvp error on file: C:\Users\ASUS-pc\source\repos\Console2\Console2\x64\Debug\Console2.exe, 拒绝访问。
[-1:12528]ERROR:execvp error on file: C:\Users\ASUS-pc\source\repos\Console2\Console2\x64\Debug\Console2.exe, 拒绝访问。


Viewing all articles
Browse latest Browse all 927

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>