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 11, Thu Jul 23 19:00:38 2015 UTC revision 12, Fri Jul 24 18:36:24 2015 UTC
# Line 33  Line 33 
33  #OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)  #OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)
34  ##########################################################################  ##########################################################################
35  # 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: launch gadget with -omp  
36  CXX = g++  CXX = g++
37  LIBDIRS = -L. -L/usr/local/lib  LIBDIRS = -L. -L/usr/local/lib
38  LIBRARIES = -lm  LIBRARIES = -lm
39  CXXFLAGS = $(DEFINE_FLAGS) -fopenmp -D GADGET_OPENMP  CXXFLAGS = $(DEFINE_FLAGS) -fopenmp
40  OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)  OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)
41  ##########################################################################  ##########################################################################
42    # 2,6. Linux, Mac, Cgwin or Solaris, without MPI, using g++ compiler and OpenMP Speculative
43    #CXX = g++
44    #LIBDIRS = -L. -L/usr/local/lib
45    #LIBRARIES = -lm
46    #CXXFLAGS = $(DEFINE_FLAGS) -fopenmp -D GADGET_OPENMP
47    #OBJECTS = $(GADGETINPUT) $(GADGETOBJECTS)
48    ##########################################################################
49  # 3. Solaris, without pvm3, using CC compiler  # 3. Solaris, without pvm3, using CC compiler
50  #CXX = CC  #CXX = CC
51  #LIBDIRS = -L. -L/usr/local/lib  #LIBDIRS = -L. -L/usr/local/lib

Legend:
Removed from v.11  
changed lines
  Added in v.12

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

Powered By FusionForge