# -*-Makefile-*- # # Copyright (c) 2008 Kristopher L. Kuhlman (kuhlman at hwr dot arizona dot edu) # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # # Malama, B., A. Revil, and K.L. Kuhlman, 2009. A semi-analytical solution # for transient streaming potentials associated with confined aquifer # pumping tests, Geophysical Journal International, 176(3), 1007–1016. # http://dx.doi.org/10.1111/j.1365-246X.2008.04014.x # # Malama, B., K.L. Kuhlman, and A. Revil, 2009. Theory of transient # streaming potentials associated with axial-symmetric flow in unconfined # aquifers, Geophysical Journal International, 179(2), 990–1003. # http://dx.doi.org/10.1111/j.1365-246X.2009.04336.x # # $Id: Makefile.intel,v 1.1 2007/03/06 17:40:05 kris Exp kris $ ################################################## # flags / settings for Intel 8.1 compiler ## you can remove the -parallel flag, it can cause compatibility problems DEBUG = -O0 -g -warn all -check all -debug full -DDEBUG INTEL = -DINTEL PERF = -O3 -ipo -axN F90 = ifort CPP = -cpp FREE = -free PERFLDFLAGS = ${PERF} ################################################## ## common things between both compilers go here #include Makefile.mpfun include Makefile