[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pooma and Cheetah Testing Status
From: |
Jeffrey D. Oldham |
Subject: |
Pooma and Cheetah Testing Status |
Date: |
Thu, 26 Aug 2004 10:18:34 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5 |
The testing status document has been changed into HTML and updated to
reflect Richard Guenther's testing.
--
Jeffrey D. Oldham
address@hidden
Serial POOMA 2.4.1 Testing
Serial POOMA testing consists of running all the regression
tests. Configure using --serial --debug --bounds.
Compiler
|
Architecture
|
Test Results
|
gcc 3.3.4
|
ia32
|
dynamic_array_test5.cpp fails
b/c STL iterator problem |
gcc 3.4
|
ia32
|
dynamic_array_test5.cpp fails
b/c STL iterator problem
|
gcc 3.4
|
amd64
|
dynamic_array_test5.cpp fails
b/c STL iterator problem
|
Intel 7.1
|
ia32
|
passes all tests
|
Intel 8.0
|
ia32
|
passes all tests
|
Parallel POOMA 2.4.1 Testing
For OpenMP and MPI testing I use --openmp/--mpi --opt as the configure
flags, with essentially just -O2
-g as compiler flags (so with CTAssert and PAssert turned on). For
OpenMP, use OMP_NUM_THREADS=4
make -k check 2>&1 | tee testresults. For native
MPI, use make -k MPIRUN="mpirun
-np 4" check 2>&1 | tee testresults. For
Cheetah+MPI, use make -k
MPIRUN="mpirun -np 4" TSTOPTS="-mpi" check 2>&1 | tee testresults.
Compiler
|
Architecture
|
Parallelism
|
Test Results
|
gcc 3.3.4
|
ia32
|
Cheetah+MPI
|
untested;
Oldham
|
gcc 3.3.4
|
ia32
|
Cheetah+MM
|
untested;
Oldham
|
gcc 3.4
|
ia32
|
Cheetah+MPI
|
untested;
Oldham |
gcc 3.4
|
ia32
|
Cheetah+MM
|
untested;
Oldham |
gcc 3.4
|
ia32
|
MPI
|
Domain/indirectionlist_test1 for
unknown reason, Particle tests (unsupported, some maybe related to indirectionlist_test1 failure);
Richard Guenther is investigating.
|
Intel 8.0
|
ia64
|
OpenMP
|
compiler problems for
array_test5, ScalarCode
|
Cheetah 1.1.5 Testing
Run all the Cheetah regression tests.
Compiler
|
Architecture
|
Parallelism
|
Test Results
|
gcc 3.3.4
|
ia32
|
MPI
|
untested;
Oldham
|
gcc 3.4
|
ia32
|
MM
|
untested;
Oldham
|
gcc 3.4
|
ia32
|
MPI
|
untested;
Oldham
|
Intel 7.1
|
ia32
|
MM
|
untested;
Oldham
|
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Pooma and Cheetah Testing Status,
Jeffrey D. Oldham <=