⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 s.plg

📁 在fortran编译环境下用mpi实现两个二维矩阵相乘
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: s - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\hp\LOCALS~1\Temp\RSP6B.tmp" with contents
[
/check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB" 
"D:\s\ss.for"
]
Creating command line "link.exe ws2_32.lib mpichd.lib kernel32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/s.pdb" /debug /machine:I386 /out:"Debug/s.exe" /pdbtype:sept /libpath:"C:\Program Files\MPICH\SDK\Lib"  .\Debug\ss.obj "
<h3>Output Window</h3>
Compiling Fortran...
D:\s\ss.for
D:\s\ss.for(50) : Warning: Routine MPI_SEND called with different number of actual arguments in earlier call - C attribute required if intended.
 call MPI_SEND(buffer,cols,MPI_REAL,sender,numsent+1,
--------^
D:\s\ss.for(55) : Warning: Routine MPI_SEND called with different number of actual arguments in earlier call - C attribute required if intended.
 call MPI_SEND(1.0,0,MPI_REAL,sender,0,MPI_COMM_WORDLD,ierr)
--------^
D:\s\ss.for(66) : Warning: Routine MPI_SEND called with different number of actual arguments in earlier call - C attribute required if intended.
 call MPI_SEND(ans,1,MPI_REAL,master,row,MPI_COMM_WORLD,ierr)
--------^
Linking...
ss.obj : error LNK2001: unresolved external symbol _MPI_SEND@32
Debug/s.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.



<h3>Results</h3>
s.exe - 2 error(s), 3 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -