Displaying 4 results from an estimated 4 matches for "_target_cpu".
Did you mean:
target_cpu
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi
A search of google failed to show any prebuilt rpms for sshfs and fuse.
I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of
help.
Before I dive headlong into this has anyone successfully built fuse/sshfs
against Centos 4.4.
If so would you share your experience?
Thanks
Daveh
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all,
At long last, Lustre 1.6.5 is available on the Sun Download Center Site.
http://www.sun.com/software/products/lustre/get.jsp
The change log and release notes can be read here:
http://wiki.lustre.org/index.php?title=Change_Log_1.6
Thank you for your assistance; as always, you can report issues via
Bugzilla (https://bugzilla.lustre.org/)
Happy downloading!
-- The Lustre Team --
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all,
At long last, Lustre 1.6.5 is available on the Sun Download Center Site.
http://www.sun.com/software/products/lustre/get.jsp
The change log and release notes can be read here:
http://wiki.lustre.org/index.php?title=Change_Log_1.6
Thank you for your assistance; as always, you can report issues via
Bugzilla (https://bugzilla.lustre.org/)
Happy downloading!
-- The Lustre Team --
2005 Jun 20
0
Re: i486 and i686 are the majority ISAs for x86 -- WAS: CentOS 4.0 -> 4.1 update failing
...long, long time
and the "drop" in performance due to lacking instructions for addressing,
TLB, etc... in the i386 ISA just make it a poor solution in general.
From: alex at milivojevic.org
> %ifarch %{nptlarches}
> %define enablekernelnptl 2.4.20
> %ifarch i386
> %define nptl_target_cpu i486
> %define tls_subdir tls/i486
> %else
> %define nptl_target_cpu %{_target_cpu}
> %define tls_subdir tls
> %endif
> %endif
> So, I'd say just compile it for i386, and it should work correctly. It'll use
> i486 instructions for NPTL support. Some testing to see...