Closed
Bug 256664
Opened 21 years ago
Closed 21 years ago
AMD64 / Opteron 64-bit optimizations for mpi NSS code
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 272327
People
(Reporter: julien.pierre, Assigned: wtc)
Details
(Keywords: 64bit)
Currently, there is mpi assembly code for x86, but not AMD64 (x86-64) . The only
way to get NSS to compile on a native AMD64 OS (whether Linux, Solaris, Win XP)
is to compile the C version of the code, which is expected to be slower.
It might be possible to port the mpi assembly code to 64-bit without too much
work. However, this might not perform as well as expected. Perhaps additional
work should be done to use new AMD64 instructions .
In either case, a fair amount of performance measurements will need to be done
to compare the different versions.
Reporter | ||
Comment 1•21 years ago
|
||
Looks like we will be doing this sooner rather than later. Opteron hHardware is
in, with RHAS 3.0 64-bit installed. We also have a couple more machines waiting
to have Solaris10 and Win64 64-bit installed.
Comment 2•21 years ago
|
||
dup of bug 272327?
Reporter | ||
Comment 3•21 years ago
|
||
Yes, it's a duplicate.
*** This bug has been marked as a duplicate of 272327 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•