Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename directory.
[simgrid.git] / examples / ruby / Quicksort.rb
index dff3353..6c1b550 100644 (file)
@@ -1,7 +1,7 @@
 # Debug it with this command:
 # make -C ../.. && valgrind ruby MasterSlave.rb --log=ruby.thres:debug 2>&1 | less
 
-require 'simgrid.so'
+require 'simgrid'
 
 include MSG