📄 makefile.timing
字号:
# Add $(PROF_OBJ) to the dependency line# Add $(PROF_FLG) to the compile line# Add $(PROF_LIB) to the link line, after the main code but before -lmpi# Add $(PROF_CLN) to the clean lineWGEN_DIR = $(MPIR_HOME)/profiling/wrappergenPROF_DIR = $(MPIR_HOME)/profiling/libPROF_DEF = $(PROF_DIR)/time_wrappers.wPROF_ARG = -w $(PROF_DIR)/time_wrappers.wPROF_SRC = time_wrappers.cPROF_CLN = $(PROF_SRC) *.profPROF_OBJ = time_wrappers.oPROF_FLG = -I$(MPIR_HOME)/profiling/lib -I$(MPE_DIR)PROF_LIB = $(PROF_OBJ) -lmpe -lpmpi $(WGEN_DIR)/wrappergen: (cd $(WGEN_DIR); make wrappergen)$(PROF_SRC): $(PROF_DEF) $(WGEN_DIR)/wrappergen $(WGEN_DIR)/wrappergen $(PROF_ARG) -o $(PROF_SRC)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -