由买买提看人间百态

topics

全部话题 - 话题: amd64
首页 上页 1 2 3 4 (共4页)
l*******G
发帖数: 1191
1
来自主题: Linux版 - WPS linux beta1出来了
悲剧是在64位机上用不了,没有64的安装包。 强装了i386的wps deb, ia32-libs,又
有一个gdk包不行,强把gdk换成i386的,wps可以运行了!还不错。 reboot又悲剧了,
gdk换了以后机器进不了登录界面了!!而且连terminal界面也进不了。所以我只成功
运行了wps一次,而我的t410现在
变砖了。所以这里提醒用amd64 或x86_64的朋友们,还是别折腾了。
l*******G
发帖数: 1191
2
来自主题: Linux版 - WPS linux beta1出来了
on my machine, wps and macbuntu both want libgtk-pixbuf, wps wants i386
version
and macbuntu wants amd64 version, yet I have to get to macbuntu before I
can login.
Oops, wps doesn't work with 64bit ubuntu with macbuntu theme.

ia32-
你不
l*******G
发帖数: 1191
3
来自主题: Linux版 - WPS linux beta1出来了
For amd64, in earlier versions of Ubuntu, e.g. Maverick, ia32-lib does not
have libgtk-pixbuf. So, if you installed ia32-libs and find no libgtk-
pixbuf in /usr/lib32 , then it won't work for you.
For 12.4 , 12.10, should be fine.
c*****m
发帖数: 1160
4
我用open source的 passwordsafe ,一直用windows版本的。前两天想安装到ubuntu上
面,居然没成功。它给的 passwordsafe-ubuntu-0.9BETA.i686 和 passwordsafe-
ubuntu-0.9BETA.amd64 都不成功。我的cpu是 intel 64位。试图从源代码编译,还有
许多dependancy.
k***s
发帖数: 277
5
This is a strange issue here.
Dell D5150, with IDE NEC 3550A DVD burner as hda.
With Debian 6 X86_64, kernel 2.6.32-5-amd64, I can not burn or read DVD.
when try to mount a dvd as 'mount /dev/dvd /mnt/cdrom', I got error message
mount: you must specify the filesystem type
and using growisofs to burn DVD-R, also failed. (it can not identify the
media disk)
this burner is detected as /dev/sr0
kernel config related to IDE
CONFIG_HAVE_IDE=y
CONFIG_IDE=m
CONFIG_IDE_XFER_MODE=y
CONFIG_IDE_ATAPI=y
# CO... 阅读全帖
m********5
发帖数: 17667
6
kubuntu, mint KDE等简直越发不能用了
只能用那种90s' look的theme,比如Raleigh, 曾经fix了一段时间,现在又broken鸟
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-
amd64 compressed oops)
# Problematic frame:
# C [libgobject-2.0.so.0+0x1a6b8] g_object_get_qdata+0x18
准备退役所有ubuntu系列Distros,改上Mageia
k*****r
发帖数: 21039
7
装了:
Set up Fcitx for Chinese and Japanese language input on Ubuntu Trusty 14.04
fcitx.pngAfter recently upgrading to Ubuntu 14.04 Trusty Tahr (LTS), I
decided to give Fcitx, the default input method framework on Ubuntu’s
Chinese sister project Ubuntu Kylin, a try and I was pleasantly surprised.
Not only is Fcitx rock-solid and actively developed, it also offers input
methods for Japanese, Korean, Vietnamese and a bunch of other languages in
addition to the default Chinese input methods. Here is ... 阅读全帖
d********g
发帖数: 10550
8
来自主题: Linux版 - FreeBSD越来越好用了
这就是完全不了解FreeBSD的ports/pkg系统了。我说了那么多次,FreeBSD官方都是多
版本app支持的,你需要装哪一个都行,distrowatch上显示的只是每个branch支持的最
高package版本而已
举个例子:
$ uname -a
FreeBSD xxxxxx 10.3-RELEASE-p4 FreeBSD 10.3-RELEASE-p4 #0: Sat May 28 12:23:
44 UTC 2016 [email protected]/* */:/usr/obj/usr/src/sys/
GENERIC amd64
$ freebsd-version
10.3-RELEASE-p6
$ pkg search postgresql9 | grep server-
postgresql90-server-9.0.23 The most advanced open-source database
available anywhere
postgresql91-server-9.1.22 The most advanced ... 阅读全帖
w******g
发帖数: 67
9
来自主题: Programming版 - ask for help about AMD cluster
I am working on transfer a MPI program from my laptop to one computing
cluster("Docker"). The system specifications are as following:
my laptop
Dell d810 Intel CPU
GCC 4.1.2
"Docker" cluster:
10 nodes , each node runs with 2 AMD64 processors and CentOS4.4
Linux system.
GCC 3.4.6
The problem is that I can compile the program successfully on the cluster.
But when running, it crashes with error(it crashes when I run it on one
processor)
*** glibc detected *** malloc(): memory corruption: 0x00000000
c****e
发帖数: 1453
10
Of course Algorithm is the No1. factor. But how far can you stretch those
classic algorithms? Lots of them can't even be parallized. So the algorithm
is there and the difference is optimization, where language and compiler are
the key points. For example, On a x86(AMD64) machine, icc generates much
faster code than g++ if your code uses stl containers heavily.
When you try to pick a package to build a binary decision tree, no one gonna
pick java although there exist some of them. When you are wr
h*******c
发帖数: 248
11
谢谢详细解答。
我在amd64上,而且没有root权限。psyco没法试。按你的意见改进了code,提高不太显
著。还有开始搞错了,最初的python code,比perl的两倍的时间还是稍快的。具体如
下:
Test data: 153195875 lines
Original Python code: 11m52.809s
Perl code: 6m50.634s
Python with introducing a float: 11m10.084s
Perl version
d*g
发帖数: 62
12
多谢!不过遇到问题。在网页上打开,能看见登录的用户名密码框,
但用browser就不知道应该怎么打开,因为
browser.select_form(nr=0) 出错如下:
Traceback (most recent call last):
File "C:/Python27/work001.py", line 36, in
br.select_form(nr=0)
File "build\bdist.win-amd64\egg\mechanize\_mechanize.py", line 524, in
select_form
raise FormNotFoundError("no form matching "+description)
FormNotFoundError: no form matching nr 0
我查看页面源代码,是这种东西