📄 make.def.sun_ultra_sparc
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -