?? s.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 + -