Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove bogus setenv.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 29 Aug 2017 20:04:12 +0000 (22:04 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 29 Aug 2017 20:04:12 +0000 (22:04 +0200)
28 files changed:
teshsuite/smpi/coll-allgather/coll-allgather.tesh
teshsuite/smpi/coll-allgatherv/coll-allgatherv.tesh
teshsuite/smpi/coll-allreduce/coll-allreduce-automatic.tesh
teshsuite/smpi/coll-allreduce/coll-allreduce-large.tesh
teshsuite/smpi/coll-allreduce/coll-allreduce.tesh
teshsuite/smpi/coll-alltoall/clusters.tesh
teshsuite/smpi/coll-alltoall/coll-alltoall.tesh
teshsuite/smpi/coll-alltoallv/coll-alltoallv.tesh
teshsuite/smpi/coll-barrier/coll-barrier.tesh
teshsuite/smpi/coll-bcast/coll-bcast.tesh
teshsuite/smpi/coll-gather/coll-gather.tesh
teshsuite/smpi/coll-reduce-scatter/coll-reduce-scatter.tesh
teshsuite/smpi/coll-reduce/coll-reduce.tesh
teshsuite/smpi/coll-scatter/coll-scatter.tesh
teshsuite/smpi/macro-partial-shared-communication/macro-partial-shared-communication.tesh
teshsuite/smpi/macro-partial-shared/macro-partial-shared.tesh
teshsuite/smpi/macro-shared/macro-shared.tesh
teshsuite/smpi/privatization/privatization.tesh
teshsuite/smpi/privatization/privatization_dlopen.tesh
teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.tesh
teshsuite/smpi/pt2pt-pingpong/TI_output.tesh
teshsuite/smpi/pt2pt-pingpong/broken_hostfiles.tesh
teshsuite/smpi/pt2pt-pingpong/pt2pt-pingpong.tesh
teshsuite/smpi/timers/timers.tesh
teshsuite/smpi/type-hvector/type-hvector.tesh
teshsuite/smpi/type-indexed/type-indexed.tesh
teshsuite/smpi/type-struct/type-struct.tesh
teshsuite/smpi/type-vector/type-vector.tesh

index cda0bba..7f6d031 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Alltoall collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test allgather
index b3a6e49..835f628 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Allgatherv collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test allgatherv
index 57d1fa2..b8b7762 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Allreduce collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 
 p Test allreduce
 ! output sort
index 841a8f4..1aa4a72 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Allreduce collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 ! timeout 20
index f3eefc0..f1b9a3c 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Allreduce collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test allreduce
index 49527e2..1367a2e 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Alltoall on various cluster files, with several routings
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test classic - backbone
index d9cf5d2..1dda4e2 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Alltoall collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test all to all
index dfcf17e..02acc66 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Alltoall collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test all to all
index 6dd6821..6f92664 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi  scatter collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test barrier
index 000ddca..32d741e 100644 (file)
@@ -1,5 +1,4 @@
 p Test Broadcast with more processes than hosts
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_coll -platform ../../../examples/platforms/small_platform.xml -np 16 --log=xbt_cfg.thres:critical ${bindir:=.}/coll-bcast --log=smpi_kernel.thres:warning --log=smpi_coll.thres:error
index 6ac136a..99efd2b 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Alltoall collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 ! timeout 30
 
index 557b7c9..5c04f3e 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi reduce scatter collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test reduce_scatter
index b33cfb3..bbab866 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi Allreduce collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test allreduce
index f1ba5c6..a7bd5a6 100644 (file)
@@ -1,5 +1,4 @@
 # Smpi  scatter collectives tests
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 
 p Test scatter
index 7c17af2..839b940 100644 (file)
@@ -1,5 +1,4 @@
 p Test compute
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 ! timeout 5
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/macro-partial-shared-communication --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
index 9ae1914..985dbbe 100644 (file)
@@ -1,5 +1,4 @@
 p Test compute
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 ! timeout 5
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/macro-partial-shared --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
index 2a79f09..af9fd48 100644 (file)
@@ -1,5 +1,4 @@
 p Test compute
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 ! timeout 5
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/macro-shared --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
index b04775f..c749a9e 100644 (file)
@@ -1,5 +1,4 @@
 p Test privatization
-! setenv LD_LIBRARY_PATH=../../lib
 ! timeout 5
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 32 ${bindir:=.}/privatization --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning --cfg=smpi/privatization:1 --log=simix_context.thres:error --log=xbt_memory_map.thres:critical
 > You requested to use 32 ranks, but there is only 5 processes in your hostfile...
index ced2221..6dea653 100644 (file)
@@ -1,5 +1,4 @@
 p Test privatization with dlopen
-! setenv LD_LIBRARY_PATH=../../lib
 ! timeout 5
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 32 ${bindir:=.}/privatization --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning --cfg=smpi/privatization:dlopen --log=simix_context.thres:error
 > You requested to use 32 ranks, but there is only 5 processes in your hostfile...
index 23f4e20..ea6e709 100644 (file)
@@ -1,5 +1,4 @@
 p Test dsend
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 2 ${bindir:=.}/pt2pt-dsend -q --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
 > [Jupiter:1:(2) 0.000000] [dsend/INFO] rank 1: data exchanged
@@ -11,7 +10,6 @@ p Test dsend with timings injection
 p message size is 4 bytes
 p process 1 will finish at 0.5+2*4 (send) + 1+0.1*4 (isend) = 9.9s
 p process 2 will finish at 0.5+2*4 (time before first send) + 2*(1+0.5*4) (recv+irecv) + 0.005890 (network time, same as before) = 14.505890s
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 2 ${bindir:=.}/pt2pt-dsend -q --log=smpi_kernel.thres:warning --cfg=smpi/or:0:1:0.5 --cfg=smpi/os:0:0.5:2 --cfg=smpi/ois:0:1:0.1 --log=xbt_cfg.thres:warning
 > [Jupiter:1:(2) 9.900000] [dsend/INFO] rank 1: data exchanged
index 41b3d13..adacbe7 100644 (file)
@@ -3,7 +3,6 @@ $ rm -rf ./out_in_ti.txt_files
 
 p Test output of time independent tracing
 p generate a trace with pingpong, and replay itself, then check that output trace of the second run is the same as in the first (once sorted)
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -trace-ti --cfg=tracing/filename:out_in_ti.txt --cfg=smpi/simulate-computation:no -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -q --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
 >
index fe266ef..3629028 100644 (file)
@@ -1,4 +1,3 @@
-! setenv LD_LIBRARY_PATH=../../lib
 ! expect return 1
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile_empty  -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -q --log=smpi_kernel.thres:warning
 > [smpirun] ** error: the hostfile '../hostfile_empty' is empty. Aborting.
index 9bcbfa9..6120d55 100644 (file)
@@ -1,5 +1,4 @@
 p Test pingpong
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/pt2pt-pingpong -q --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
 >     *** Ping-pong test (MPI_Send/MPI_Recv) ***
index 9726e7b..92448d1 100644 (file)
@@ -1,5 +1,4 @@
 p Test timers
-! setenv LD_LIBRARY_PATH=../../lib
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 1 ${bindir:=.}/timers -q --log=smpi_kernel.thres:warning --cfg=smpi/simulate-computation:no --cfg=smpi/host-speed:100000 --log=xbt_cfg.thres:warning
 > [rank 0] -> Tremblay
 
index 91bbe67..839186d 100644 (file)
@@ -1,5 +1,4 @@
 p Test hvector
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 2 ${bindir:=.}/type-hvector -q --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
 > [rank 0] -> Tremblay
index 9bf1d2f..9330043 100644 (file)
@@ -1,5 +1,4 @@
 p Test indexed
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 2 ${bindir:=.}/type-indexed -q --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
 > [rank 0] -> Tremblay
index 6340f92..f564cbb 100644 (file)
@@ -1,5 +1,4 @@
 p Test struct
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 2 ${bindir:=.}/type-struct -q --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
 > [rank 0] -> Tremblay
index 5b23a47..d756d2a 100644 (file)
@@ -1,5 +1,4 @@
 p Test vector
-! setenv LD_LIBRARY_PATH=../../lib
 ! output sort
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile -platform ${srcdir:=.}/../../../examples/platforms/small_platform.xml -np 2 ${bindir:=.}/type-vector -q --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
 > [rank 0] -> Tremblay