00001 # this test has a reference to a non-existent variable 'm' 00002 00003 SUBROUTINE vpass_int(INOUT int ivec[m], IN int n) 00004 "Does nothing...just for testing performance of argument sending." 00005 LANGUAGE = "C" 00006 LIBS = "-L$(top_builddir)/problems/passing -lpass" 00007 COMPLEXITY = "1.0" 00008 MAJOR="ROW"
1.6.3-20100507