Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow out of source builds
[simgrid.git] / examples / lua / mult_matrix.tesh
index ec2cb2d..8f10b12 100644 (file)
@@ -2,10 +2,12 @@
 
 # Later modify the commande and specify the platform and deployment path
 
+# The setenv is mandatory until the make install only
+! setenv LUA_CPATH=../../lib/lua/5.1/?.so;
+
 $ lua mult_matrix.lua
 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Hello From Sender
 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Argc=4 (should be 4)
-> [Inmos:Sender:(1) 0.000000] [lua/INFO] Creating task
 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Sending matrix_task to Bellevue
 > [Bellevue:Receiver:(2) 0.000000] [lua/INFO] Hello From Receiver
 > [Bellevue:Receiver:(2) 0.000000] [lua/INFO] Receiving Task from Inmos