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

📄 .codingcheck

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 CODINGCHECK
字号:
# Here are names that at least at one point were used within ROMIO.# We should look at these and decide which we wish to allow and which # should be replaced with something more ROMIO-specific.%romioDefines = ( 'ROMIO_[A-Za-z0-9_]+' => romio, 	'PROFILE' => romio, 	'PRINT_ERR_MSG' => romio, 	'HPUX' => romio,	'SPPUX'=> romio,	'SX4'=> romio,	'AIO_SUN'=> romio,	'AIO_HANDLE_IN_AIOCB'=> romio,	'NO_FD_IN_AIOCB'=> romio,	'NO_AIO'=> romio,	'AIO_PRIORITY_DEFAULT'=> romio,	'AIO_SIGNOTIFY_NONE'=> romio,	'MPISGI'=> romio,	'CRAY'=> romio,	'PARAGON'=> romio,	'FREEBSD'=> romio,	'LINUX'=> romio,	'tflops'=> romio,	'NFS'=> romio,	'XFS'=> romio,	'CB_CONFIG_LIST_DEBUG'=> romio,	'SFS'=> romio,	'HFS'=> romio,	'UFS'=> romio,	'PVFS_.+' => romio,	'MPI_hpux'=> romio,	'FORTRANCAPS'=> romio,	'MPILAM'=> romio,	'NEEDS_ADIOCB_T'=> romio,	'AGG_DEBUG'=> romio,	'SOLARIS'=> romio,	'IRIX'=> romio,	'AIX'=> romio,	'DEC'=> romio,	'NEEDS_MPI_TEST'=> romio,	'PFS'=> romio,	'PIOFS'=> romio,	'MPICH'=> romio,	'MPICH2' => romio,	'MPI_OFFSET_IS_INT'=> romio,	'MPI_COMBINER_NAMED'=> romio,	'_UNICOS'=> romio,	'MPIHP'=> romio,	);# Only invoke this function if the function is defined (in case the# user removed the cpp defines check with -rmchecks=cppdefines)if (defined(&PushDefinesNames)) {   &PushDefinesNames( "romioDefines", "tree", "add" );}	1;

⌨️ 快捷键说明

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