Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[misc] spacing cosmetics
authorMillian Poquet <millian.poquet@inria.fr>
Tue, 20 Nov 2018 09:08:38 +0000 (10:08 +0100)
committerMillian Poquet <millian.poquet@inria.fr>
Wed, 21 Nov 2018 20:32:14 +0000 (21:32 +0100)
CMakeLists.txt
examples/smpi/ampi/ampi.tesh
tools/cmake/MakeLib.cmake

index daab600..3d9417b 100644 (file)
@@ -426,7 +426,7 @@ if(CMAKE_USE_PTHREADS_INIT)
             RUN_OUTPUT_VARIABLE semopen_runmsg)
     
     if(semopen_compilable)
-      if(NOT semopen_retval) # error if not 0
+      if(NOT semopen_retval) # error if not 0
         message(STATUS "sem_open is compilable and executable")
        set(HAVE_SEM_OPEN 1)
       else()
@@ -458,7 +458,7 @@ if(CMAKE_USE_PTHREADS_INIT)
             RUN_OUTPUT_VARIABLE seminit_runmsg)
     
     if(seminit_compilable)
-      if(NOT seminit_retval) # error if not 0
+      if(NOT seminit_retval) # error if not 0
         message(STATUS "sem_init is compilable and executable")
        set(HAVE_SEM_INIT 1)
       else()
index 065216c..3cb405a 100644 (file)
@@ -30,5 +30,5 @@ $ bash -c "cat ${bindir:=.}/smpi_trace.trace_files/*"
 > 2 migrate 400
 > 2 finalize
 
-$ rm -rf ${bindir:=.}/smpi_trace.trace 
+$ rm -rf ${bindir:=.}/smpi_trace.trace
 $ rm -rf ${bindir:=.}/smpi_trace.trace_files
index d7f1ade..f937e5a 100644 (file)
@@ -5,8 +5,8 @@
 set(CMAKE_MACOSX_RPATH TRUE)
 if(APPLE)
   SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) # When installed, use system path
-  set(CMAKE_SKIP_BUILD_RPATH FALSE)         # When executing from build tree, take the lib from the build path if exists
-  set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) # When executing from build tree, take the lib from the system path if exists
+  set(CMAKE_SKIP_BUILD_RPATH FALSE)         # When executing from build tree, take the lib from the build path if exists
+  set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) # When executing from build tree, take the lib from the system path if exists
 
   # add the current location of libsimgrid-java.dynlib as a location for libsimgrid.dynlib
   # (useful when unpacking the native libraries from the jarfile)