Ignore:
Timestamp:
06/28/16 18:04:12 (8 years ago)
Author:
dumas
Message:

OpenMP parallelization in remplimat-shelves-tabTu.f90 and simplified compilation options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Makefile.grisli.inc

    r68 r75  
    341341        echo 'entree fichier parametre par commande echo job' 
    342342 
    343          $(FT) $(NETCDFINCLUDE) -c initial-phy-2-job.f90 
     343         $(FT) $(NCDF_INC) -c initial-phy-2-job.f90 
    344344else     
    345345        echo ' fichier parametre defini par runname' 
    346          $(FT) $(NETCDFINCLUDE) -c initial-phy-2.f90 
     346         $(FT) $(NCDF_INC) -c initial-phy-2.f90 
    347347endif 
    348348 
    349349# Hemin40_files : 
    350350%.o: Hemin40_files/%.f90 
    351         $(FT) $(NETCDFINCLUDE) -c Hemin40_files/$*.f90 
     351        $(FT) $(NCDF_INC) -c Hemin40_files/$*.f90 
    352352 
    353353# Hemin15_files 
    354354%.o: Hemin15_files/%.f90 
    355         $(FT) $(NETCDFINCLUDE) -c Hemin15_files/$*.f90 
     355        $(FT) $(NCDF_INC) -c Hemin15_files/$*.f90 
    356356         
    357357# Antarctique_general_files 
    358358%.o: Antarctique_general_files/%.f90 
    359         $(FT) $(NETCDFINCLUDE) -c Antarctique_general_files/$*.f90 
     359        $(FT) $(NCDF_INC) -c Antarctique_general_files/$*.f90 
    360360         
    361361# GrIce2sea_files 
    362362%.o: GrIce2sea_files/%.f90 
    363         $(FT) $(NETCDFINCLUDE) -c GrIce2sea_files/$*.f90 
     363        $(FT) $(NCDF_INC) -c GrIce2sea_files/$*.f90 
    364364         
    365365# Ant40_files 
    366366%.o: Ant40_files/%.f90 
    367         $(FT) $(NETCDFINCLUDE) -c Ant40_files/$*.f90 
     367        $(FT) $(NCDF_INC) -c Ant40_files/$*.f90 
    368368         
    369369# ANT15-LBq_files 
    370370%.o: ANT15-LBq_files/%.f90 
    371         $(FT) $(NETCDFINCLUDE) -c ANT15-LBq_files/$*.f90 
     371        $(FT) $(NCDF_INC) -c ANT15-LBq_files/$*.f90 
    372372         
    373373# Greeneem_files/Greeneem15_files 
    374374%.o: Greeneem_files/Greeneem15_files/%.f90 
    375         $(FT) $(NETCDFINCLUDE) -c Greeneem_files/Greeneem15_files/$*.f90 
     375        $(FT) $(NCDF_INC) -c Greeneem_files/Greeneem15_files/$*.f90 
    376376         
    377377# Greeneem_files 
    378378%.o: Greeneem_files/%.f90 
    379         $(FT) $(NETCDFINCLUDE) -c Greeneem_files/$*.f90 
     379        $(FT) $(NCDF_INC) -c Greeneem_files/$*.f90 
    380380                 
    381381# Draggings_modules 
    382382%.o: Draggings_modules/%.f90 
    383         $(FT) $(NETCDFINCLUDE) -c Draggings_modules/$*.f90 
     383        $(FT) $(NCDF_INC) -c Draggings_modules/$*.f90 
    384384         
    385385# Snowball_files 
    386386%.o: Snowball_files/%.f90 
    387         $(FT) $(NETCDFINCLUDE) -c Snowball_files/$*.f90 
     387        $(FT) $(NCDF_INC) -c Snowball_files/$*.f90 
    388388         
    389389         
    390390# subroutines communes : 
    391391%.o: %.f90 
    392         $(FT) $(NETCDFINCLUDE) -c $*.f90 
     392        $(FT) $(NCDF_INC) -c $*.f90 
    393393         
    394394# New-remplimat : 
    395395%.o : New-remplimat/%.f90 
    396         $(FT) $(NETCDFINCLUDE) -c New-remplimat/$*.f90 
     396        $(FT) $(NCDF_INC) -c New-remplimat/$*.f90 
    397397         
    398398# Netcdf-routines : 
    399399%.o: Netcdf-routines/%.f90 
    400         $(FT) $(NETCDFINCLUDE) -c Netcdf-routines/$*.f90 
     400        $(FT) $(NCDF_INC) -c Netcdf-routines/$*.f90 
    401401         
    402402#toy_recul : 
    403403%.o: Recul_force_grounding_line/%.f90 
    404         $(FT) $(NETCDFINCLUDE) -c Recul_force_grounding_line/$*.f90 
     404        $(FT) $(NCDF_INC) -c Recul_force_grounding_line/$*.f90 
    405405         
    406406#Temperature : 
    407407%.o : Temperature-routines/%.f90 
    408         $(FT) $(NETCDFINCLUDE) -c Temperature-routines/$*.f90 
     408        $(FT) $(NCDF_INC) -c Temperature-routines/$*.f90 
    409409         
    410410# BLAS : 
Note: See TracChangeset for help on using the changeset viewer.