all.f:

	This program test all most kind of indirect addressing
	global_get (gather), one- and two-dimensional
        global_set (scatter), one- and two-dimensional

switch.f

	In many cases (bsort, fft) it is given that get and set are
	equivalent, index(i) = j then index(j) = i is true. The index
	vector is a permutation only with switches. This program tests
        this case.

	Attention: replace get1 with switch1 in node.f

