This file is indexed.

/usr/share/doc/libitpp-dev/html/verification.html is in libitpp-doc 4.3.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  <title>Welcome to IT++!</title>
  <link href="doxygen.css" rel="stylesheet" type="text/css">
  <link href="tabs.css" rel="stylesheet" type="text/css">
  <link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div style="width: 100%; height: 40px; background-color: #ffff00; border: 1px solid #b0b0b0; margin: 5px 5px 5px 0; padding: 2px;">
  <a href="http://itpp.sourceforge.net"><img src="itpp_logo.png" alt="IT++ Logo" style="float: left; border: 0;"></a>
</div>
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
          <div class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </div><div class="right"></div>
        </div>
      </li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">IT++ Supported Systems </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="toc"></a>
Table of Contents</h1>
<ul>
<li><a class="el" href="verification.html#intro">Introdution</a></li>
<li><a class="el" href="verification.html#itpp_4_3">IT++ 4.3.x (Stable)</a><ul>
<li><a class="el" href="verification.html#linux_4_3">Linux Systems</a><ul>
<li><a class="el" href="verification.html#opensuse_12_3">OpenSUSE 12.3</a></li>
</ul>
</li>
<li><a class="el" href="verification.html#macos_4_3">MacOS Systems</a><ul>
<li><a class="el" href="verification.html#macos_4_3_lion">MacOS Lion</a></li>
</ul>
</li>
<li><a class="el" href="verification.html#win_4_3">Windows Systems</a><ul>
<li><a class="el" href="verification.html#win_4_3_8">Windows 8</a></li>
<li><a class="el" href="verification.html#win_4_3_7">Windows 7</a></li>
<li><a class="el" href="verification.html#win_4_3_cygwin">Cygwin 1.7.18-1</a></li>
<li><a class="el" href="verification.html#win_4_3_mingw">MinGW/MSYS</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="el" href="verification.html#itpp_4_0">IT++ 4.0.x (Stable)</a><ul>
<li><a class="el" href="verification.html#linux_4_0">Linux Systems</a><ul>
<li><a class="el" href="verification.html#ubuntu_910_4_0">Ubuntu 9.10</a></li>
<li><a class="el" href="verification.html#ubuntu_904_4_0">Ubuntu 9.04 The Jaunty Jackalope</a></li>
<li><a class="el" href="verification.html#ubuntu_804_4_0">Ubuntu 8.04</a></li>
<li><a class="el" href="verification.html#ubuntu_710_4_0">Ubuntu 7.10</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="el" href="verification.html#itpp_3_99">IT++ 3.99.x (Development Releases)</a><ul>
<li><a class="el" href="verification.html#linux_3_99">Linux Systems</a><ul>
<li><a class="el" href="verification.html#debian_etch_3_99">Debian Etch</a></li>
<li><a class="el" href="verification.html#gentoo_atlas_3_99">Gentoo Linux with ATLAS</a></li>
<li><a class="el" href="verification.html#gentoo_mkl_3_99">Gentoo Linux with MKL</a></li>
<li><a class="el" href="verification.html#rhel4_3_99">Red Hat Enterprise Linux 4 with IT++ External</a></li>
</ul>
</li>
<li><a class="el" href="verification.html#windows_3_99">Windows Systems</a><ul>
<li><a class="el" href="verification.html#cygwin_3_99">Cygwin</a></li>
<li><a class="el" href="verification.html#cygwin_acml_3_99">Cygwin with ACML</a></li>
<li><a class="el" href="verification.html#mingw_acml_3_99">MinGW/MSYS with ACML</a></li>
<li><a class="el" href="verification.html#mingw_netlib_3_99">MinGW/MSYS with IT++ External</a></li>
<li><a class="el" href="verification.html#msvc_acml_3_99">MS Visual C++ .NET with ACML</a></li>
<li><a class="el" href="verification.html#msvc_mkl_3_99">MS Visual C++ .NET with Intel MKL</a></li>
</ul>
</li>
<li><a class="el" href="verification.html#unix_3_99">Unix Systems</a><ul>
<li><a class="el" href="verification.html#sunos59_atlas_3_99">SunOS 5.9 with ATLAS</a></li>
<li><a class="el" href="verification.html#sunos59_netlib_3_99">SunOS 5.9 with IT++ External</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="el" href="verification.html#itpp_3_10">IT++ 3.10.x (Stable Releases)</a><ul>
<li><a class="el" href="verification.html#linux">Linux Systems</a><ul>
<li><a class="el" href="verification.html#fedora_atlas">Fedora Core 4 with ATLAS</a></li>
<li><a class="el" href="verification.html#gentoo_acml">Gentoo Linux with ACML</a></li>
<li><a class="el" href="verification.html#gentoo_atlas">Gentoo Linux with ATLAS</a></li>
<li><a class="el" href="verification.html#gentoo_mkl">Gentoo Linux with MKL</a></li>
<li><a class="el" href="verification.html#gentoo_netlib">Gentoo Linux with NetLib's BLAS and LAPACK</a></li>
<li><a class="el" href="verification.html#rhel">Red Hat Enterprise Linux with IT++ External</a></li>
<li><a class="el" href="verification.html#suse_netlib">SUSE Linux 10.0 with NetLib's BLAS and LAPACK</a></li>
<li><a class="el" href="verification.html#suse_mkl">SUSE Linux 10.0 with MKL</a></li>
</ul>
</li>
<li><a class="el" href="verification.html#windows">Windows Systems</a><ul>
<li><a class="el" href="verification.html#cygwin">Microsoft Windows XP with Cygwin</a></li>
<li><a class="el" href="verification.html#cygwin_atlas">Microsoft Windows XP with Cygwin and ATLAS</a></li>
<li><a class="el" href="verification.html#cygwin_acml">Microsoft Windows XP with Cygwin and ACML</a></li>
<li><a class="el" href="verification.html#mingw_acml">Microsoft Windows XP with MinGW, MSYS and ACML</a></li>
<li><a class="el" href="verification.html#mingw_netlib">Microsoft Windows XP with MinGW, MSYS and IT++ External</a></li>
<li><a class="el" href="verification.html#msvc_mkl">Microsoft Windows XP with MS Visual C++ and Intel MKL</a></li>
</ul>
</li>
<li><a class="el" href="verification.html#unix">Unix Systems</a><ul>
<li><a class="el" href="verification.html#sunos59">SunOS 5.9 with IT++ External</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h1><a class="anchor" id="intro"></a>
Introdution</h1>
<p>This page is intended to provide a list of IT++ supported systems, i.e. the systems on which configuration, installation and testing process of the IT++ library has been sucessful. Results are grouped based on minor release number. Therefore, only the latest tests for bug-fix releases are included. Besides, the information on this page is divided into sections dependent on the operating system.</p>
<p>Where necessary, some extra information is given for each tested configuration, e.g. external libraries installed, configuration commands used, etc.</p>
<p>If you manage to compile, install and test the IT++ library on a system not mentioned below, please let us know, so we could update this database.</p>
 <hr> <h1><a class="anchor" id="itpp_4_3"></a>
IT++ 4.3.x (Stable)</h1>
<h2><a class="anchor" id="linux_4_3"></a>
Linux Systems</h2>
<h3><a class="anchor" id="opensuse_12_3"></a>
OpenSUSE 12.3</h3>
<ul>
<li><b>Platform</b>: AMD Athlon 64 X2 Dual Core Processor 3800+</li>
<li><b>Operating System</b>: OpenSUSE 12.3</li>
<li><b>Compiler</b>: g++ (GCC) 4.7.2</li>
<li><b>IT++ release</b>: 4.3.0</li>
<li><b>External Libraries</b>: blas, lapack and fftw from OpenSUSE repositories or ACML 5.1.0 or MKL 11.0.2</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Please read Installation section of the main help page</li>
<li><b>Date</b>: May 24, 2013</li>
<li><b>Tester</b>: Bogdan Cristea</li>
</ul>
<h2><a class="anchor" id="macos_4_3"></a>
MacOS Systems</h2>
<h3><a class="anchor" id="macos_4_3_lion"></a>
MacOS Lion</h3>
<ul>
<li><b>Platform</b>: Virtual Box 4.2.12 installed on Windows 8 x86_64 (Intel Core i7-3667U)</li>
<li><b>Operating System</b>: MacOS Lion</li>
<li><b>Compiler</b>: g++ (GCC) 4.2.1</li>
<li><b>IT++ release</b>: 4.3.0</li>
<li><b>External Libraries</b>: blas, lapack and fftw from MacOS repositories</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Please read Installation section of the main help page</li>
<li><b>Date</b>: May 24, 2013</li>
<li><b>Tester</b>: Bogdan Cristea</li>
</ul>
<h2><a class="anchor" id="win_4_3"></a>
Windows Systems</h2>
<h3><a class="anchor" id="win_4_3_8"></a>
Windows 8</h3>
<ul>
<li><b>Platform</b>: Intel Core i7-3667U</li>
<li><b>Operating System</b>: Windows 8 x86_64</li>
<li><b>Compiler</b>: Visual Studio 2010</li>
<li><b>IT++ release</b>: 4.3.0</li>
<li><b>External Libraries</b>: ACML 5.1.0 or MKL 11.0.2</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Please read Installation section of the main help page</li>
<li><b>Date</b>: May 24, 2013</li>
<li><b>Tester</b>: Bogdan Cristea</li>
</ul>
<h3><a class="anchor" id="win_4_3_7"></a>
Windows 7</h3>
<ul>
<li><b>Platform</b>: Virtual Box 4.2.12 installed on Windows 8 x86_64 (Intel Core i7-3667U)</li>
<li><b>Operating System</b>: Windows 7 x86</li>
<li><b>Compiler</b>: Visual Studio 2010</li>
<li><b>IT++ release</b>: 4.3.0</li>
<li><b>External Libraries</b>: MKL 11.0.2</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Please read Installation section of the main help page</li>
<li><b>Date</b>: May 25, 2013</li>
<li><b>Tester</b>: Bogdan Cristea</li>
</ul>
<h3><a class="anchor" id="win_4_3_cygwin"></a>
Cygwin 1.7.18-1</h3>
<ul>
<li><b>Platform</b>: Intel Core i7-3667U</li>
<li><b>Operating System</b>: Windows 8 x86_64</li>
<li><b>Compiler</b>: g++ (GCC) 4.5.3</li>
<li><b>IT++ release</b>: 4.3.0</li>
<li><b>External Libraries</b>: blas, lapack, fftw from cygwin repositories</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Please read Installation section of the main help page</li>
<li><b>Date</b>: May 24, 2013</li>
<li><b>Tester</b>: Bogdan Cristea</li>
</ul>
<h3><a class="anchor" id="win_4_3_mingw"></a>
MinGW/MSYS</h3>
<ul>
<li><b>Platform</b>: Intel Core i7-3667U</li>
<li><b>Operating System</b>: Windows 8 x86_64</li>
<li><b>Compiler</b>: g++ (GCC) 4.7.2</li>
<li><b>IT++ release</b>: 4.3.0</li>
<li><b>External Libraries</b>: MKL 11.0.2</li>
<li><b>Tests Status</b>: All tests PASSED (Timer test might fail)</li>
<li><b>Comments</b>: Please read Installation section of the main help page</li>
<li><b>Date</b>: May 24, 2013</li>
<li><b>Tester</b>: Bogdan Cristea</li>
</ul>
 <hr> <h1><a class="anchor" id="itpp_4_0"></a>
IT++ 4.0.x (Stable)</h1>
<h2><a class="anchor" id="linux_4_0"></a>
Linux Systems</h2>
<h3><a class="anchor" id="ubuntu_910_4_0"></a>
Ubuntu 9.10</h3>
<ul>
<li><b>Platform</b>: Intel Core 2 Quad</li>
<li><b>Operating System</b>: Ubuntu 9.10</li>
<li><b>Compiler</b>: g++ (GCC) 4.4.1</li>
<li><b>IT++ release</b>: 4.0.7</li>
<li><b>External Libraries</b>: The following Ubuntu packages were installed to provide BLAS, LAPACK and ATLAS: liblapack-dev, libblas-dev, libatlas-base-dev, libfftw3-dev</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: A clean installation of Ubuntu is advised, some tests may fail if different gcc versions are jointly installed.</li>
<li><b>Date</b>: January 5, 2010</li>
<li><b>Tester</b>: Erik G. Larsson</li>
</ul>
<h3><a class="anchor" id="ubuntu_904_4_0"></a>
Ubuntu 9.04 The Jaunty Jackalope</h3>
<ul>
<li><b>Platform</b>: Intel Core 2 Quad</li>
<li><b>Operating System</b>: Ubuntu 9.04 The Jaunty Jackalope</li>
<li><b>Compiler</b>: g++ (GCC) 4.3.3</li>
<li><b>IT++ release</b>: 4.0.6</li>
<li><b>External Libraries</b>: The following Ubuntu packages were installed to provide BLAS, LAPACK and ATLAS: liblapack-dev, libblas-dev, libatlas-base-dev, libfftw3-dev</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: A clean installation of Ubuntu is advised, some tests may fail if different gcc versions are jointly installed.</li>
<li><b>Date</b>: May 10, 2009</li>
<li><b>Tester</b>: Mirsad Cirkic</li>
</ul>
<h3><a class="anchor" id="ubuntu_804_4_0"></a>
Ubuntu 8.04</h3>
<ul>
<li><b>Platform</b>: Intel Core 2 Duo</li>
<li><b>Operating System</b>: Ubuntu 8.04</li>
<li><b>Compiler</b>: g++ (GCC) 4.2.3</li>
<li><b>IT++ release</b>: 4.0.5</li>
<li><b>External Libraries</b>: The following Ubuntu packages were installed to provide BLAS, LAPACK and ATLAS: lapack3, lapack3-dev, lapack3-pic, refblas3, refblas3-dev, atlas3-base, atlas3-base-dev, atlas3-headers, fftw3, fftw3-dev</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Date</b>: October 5, 2008</li>
<li><b>Tester</b>: Erik G. Larsson</li>
</ul>
<h3><a class="anchor" id="ubuntu_710_4_0"></a>
Ubuntu 7.10</h3>
<ul>
<li><b>Platform</b>: Intel Pentium 4</li>
<li><b>Operating System</b>: Ubuntu 7.10</li>
<li><b>Compiler</b>: g++ (GCC) 4.1.3</li>
<li><b>IT++ release</b>: 4.0.1</li>
<li><b>External Libraries</b>: The following Ubuntu packages were installed to provide BLAS, LAPACK and ATLAS: lapack3, lapack3-dev, lapack3-pic, refblas3, refblas3-dev, atlas3-base, atlas3-base-dev, atlas3-headers</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Date</b>: December 30, 2007</li>
<li><b>Tester</b>: Erik G. Larsson</li>
</ul>
 <hr> <h1><a class="anchor" id="itpp_3_99"></a>
IT++ 3.99.x (Development Releases)</h1>
<h2><a class="anchor" id="linux_3_99"></a>
Linux Systems</h2>
<h3><a class="anchor" id="debian_etch_3_99"></a>
Debian Etch</h3>
<ul>
<li><b>Platform</b>: Intel Pentium 4</li>
<li><b>Operating System</b>: Debian Etch</li>
<li><b>Compiler</b>: g++ (GCC) 4.1.2</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: ATLAS, LAPACK and FFTW from Debian packages (on the computer where the test was done the following packages were installed, among others: fftw3, fftw3-dev, atlas3-base, atlas3-base-dev, atlas3-headers, atlas3-sse, atlas3-sse-dev, atlas3-sse2, atlas3-sse2-dev, atlas3-test)</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Date</b>: January 18, 2007</li>
<li><b>Tester</b>: Erik G. Larsson</li>
</ul>
<h3><a class="anchor" id="gentoo_atlas_3_99"></a>
Gentoo Linux with ATLAS</h3>
<ul>
<li><b>Platform</b>: Intel Pentium M Centrino</li>
<li><b>Operating System</b>: Gentoo Linux 2006.1 (x86)</li>
<li><b>Compiler</b>: g++ (GCC) 4.1.1</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: Compiled and installed from the portage tree:<ul>
<li><code>sci-libs/fftw-3.1.2</code></li>
<li><code>sci-libs/blas-atlas-3.7.24</code></li>
<li><code>sci-libs/lapack-atlas-3.7.24</code></li>
</ul>
</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: BLAS and LAPACK libs set up by using the following system commands: <pre class="fragment">% eselect blas set atlas
% eselect cblas set atlas
% eselect lapack set atlas
</pre> IT++ configured with: <pre class="fragment">% export CXXFLAGS="-march=pentium-m -O3 -fno-exceptions -pipe"
% ./configure --with-blas="-lblas" --enable-debug
</pre></li>
<li><b>Date</b>: January 18, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="gentoo_mkl_3_99"></a>
Gentoo Linux with MKL</h3>
<ul>
<li><b>Platform</b>: Intel Pentium M Centrino</li>
<li><b>Operating System</b>: Gentoo Linux 2006.1 (x86)</li>
<li><b>Compiler</b>: g++ (GCC) 4.1.1</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: Intel Math Kernel Library (MKL) 8.1.014 installed from the portage three: <pre class="fragment">% emerge sci-libs/mkl
</pre></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: IT++ configured using the following commands: <pre class="fragment">% export LDFLAGS="-L/opt/intel/mkl/8.1/lib/32"
% export CPPFLAGS="-I/opt/intel/mkl/8.1/include"
% ./configure --enable-debug
</pre></li>
<li><b>Date</b>: January 18, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="rhel4_3_99"></a>
Red Hat Enterprise Linux 4 with IT++ External</h3>
<ul>
<li><b>Platform</b>: Intel Pentium 4</li>
<li><b>Operating System</b>: Red Hat Enterprise Linux 4</li>
<li><b>Compiler</b>: g++ (GCC) 3.4.6</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: ATLAS, LAPACK, and FFTW separately compiled from IT++ External 2.3.0 sources and installed in a local directory</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Date</b>: January 18, 2007</li>
<li><b>Tester</b>: Erik G. Larsson</li>
</ul>
<h2><a class="anchor" id="windows_3_99"></a>
Windows Systems</h2>
<h3><a class="anchor" id="cygwin_3_99"></a>
Cygwin</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2, Cygwin 1.5.23-2</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.4 (cygming special)</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: Installed from Cygwin repository:<ul>
<li><code>fftw3-3.0.1-2, fftw3-dev-3.0.1-2</code></li>
<li><code>lapack-3.0-5</code></li>
</ul>
</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built. IT++ configured with: <pre class="fragment">% ./configure --enable-debug
</pre></li>
<li><b>Date</b>: January 19, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="cygwin_acml_3_99"></a>
Cygwin with ACML</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2, Cygwin 1.5.23-2</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.4 (cygming special)</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: ACML version 3.6.0 (<code>acml3.6.0-32-g77.exe</code>) installed into a default directory, i.e. <code>"c:\Program Files\AMD\acml3.6.0"</code></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built. IT++ configured with: <pre class="fragment">% export LDFLAGS="-L/cygdrive/c/Progra~1/AMD/acml3.6.0/gnu32/lib"
% export CPPFLAGS="-I/cygdrive/c/Progra~1/AMD/acml3.6.0/gnu32/include"
% ./configure --enable-debug
</pre></li>
<li><b>Date</b>: January 19, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="mingw_acml_3_99"></a>
MinGW/MSYS with ACML</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2, MinGW 5.1.3, MSYS 1.0.11</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.5 (mingw special)</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: ACML version 3.6.0 (<code>acml3.6.0-32-g77.exe</code>) installed into a default directory, i.e. <code>"c:\Program Files\AMD\acml3.6.0"</code></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built. IT++ configured with: <pre class="fragment">% export LDFLAGS="-L/c/Progra~1/AMD/acml3.6.0/gnu32/lib"
% export CPPFLAGS="-I/c/Progra~1/AMD/acml3.6.0/gnu32/include"
% ./configure --enable-debug
</pre></li>
<li><b>Date</b>: January 18, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="mingw_netlib_3_99"></a>
MinGW/MSYS with IT++ External</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2, MinGW 5.1.3, MSYS 1.0.11</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.5 (mingw special)</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.99.1 package</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built. IT++ configured with: <pre class="fragment">% export LDFLAGS="-L/usr/local/lib"
% export CPPFLAGS="-I/usr/local/include"
% export CXXFLAGS="-Wall -O3 -march=athlon-tbird -pipe"
% ./configure --disable-html-doc --enable-debug
</pre></li>
<li><b>Date</b>: January 18, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="msvc_acml_3_99"></a>
MS Visual C++ .NET with ACML</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2</li>
<li><b>Compiler(s)</b>: Microsoft Visual C++ 2005 .NET</li>
<li><b>IT++ release</b>: 3.99.1</li>
<li><b>External Libraries</b>: ACML version 3.6.0 (PGI) (<code>acml3.6.0-32-pgi.exe</code>) installed into a default directory, i.e. <code>"c:\Program Files\AMD\acml3.6.0"</code></li>
<li><b>Tests Status</b>: Not fully tested. Some IT++ based programs compiled and run with success.</li>
<li><b>Comments</b>: Only static library can be built. IT++ built by opening the <code>"win32\itpp_acml.vcproj"</code> project file in MSVC++ and executing <code>"Build -&gt; Build Solution"</code> command from menu.</li>
<li><b>Date</b>: March 21, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="msvc_mkl_3_99"></a>
MS Visual C++ .NET with Intel MKL</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2</li>
<li><b>Compiler(s)</b>: Microsoft Visual C++ 2005 .NET</li>
<li><b>IT++ release</b>: 3.99.1</li>
<li><b>External Libraries</b>: Intel Math Kernel Library (MKL) 8.1 installed manually in the following directory: <code>"C:\Program Files\Intel\MKL\8.1"</code></li>
<li><b>Tests Status</b>: Not fully tested. Some IT++ based programs compiled and run with success.</li>
<li><b>Comments</b>: Only static library can be built. IT++ built by opening the <code>"win32\itpp_mkl.vcproj"</code> project file in MSVC++ and executing <code>"Build -&gt; Build Solution"</code> command from menu.</li>
<li><b>Date</b>: March 21, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h2><a class="anchor" id="unix_3_99"></a>
Unix Systems</h2>
<h3><a class="anchor" id="sunos59_atlas_3_99"></a>
SunOS 5.9 with ATLAS</h3>
<ul>
<li><b>Platform</b>: SUNW, Sun-Blade-100 (SPARC)</li>
<li><b>Operating System</b>: SunOS 5.9 Generic_112233-10</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.5</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: LAPACK and FFTW libraries installed from IT++ External 2.99.1 package. ATLAS 3.7.24 development version build from sources using the following configuration command: <pre class="fragment">% ../configure --with-netlib-lapack="/usr/local/lib/liblapack.a"
</pre></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built due to the ATLAS installation. IT++ configured with: <pre class="fragment">% export LDFLAGS="-L/usr/local/atlas/lib -L/usr/local/lib"
% export CPPFLAGS="-I/usr/local/include"
% ./configure --disable-shared
</pre></li>
<li><b>Date</b>: January 20, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="sunos59_netlib_3_99"></a>
SunOS 5.9 with IT++ External</h3>
<ul>
<li><b>Platform</b>: SUNW, Sun-Blade-100 (SPARC)</li>
<li><b>Operating System</b>: SunOS 5.9 Generic_112233-10</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.5</li>
<li><b>IT++ release</b>: 3.99.0</li>
<li><b>External Libraries</b>: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.99.1 package</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: IT++ configured with: <pre class="fragment">% export LDFLAGS="-L/usr/local/lib"
% export CPPFLAGS="-I/usr/local/include"
% ./configure
</pre></li>
<li><b>Date</b>: January 19, 2007</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
 <hr> <h1><a class="anchor" id="itpp_3_10"></a>
IT++ 3.10.x (Stable Releases)</h1>
<h2><a class="anchor" id="linux"></a>
Linux Systems</h2>
<h3><a class="anchor" id="fedora_atlas"></a>
Fedora Core 4 with ATLAS</h3>
<ul>
<li><b>Platform</b>: Intel Pentium 4</li>
<li><b>Operating System</b>: Fedora Core 4 (x86)</li>
<li><b>Compiler</b>: g++ (GCC) 4.0.2 20051125</li>
<li><b>IT++ release</b>: 3.10.0</li>
<li><b>External Libraries</b>: From FC4 distribution:<ul>
<li><code>fftw3.i386-3.0.1-3</code></li>
<li><code>fftw3-devel.i386-3.0.1-3</code></li>
<li><code>atlas-sse2.i386-3.6.0-8.fc4</code></li>
<li><code>atlas-sse2-devel.i386-3.6.0-8.fc4</code></li>
<li><code>blas.i386-3.0-35.fc4</code></li>
<li><code>lapack.i386-3.0-35.fc4</code></li>
</ul>
</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: IT++ configured with: <div class="fragment"><div class="line">% CXXFLAGS=<span class="stringliteral">&quot;-O3 -pipe -march=pentium4&quot;</span> ./configure</div>
</div><!-- fragment --></li>
<li><b>Date</b>: March 7, 2006</li>
<li><b>Tester</b>: Tony Ottosson</li>
</ul>
<h3><a class="anchor" id="gentoo_acml"></a>
Gentoo Linux with ACML</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Gentoo Linux 2006.0 (x86 arch)</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.5</li>
<li><b>IT++ release</b>: 3.10.1</li>
<li><b>External Libraries</b>: Compiled and installed from portage tree:<ul>
<li><code>sci-libs/acml-3.0.0</code></li>
</ul>
</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: BLAS and LAPACK libs set by using the following system commands: <div class="fragment"><div class="line">% eselect blas set ACML</div>
<div class="line">% eselect lapack set ACML</div>
</div><!-- fragment --> IT++ configured with: <div class="fragment"><div class="line">% export CPPFLAGS=<span class="stringliteral">&quot;-I/usr/include/acml&quot;</span></div>
<div class="line">% ./configure --with-blas=<span class="stringliteral">&quot;-lblas&quot;</span></div>
</div><!-- fragment --></li>
<li><b>Date</b>: March 31, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="gentoo_atlas"></a>
Gentoo Linux with ATLAS</h3>
<ul>
<li><b>Platform</b>: Intel Pentium M Centrino</li>
<li><b>Operating System</b>: Gentoo Linux 2006.0 (x86)</li>
<li><b>Compiler</b>: g++ (GCC) 3.4.5</li>
<li><b>IT++ release</b>: 3.10.1</li>
<li><b>External Libraries</b>: Compiled and installed from portage tree:<ul>
<li><code>sci-libs/fftw-3.1</code></li>
<li><code>sci-libs/blas-atlas-3.6.0-r1</code></li>
<li><code>sci-libs/lapack-atlas-3.6.0</code></li>
</ul>
</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: BLAS and LAPACK libs set by using the following system commands: <div class="fragment"><div class="line">% eselect blas set ATLAS</div>
<div class="line">% eselect lapack set ATLAS</div>
</div><!-- fragment --> IT++ configured with: <div class="fragment"><div class="line">% ./configure --with-blas=<span class="stringliteral">&quot;-lblas&quot;</span></div>
</div><!-- fragment --></li>
<li><b>Date</b>: March 31, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="gentoo_mkl"></a>
Gentoo Linux with MKL</h3>
<ul>
<li><b>Platform</b>: Intel Pentium M Centrino</li>
<li><b>Operating System</b>: Gentoo Linux 2006.0 (x86 arch)</li>
<li><b>Compiler</b>: g++ (GCC) 3.4.5</li>
<li><b>IT++ release</b>: 3.10.0</li>
<li><b>External Libraries</b>: Intel Math Kernel Library (MKL) 8.0.1 installed manually in the following directory: <code>/opt/intel/mkl/8.0.1</code></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: IT++ configured using the following commands: <div class="fragment"><div class="line">% export LDFLAGS=<span class="stringliteral">&quot;-L/opt/intel/mkl/8.0.1/lib/32&quot;</span></div>
<div class="line">% export CPPFLAGS=<span class="stringliteral">&quot;-I/opt/intel/mkl/8.0.1/include&quot;</span></div>
<div class="line">% ./configure</div>
</div><!-- fragment --></li>
<li><b>Date</b>: February 28, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="gentoo_netlib"></a>
Gentoo Linux with NetLib's BLAS and LAPACK</h3>
<ul>
<li><b>Platform</b>: Intel Pentium M Centrino</li>
<li><b>Operating System</b>: Gentoo Linux 2006.0 (x86)</li>
<li><b>Compiler</b>: g++ (GCC) 3.4.5</li>
<li><b>IT++ release</b>: 3.10.1</li>
<li><b>External Libraries</b>: Compiled and installed from portage tree:<ul>
<li><code>sci-libs/fftw-3.1</code></li>
<li><code>sci-libs/blas-reference-19940131-r2</code></li>
<li><code>sci-libs/cblas-reference-20030223</code></li>
<li><code>sci-libs/lapack-reference-3.0-r2</code></li>
</ul>
</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: BLAS and LAPACK libs set by using the following system commands: <div class="fragment"><div class="line">% blas-config reference</div>
<div class="line">% lapack-config reference</div>
</div><!-- fragment --> IT++ configured with: <div class="fragment"><div class="line">% ./configure --with-blas=<span class="stringliteral">&quot;-lblas&quot;</span></div>
</div><!-- fragment --></li>
<li><b>Date</b>: March 31, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="rhel"></a>
Red Hat Enterprise Linux with IT++ External</h3>
<ul>
<li><b>Platform</b>: Intel Pentium 4</li>
<li><b>Operating System</b>: Red Hat Enterprise Linux AS release 4 (Nahant Update 2)</li>
<li><b>Compiler</b>: g++ (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)</li>
<li><b>IT++ release</b>: 3.10.0</li>
<li><b>External Libraries</b>: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.1.1 package</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Date</b>: March 7, 2006</li>
<li><b>Tester</b>: Erik G. Larsson</li>
</ul>
<h3><a class="anchor" id="suse_netlib"></a>
SUSE Linux 10.0 with NetLib's BLAS and LAPACK</h3>
<ul>
<li><b>Platform</b>: Intel Pentium 4 CPU 3.20GHz (64-bit)</li>
<li><b>Operating System</b>: SUSE Linux 10.0 (x86_64)</li>
<li><b>Compiler(s)</b>: g++ (GCC) 4.0.2</li>
<li><b>IT++ release</b>: 3.10.0</li>
<li><b>External Libraries</b>: BLAS, LAPACK and FFTW libraries installed from OpenSuse 10.0 RPM repository:<ul>
<li><code>blas-3.0-926</code></li>
<li><code>lapack-3.0-926</code></li>
<li><code>fftw3-3.0.1-114</code></li>
<li><code>fftw3-threads-3.0.1-114</code></li>
<li><code>fftw3-devel-3.0.1-114</code></li>
</ul>
</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: IT++ configured with: <div class="fragment"><div class="line">% export CXXFLAGS=<span class="stringliteral">&quot;-m64 -march=nocona -O3 -pipe&quot;</span></div>
<div class="line">% ./configure --with-lapack=<span class="stringliteral">&quot;/usr/lib64/liblapack.so.3&quot;</span></div>
</div><!-- fragment --></li>
<li><b>Date</b>: March 1, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="suse_mkl"></a>
SUSE Linux 10.0 with MKL</h3>
<ul>
<li><b>Platform</b>: Intel Pentium 4 CPU 3.20GHz (64-bit)</li>
<li><b>Operating System</b>: SUSE Linux 10.0 (x86_64)</li>
<li><b>Compiler(s)</b>: g++ (GCC) 4.0.2</li>
<li><b>IT++ release</b>: 3.10.0</li>
<li><b>External Libraries</b>: Intel Math Kernel Library (MKL) 8.0.1 installed manually in the following directory: <code>/opt/intel/mkl/8.0.1</code></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: IT++ configured with: <div class="fragment"><div class="line">% export CXXFLAGS=<span class="stringliteral">&quot;-m64 -march=nocona -O3 -pipe&quot;</span></div>
<div class="line">% export LDFLAGS=<span class="stringliteral">&quot;-L/opt/intel/mkl/8.0.1/lib/em64t&quot;</span></div>
<div class="line">% export CPPFLAGS=<span class="stringliteral">&quot;-I/opt/intel/mkl/8.0.1/include&quot;</span></div>
<div class="line">% ./configure</div>
</div><!-- fragment --></li>
<li><b>Date</b>: March 1, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h2><a class="anchor" id="windows"></a>
Windows Systems</h2>
<h3><a class="anchor" id="cygwin"></a>
Microsoft Windows XP with Cygwin</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2, Cygwin 1.5.19-4</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.4 (cygming special)</li>
<li><b>IT++ release</b>: 3.10.1</li>
<li><b>External Libraries</b>: Installed from Cygwin's repository:<ul>
<li><code>fftw-3.0.1-2</code></li>
<li><code>fftw-dev-3.0.1-1</code></li>
<li><code>lapack-3.0-4</code></li>
</ul>
</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built. IT++ configured with: <div class="fragment"><div class="line">% ./configure</div>
</div><!-- fragment --></li>
<li><b>Date</b>: March 31, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="cygwin_atlas"></a>
Microsoft Windows XP with Cygwin and ATLAS</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2, Cygwin 1.5.19-4</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.4 (cygming special)</li>
<li><b>IT++ release</b>: 3.10.1</li>
<li><b>External Libraries</b>: Installed from Cygwin's repository:<ul>
<li><code>fftw-3.0.1-2</code></li>
<li><code>fftw-dev-3.0.1-1</code></li>
</ul>
ATLAS BLAS and LAPACK libraries from IT++ External 2.1.1 package configured using: <div class="fragment"><div class="line">% ./configure --enable-atlas --disable-fftw</div>
</div><!-- fragment --></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built. IT++ configured with: <div class="fragment"><div class="line">% export LDFLAGS=<span class="stringliteral">&quot;-L/usr/local/lib&quot;</span></div>
<div class="line">% ./configure</div>
</div><!-- fragment --></li>
<li><b>Date</b>: March 31, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="cygwin_acml"></a>
Microsoft Windows XP with Cygwin and ACML</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2, Cygwin 1.5.19-4</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.4 (cygming special)</li>
<li><b>IT++ release</b>: 3.10.2</li>
<li><b>External Libraries</b>: ACML version 3.1.0 (<code>acml3.1.0-32-win32-g77.exe</code>) installed into a default directory, i.e. <code>"c:\Program Files\AMD\acml3.1.0"</code></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built. IT++ configured with: <div class="fragment"><div class="line">% export LDFLAGS=<span class="stringliteral">&quot;-L/cygdrive/c/Progra~1/AMD/acml3.1.0/gnu32/lib&quot;</span></div>
<div class="line">% export CPPFLAGS=<span class="stringliteral">&quot;-I/cygdrive/c/Progra~1/AMD/acml3.1.0/gnu32/include&quot;</span></div>
<div class="line">% ./configure --enable-debug</div>
</div><!-- fragment --></li>
<li><b>Date</b>: May 15, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="mingw_acml"></a>
Microsoft Windows XP with MinGW, MSYS and ACML</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2, MinGW 5.0.2, MSYS 1.0.10</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.4 (mingw special)</li>
<li><b>IT++ release</b>: 3.10.2</li>
<li><b>External Libraries</b>: ACML version 3.1.0 (<code>acml3.1.0-32-win32-g77.exe</code>) installed into a default directory, i.e. <code>"c:\Program Files\AMD\acml3.1.0"</code></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built. IT++ configured with: <div class="fragment"><div class="line">% export LDFLAGS=<span class="stringliteral">&quot;-L/c/Progra~1/AMD/acml3.1.0/gnu32/lib&quot;</span></div>
<div class="line">% export CPPFLAGS=<span class="stringliteral">&quot;-I/c/Progra~1/AMD/acml3.1.0/gnu32/include&quot;</span></div>
<div class="line">% ./configure --enable-debug</div>
</div><!-- fragment --></li>
<li><b>Date</b>: May 15, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="mingw_netlib"></a>
Microsoft Windows XP with MinGW, MSYS and IT++ External</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2, MinGW 5.0.2, MSYS 1.0.10</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.4 (mingw special)</li>
<li><b>IT++ release</b>: 3.10.5</li>
<li><b>External Libraries</b>: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.2.0 package</li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: Only static library can be built. IT++ configured with: <div class="fragment"><div class="line">% export LDFLAGS=<span class="stringliteral">&quot;-L/usr/local/lib&quot;</span></div>
<div class="line">% export CPPFLAGS=<span class="stringliteral">&quot;-I/usr/local/include&quot;</span></div>
<div class="line">% export CXXFLAGS=<span class="stringliteral">&quot;-Wall -O3 -march=athlon-tbird -pipe&quot;</span></div>
<div class="line">% ./configure --disable-html-doc</div>
</div><!-- fragment --></li>
<li><b>Date</b>: August 11, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h3><a class="anchor" id="msvc_mkl"></a>
Microsoft Windows XP with MS Visual C++ and Intel MKL</h3>
<ul>
<li><b>Platform</b>: AMD Sempron 3000+</li>
<li><b>Operating System</b>: Microsoft Windows XP SP2</li>
<li><b>Compiler(s)</b>: Microsoft Visual C++ 2005 .NET</li>
<li><b>IT++ release</b>: 3.10.5</li>
<li><b>External Libraries</b>: Intel Math Kernel Library (MKL) 8.1 installed manually in the following directory: <code>"C:\Program Files\Intel\MKL\8.1"</code></li>
<li><b>Tests Status</b>: Not fully tested. Some IT++ based programs compiled and run with success.</li>
<li><b>Comments</b>: Only static library can be built. IT++ built by opening the <code>"win32\itpp.vcproj"</code> project file in MSVC++ and executing <code>"Build -&gt; Build Solution"</code> command from menu.</li>
<li><b>Date</b>: August 11, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap)</li>
</ul>
<h2><a class="anchor" id="unix"></a>
Unix Systems</h2>
<h3><a class="anchor" id="sunos59"></a>
SunOS 5.9 with IT++ External</h3>
<ul>
<li><b>Platform</b>: SUNW, Sun-Blade-100 (SPARC)</li>
<li><b>Operating System</b>: SunOS 5.9 Generic_112233-10</li>
<li><b>Compiler(s)</b>: g++ (GCC) 3.4.5</li>
<li><b>IT++ release</b>: 3.10.2</li>
<li><b>External Libraries</b>: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.1.1 package. The following configuration command has been used: <div class="fragment"><div class="line">% export CFLAGS=<span class="stringliteral">&quot;-mcpu=ultrasparc -O2 -pipe -funroll-all-loops&quot;</span></div>
<div class="line">% ./configure</div>
</div><!-- fragment --></li>
<li><b>Tests Status</b>: All tests PASSED</li>
<li><b>Comments</b>: IT++ configured with: <div class="fragment"><div class="line">% export LDFLAGS=<span class="stringliteral">&quot;-L/usr/local/lib&quot;</span></div>
<div class="line">% export CPPFLAGS=<span class="stringliteral">&quot;-I/usr/local/include&quot;</span></div>
<div class="line">% export CXXFLAGS=<span class="stringliteral">&quot;-mcpu=ultrasparc -O2 -pipe&quot;</span></div>
<div class="line">% ./configure --enable-debug</div>
</div><!-- fragment --></li>
<li><b>Date</b>: May 15, 2006</li>
<li><b>Tester</b>: Adam Piątyszek (ediap) </li>
</ul>
</div></div><!-- contents -->
<div style="clear: both; width: 100%; height: 31px; background-color: #ffff00; border: 1px solid #b0b0b0; margin: 5px 5px 5px 0; padding: 2px;">
  <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=37044&amp;type=1" alt="SourceForge Logo" style="float: right; border: 0;"></a>
  <p style="padding-left: 10px; font-size: 85%;">Generated on Sat Mar 22 2014 05:34:27 for IT++ by <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.8.6</p>
</div>
</body>
</html>