Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.4 by edhill, Sat May 20 21:39:18 2006 UTC | revision 1.5 by edhill, Tue Jul 18 18:24:20 2006 UTC | |
---|---|---|
# | Line 97 echo "======================" | Line 97 echo "======================" |
97 | echo | echo |
98 | $comm | tail -100 | $comm | tail -100 |
99 | ||
100 | echo | |
101 | echo "======================" | |
102 | echo "Cleaning test directories:" | |
103 | ./testreport -clean > /dev/null 2>&1 | |
104 | echo "======================" | |
105 | echo | |
106 | ||
107 | echo "Running testreport using:" | |
108 | export OMP_NUM_THREADS=2 | |
109 | comm="./testreport -mth -of ../tools/build_options/linux_ia32_ifort.v9+mth" | |
110 | echo " \"$comm\"" | |
111 | echo "======================" | |
112 | echo | |
113 | $comm | tail -100 | |
114 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |