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

📄 makefile.in

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 IN
字号:
CC = @TEST_CC@F77 = @TEST_F77@INCLUDE_DIR = @ROMIO_INCLUDE@# because := is not universally avalible, we have to play games to use the# user-specificed LDFLAGS and OUR_LIBS env. variables (if set)OUR_LIBS = @TEST_LIBNAME@ @MPI_LIB@ @ROMIO_LIBLIST@ ${LDFLAGS} ${LIBS}USER_CFLAGS = @CPPFLAGS@ @USER_CFLAGS@ $(INCLUDE_DIR)USER_FFLAGS = @CPPFLAGS@ @USER_FFLAGS@ $(INCLUDE_DIR)CTESTS = simple perf async coll_test coll_perf misc file_info excl large_array \     atomicity noncontig i_noncontig noncontig_coll split_coll shared_fp \     large_file psimple error status noncontig_coll2FTESTS = fcoll_test fperf fmisc pfcoll_test srcdir=@srcdir@@VPATH@all: c-test @FORTRAN_TEST@c-test: $(CTESTS)default: all.c.o:	$(CC) $(USER_CFLAGS) -c $<.f.o:	$(F77) $(USER_FFLAGS) -c $<.o:	$(CC) $(USER_CFLAGS) -o  $@ $< $(OUR_LIBS)clean: 	rm -f .P* PI* *.o 	rm -f $(CTESTS) $(FTESTS)	@-rm -f work.pc work.pclsimple: simple.opsimple: psimple.operf: perf.oexcl: excl.ostatus: status.oasync: async.oatomicity: atomicity.ocoll_test: coll_test.ocoll_perf: coll_perf.omisc: misc.ononcontig: noncontig.oi_noncontig: i_noncontig.ononcontig_coll: noncontig_coll.ononcontig_coll2: noncontig_coll2.ofile_info: file_info.oerror: error.oshared_fp: shared_fp.osplit_coll: split_coll.o#fperf: fperf.o#fcoll_test: fcoll_test.o#pfcoll_test: pfcoll_test.o#fmisc: fmisc.olarge_file: large_file.olarge_array: large_array.o## The Fortran tests must be built with the Fortran linkerfperf: fperf.o	$(F77) $(USER_FFLAGS) -o  fperf fperf.o $(OUR_LIBS)fcoll_test: fcoll_test.o	$(F77) $(USER_FFLAGS) -o  fcoll_test fcoll_test.o $(OUR_LIBS)fmisc: fmisc.o	$(F77) $(USER_FFLAGS) -o  fmisc fmisc.o $(OUR_LIBS)pfcoll_test: pfcoll_test.o		$(F77) $(USER_FFLAGS) -o  pfcoll_test pfcoll_test.o $(OUR_LIBS)#testing: #	-./runtests $(TESTARGS)cleanall:	-@rm -f .P* PI* misc.c large_file.c fcoll_test.f fmisc.f fperf.f \mpif.h simple async coll_test coll_perf misc perf fcoll_test fperf fmisc file_info excl large_array large_file noncontig i_noncontig noncontig_coll atomicity *.out runtests pfcoll_test.f pfcoll_test noncontig_coll2

⌨️ 快捷键说明

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