Changeset 6012d3f for Makefile


Ignore:
Timestamp:
11/19/09 11:29:33 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
30644a9
Parents:
c021909
Message:

Include init_lund in dependencies.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@30 26dc1dd8-5c4e-0410-9ffe-d298b4865968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rc021909 r6012d3f  
    1818
    1919# ==================================== Variables for compiling and linking
    20 # L_FLAGS=-g
     20L_FLAGS=-g
    2121# Linker flags
    2222# Default flags, e.g., for gfortran, g77
    23 L_FLAGS=-O2 -g
     23#L_FLAGS=-O2 -g
    2424
    2525# Flags for Intel's ifort
    26 # L_FLAGS=-O3 -axW -g
    27 
     26#L_FLAGS=-O3 -axT -g
     27#L_FLAGS=-fast -parallel
    2828# FLAGS for Cray
    2929# L_FLAGS=-fastsse -Mipa
     
    3737# Compiler flags
    3838# Default flags, e.g., for gfortran, g77
    39 F_FLAGS=-c -O2 -g
     39#F_FLAGS=-c -O2 -g
    4040# Flags for Intel's ifort
    41 # F_FLAGS=-c -O3 -axW -g
     41#F_FLAGS=-c -O3 -axT -g
     42#F_FLAGS=-c -fast -parallel
    4243# Flags for debugging build
    43 # F_FLAGS=-c -O0 -g
     44 F_FLAGS=-c -O0 -g
    4445# FLAGS for Cray
    4546# F_FLAGS=-c -fastsse -Mipa
     
    5152
    5253# Select your compiler
    53 #F90=ifort
     54F90=ifort
    5455#F90=pgf90
    5556#F90=xlf
    56 F90=gfortran
     57#F90=gfortran
    5758MPIF90=mpif90
    5859
     
    6869init_energy.o init_molecule.o gradient.o energy.o \
    6970regul.o nursvr.o twister.o eninteract.o bgs.o eyabgn.o enylun.o utilities.o\
    70 partem_s.o esolan.o opesol.o
     71partem_s.o esolan.o opesol.o init_lund.o
    7172#_________Serial implementation of ECEPP/3 and solvent
    7273SOBJ=enyshe.o enysol.o
     
    8485
    8586
    86 pyInterface=init_molecule init_energy mulcan_par mulcan_sim \
    87 init_lund sgrnd energy helix zimmer rgyr rmsdfun \
    88 anneal canon  outpdb  minim  regul contacts interhbond hbond
     87pyInterface=init_molecule init_energy
     88#mulcan_par mulcan_sim \
     89#init_lund sgrnd energy helix zimmer rgyr rmsdfun \
     90#anneal canon  outpdb  minim  regul contacts interhbond hbond setvar\
     91#enysol
    8992# metropolis
    9093# ============================================== Linking
     
    125128pybind: $(FILES)
    126129        #./rmexclpoint.py $(FILES)
    127         f2py -c -m smmp smmp.pyf $(FILES) --f90exec=$(F90) --f77exec=$(F90)
     130#       f2py -c -m smmp min_smmp.pyf $(FILES) --fcompiler=gnu95
    128131        #./restoreexclpoint.py $(FILES)
    129132
    130133newpybind: $(FILES)
    131134        ./rmexclpoint.py $(FILES)
    132         mv smmp.pyf smmp.pyf.bak
    133         f2py -h smmp.pyf -m smmp only: ${pyInterface} : $(FILES)
     135#       mv smmp.pyf smmp.pyf.bak
     136        f2py -h min_smmp.pyf -m smmp only: ${pyInterface} : $(FILES)
    134137        ./restoreexclpoint.py $(FILES)
    135138
Note: See TracChangeset for help on using the changeset viewer.