readme
来自「mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环」· 代码 · 共 14 行
TXT
14 行
This readme describes the plan for generating tests automaticallyfrom the description in the structured comment, along with some additional information. For each source file:1. Find the structured comment (/*@)2. Find the "Input Parameters" entry and read the parameters (lines starting with +, . and ending with -; single args use .3. Find the "Output Parameters" and match types as for input parameters4. For each input parameter, check the defined values (range) and generate test calls. E.g., for ravalude that should be non-negatiuve integers, make a call with a negative value.5. Use template for the start/end of the test program
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?