Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Diff of /trunk/gadget/Makefile
[mareframe] / trunk / gadget / Makefile Repository:
ViewVC logotype

Diff of /trunk/gadget/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 17, Mon Nov 9 10:22:57 2015 UTC revision 19, Wed May 25 16:36:33 2016 UTC
# Line 7  Line 7 
7                -Wuninitialized -W -pedantic                -Wuninitialized -W -pedantic
8    
9  #DEFINE_FLAGS = -D DEBUG -D INTERRUPT_HANDLER -g -O3  #DEFINE_FLAGS = -D DEBUG -D INTERRUPT_HANDLER -g -O3
10  DEFINE_FLAGS = -D NDEBUG -D INTERRUPT_HANDLER -O3  DEFINE_FLAGS = -D NDEBUG -O3#-D INTERRUPT_HANDLER -O3
11  #DEFINE_FLAGS = -D NDEBUG -D INTERRUPT_HANDLER -O3 -pg  #DEFINE_FLAGS = -D NDEBUG -D INTERRUPT_HANDLER -O3 -pg
12  #-s  #-s
13    
# Line 35  Line 35 
35  #OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)  #OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)
36  ##########################################################################  ##########################################################################
37  # 2,5. Linux, Mac, Cgwin or Solaris, without MPI, using g++ compiler and OpenMP Reproducible  # 2,5. Linux, Mac, Cgwin or Solaris, without MPI, using g++ compiler and OpenMP Reproducible
 CXX = g++  
 LIBDIRS = -L. -L/usr/local/lib  
 LIBRARIES = -lm  
 CXXFLAGS = $(DEFINE_FLAGS) -fopenmp  
 OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)  
 ##########################################################################  
 # 2,6. Linux, Mac, Cgwin or Solaris, without MPI, using g++ compiler and OpenMP Speculative  
38  #CXX = g++  #CXX = g++
39  #LIBDIRS = -L. -L/usr/local/lib  #LIBDIRS = -L. -L/usr/local/lib
40  #LIBRARIES = -lm  #LIBRARIES = -lm
41  #CXXFLAGS = $(DEFINE_FLAGS) -fopenmp -DSPECULATIVE  #CXXFLAGS = $(DEFINE_FLAGS) -fopenmp
42  #OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)  #OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)
43  ##########################################################################  ##########################################################################
44    # 2,6. Linux, Mac, Cgwin or Solaris, without MPI, using g++ compiler and OpenMP Speculative
45    CXX = g++
46    LIBDIRS = -L. -L/usr/local/lib
47    LIBRARIES = -lm
48    CXXFLAGS = $(DEFINE_FLAGS) -fopenmp -DSPECULATIVE
49    OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)
50    ##########################################################################
51  # 3. Solaris, without pvm3, using CC compiler  # 3. Solaris, without pvm3, using CC compiler
52  #CXX = CC  #CXX = CC
53  #LIBDIRS = -L. -L/usr/local/lib  #LIBDIRS = -L. -L/usr/local/lib

Legend:
Removed from v.17  
changed lines
  Added in v.19

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge