version 1.1, 2017/01/17 18:43:40
|
version 1.2, 2017/01/17 22:40:54
|
|
|
# DO NOT COPY THIS FILE WITHOUT A THOROUGH UNDERSTANDING OF THE -mcmodel FLAG | # DO NOT COPY THIS FILE WITHOUT A THOROUGH UNDERSTANDING OF THE -mcmodel FLAG |
# all object files to be linked together must use the same memory model | # all object files to be linked together must use the same memory model |
| |
$(INV2DOBJ): $(SRCDIR)/$(d)/inv2d.f $(SRCDIR)/$(d)/Rules.mk $(SRCDIR)/$day/invobj.mk $(SRCDIR)/$(d)/../libs/inv2d/include?.f |
$(INV2DOBJ): $(SRCDIR)/$(d)/inv2d.f $(SRCDIR)/$(d)/Rules.mk $(SRCDIR)/$(d)/invobj.mk $(SRCDIR)/$(d)/../libs/inv2d/include?.f |
ifort -o $@ -c $< -I$(SRCDIR)/proj/globalhs/libs/inv2d -lmkl_em64t_sequential -mcmodel=medium -cpp -DCVSTAG='"$(GLOBALHS_TAG)"' | ifort -o $@ -c $< -I$(SRCDIR)/proj/globalhs/libs/inv2d -lmkl_em64t_sequential -mcmodel=medium -cpp -DCVSTAG='"$(GLOBALHS_TAG)"' |
| |