make.def.sun_ultra_sparc

来自「NPB2.4 源代码」· SUN_ULTRA_SPARC 代码 · 共 31 行

SUN_ULTRA_SPARC
31
字号
#    This is for a Sun SparcCenter or UltraEnterprise machine MPIF77     = f77FLINK      = f77FMPI_LIB   = -L<your mpich installation tree>/lib/solaris/ch_lfshmem -lmpiFMPI_INC   = -I<your mpich installation tree>/include#    sparc10,20 SparcCenter{1,2}000 (uname -m returns sun4m)#    and f77 -V returns 4.0 or greater# FFLAGS   = -fast -xtarget=super -xO4 -depend#    Ultra1,2, UltraEnterprise servers (uname -m returns sun4u)FFLAGS     = -fast -xtarget=ultra -xarch=v8plus -xO4 -dependFLINKFLAGS = -lmopt -lcopt -lsunmathMPICC      = ccCLINK      = ccCMPI_LIB   = -L<your mpich installation tree>/lib/solaris/ch_lfshmem -lmpiCMPI_INC   = -I<your mpich installation tree>/include#    sparc10,20 SparcCenter{1,2}000 (uname -m returns sun4m)#    and cc -V returns 4.0 or greater#CFLAGS	   =  -fast -xtarget=super -xO4 -xdepend#    Ultra1,2, UltraEnterprise servers (uname -m returns sun4u)CFLAGS     =  -fast -xtarget=ultra -xarch=v8plus -xO4 -xdependCLINKFLAGS = -fastCC         = cc -gBINDIR     = ../bin#    Cannot use randi8 or randi8-safe on a 32-but machine. Use double precisionRAND       = randdp

⌨️ 快捷键说明

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