Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Link to Libsimgrid.so.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 9 Apr 2010 12:03:58 +0000 (12:03 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 9 Apr 2010 12:03:58 +0000 (12:03 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7510 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/src/CMakeMakeExeLib.txt
examples/ruby/MasterSlave.rb
examples/ruby/PingPong.rb
examples/ruby/Quicksort.rb

index cceeba2..3b0bcda 100644 (file)
@@ -35,7 +35,7 @@ endif(pthread)
 
 if(HAVE_LUA)
        SET(SIMGRID_DEP "${SIMGRID_DEP} -ldl -l${liblua}")
 
 if(HAVE_LUA)
        SET(SIMGRID_DEP "${SIMGRID_DEP} -ldl -l${liblua}")
-       exec_program("ln -sf ${PROJECT_DIRECTORY}/src/.libs/libsimgrid.* ${PROJECT_DIRECTORY}/examples/lua/simgrid.so" "${PROJECT_DIRECTORY}"  OUTPUT_VARIABLE LIEN_OK)
+       exec_program("ln -sf ${PROJECT_DIRECTORY}/src/.libs/libsimgrid.so ${PROJECT_DIRECTORY}/examples/lua/libsimgrid.so" "${PROJECT_DIRECTORY}"  OUTPUT_VARIABLE LIEN_OK)
 endif(HAVE_LUA)
 
 if(HAVE_GTNETS)
 endif(HAVE_LUA)
 
 if(HAVE_GTNETS)
index 1979be7..c72375c 100644 (file)
@@ -1,4 +1,4 @@
-require 'simgrid.so'
+require 'libsimgrid.so'
 include MSG
 #################################################
 # Class Master
 include MSG
 #################################################
 # Class Master
index 9c3769f..f0c4f1d 100644 (file)
@@ -1,4 +1,4 @@
-require 'simgrid.so'
+require 'libsimgrid.so'
 
 include MSG
 
 
 include MSG
 
index dff3353..c3ea74e 100644 (file)
@@ -1,7 +1,7 @@
 # Debug it with this command:
 # make -C ../.. && valgrind ruby MasterSlave.rb --log=ruby.thres:debug 2>&1 | less
 
 # Debug it with this command:
 # make -C ../.. && valgrind ruby MasterSlave.rb --log=ruby.thres:debug 2>&1 | less
 
-require 'simgrid.so'
+require 'libsimgrid.so'
 
 include MSG
 
 
 include MSG