source: TOOLS/PACK_IPSL/Makefile @ 1856

Last change on this file since 1856 was 1853, checked in by gpincka, 12 years ago

principalement : enchainement du launcher parallele + gestion reprise du code parallele

File size: 330 bytes
RevLine 
[1853]1
[1849]2MPICC=mpicc
[1853]3MPICC_OPTS=-g
4# do not forget "module load libccc_user" before
5ifneq ($(CCC_LIBCCC_USER_LDFLAGS),)
6LIBS=$(CCC_LIBCCC_USER_LDFLAGS) 
7MPICC_OPTS+=-D __HAVE_LIBCCC_USER__ -I$(CCC_LIBCCC_USER_INC_DIR)
8endif
[1849]9
10.PHONY: all
[1853]11all : glost_launch
[1849]12
[1853]13%:%.c
14        $(MPICC) $(MPICC_OPTS) -o $@ $< $(LIBS)
[1849]15
[1853]16clean:
17        $(RM) glost_launch
[1849]18
19
20
21
22
23
Note: See TracBrowser for help on using the repository browser.