Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for sfcomplex.org
« Groups Home
Chrome on 64-bit machine is slow?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bruce Sherwood  
View profile  
 More options Jun 8 2012, 10:32 pm
From: Bruce Sherwood <bruce.sherw...@gmail.com>
Date: Fri, 8 Jun 2012 20:32:31 -0600
Local: Fri, Jun 8 2012 10:32 pm
Subject: Chrome on 64-bit machine is slow?
I wrote a particularly computationally intense GlowScript/WebGL
program, a visualization of a hard-sphere gas, with a continually
updated distribution of speeds that, averaged over time, approximates
the theoretical prediction:

http://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/prog...

It was rather sluggish compared to a similar VPython program, but the
VPython version benefited from the use of the fast parallel processing
capabilities of the Python numpy numerical library, which runs at the
speed of C, so the sluggishness was not totally unexpected.

But then to my great surprise I saw the new program running about
twice as fast on my Windows laptop as on my Windows desktop machine,
despite their comparable speeds (2.2 GHz desktop, 2.4 GHz laptop, and
the desktop has 4 cores, the laptop only 2). This seems to be related
to the fact that Chrome exists only in a 32-bit version, and my
desktop machine is 64-bit Windows 7 whereas my laptop is 32-bit
Windows 7. I thought naively that 32-bit programs ran on 64-bit
Windows at the same speed as they would run on 32-bit machines, but
maybe that isn't the case?

Strangely, on my desktop machine the program runs twice as fast in
Firefox as in Chrome, although my Firefox is also 32-bit. The program
also runs at this faster speed on my 2.4 GHz Macbook Pro in Safari.
The odd man out is Chrome on 64-bit Windows.

Bruce


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roger Critchlow  
View profile  
 More options Jun 9 2012, 5:22 am
From: Roger Critchlow <r...@elf.org>
Date: Sat, 9 Jun 2012 03:22:44 -0600
Local: Sat, Jun 9 2012 5:22 am
Subject: Re: [sfx: Discuss] Chrome on 64-bit machine is slow?

Odd, runs way too fast to pay attention to details with Chrome on Ubuntu
12.04 64bit, Lenovo X220 tablet quad core with Intel video, don't have any
alternatives to compare against.

Maybe we should take our laptops out to lunch at Second Street?

You have -- I can't resist the chemist's dig -- a physicist's calibration
of computationally intense.  Try computing protein structures, or water
solvation shells around protein structures, or electron densities in
solvation shells and protein structures.  Did I forget to add the ions?
 Add the ions!  Can't have decent structures without electrostatics.

I understand, intense relative to the other simulations, we'll get to to
density functional quantum simulations in their turn.

-- rec --

On Fri, Jun 8, 2012 at 8:32 PM, Bruce Sherwood <bruce.sherw...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruce Sherwood  
View profile  
 More options Jun 9 2012, 11:27 am
From: Bruce Sherwood <bruce.sherw...@gmail.com>
Date: Sat, 9 Jun 2012 09:27:17 -0600
Local: Sat, Jun 9 2012 11:27 am
Subject: Re: [sfx: Discuss] Chrome on 64-bit machine is slow?
Yes, by all means let's have dueling laptops at Second Street! When?

Of course you're right about "intense". Physicists also have a
calibration of what is really intense, e.g. quantum chromodynamics to
calculate from first principles the mass of the proton, or the
gravitational evolution of the universe starting with the Big Bang.
Nowadays much intense computation whether in chemistry or in physics
is done in GPUs, not CPUs.

GlowScript is a somewhat unusual project in that its goal is to make
it easy to program (albeit relatively non-intense) 3D visualizations
and animations, using WebGL. At least currently it doesn't give you
access to doing some of your computations in the GPU. In fact, you can
find unbelievably spectacular WebGL demos on the web, but each is a
special-purpose GPU-intensive implementation, whereas GlowScript is a
general-purpose tool.

Bruce


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roger Critchlow  
View profile  
 More options Jun 9 2012, 11:50 am
From: Roger Critchlow <r...@elf.org>
Date: Sat, 9 Jun 2012 09:50:12 -0600
Local: Sat, Jun 9 2012 11:50 am
Subject: Re: [sfx: Discuss] Chrome on 64-bit machine is slow?

Wednesday lunch, now that Owen's off to Disney, we can -- oh, wait, he's
probably still listening.

-- rec --

On Sat, Jun 9, 2012 at 9:27 AM, Bruce Sherwood <bruce.sherw...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruce Sherwood  
View profile  
 More options Jun 9 2012, 12:13 pm
From: Bruce Sherwood <bruce.sherw...@gmail.com>
Date: Sat, 9 Jun 2012 10:13:44 -0600
Local: Sat, Jun 9 2012 12:13 pm
Subject: Re: [sfx: Discuss] Chrome on 64-bit machine is slow?
I read somewhere that there is a 64-bit version of Chrome available
only on Linux. Maybe that's what you're running?

Bruce


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Edward Angel  
View profile  
 More options Jun 9 2012, 12:27 pm
From: Edward Angel <an...@cs.unm.edu>
Date: Sat, 9 Jun 2012 10:27:51 -0600
Local: Sat, Jun 9 2012 12:27 pm
Subject: Re: [sfx: Discuss] Chrome on 64-bit machine is slow?

Awhile ago I did someWebGL tests on my iMac with different browsers  
(Chrome, Firefox, Safari) under both Mac OS X and Windows XP using
Bootcamp. The results were all over the place. For a given browser,
the JS engine differs depending on the OS as does the graphics
implementation. As I remember, the best performances were under Mac OS
X since OpenGL is the native graphics and under Windows the
browsers covert the OpenGL calls to Direct X. In addition. some of my online students
have had problems with 64-bit Windows drivers.

Ed
__________

Ed Angel

Founding Director, Art, Research, Technology and Science Laboratory (ARTS Lab)
Professor Emeritus of Computer Science, University of New Mexico

1017 Sierra Pinon
Santa Fe, NM 87501
505-984-0136 (home)                     an...@cs.unm.edu
505-453-4944 (cell)                             http://www.cs.unm.edu/~angel

On Jun 8, 2012, at 8:32 PM, Bruce Sherwood wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roger Critchlow  
View profile  
 More options Jun 9 2012, 2:23 pm
From: Roger Critchlow <r...@elf.org>
Date: Sat, 9 Jun 2012 12:23:32 -0600
Local: Sat, Jun 9 2012 2:23 pm
Subject: Re: [sfx: Discuss] Chrome on 64-bit machine is slow?

I'm running a google-chrome-stable package from
https://www.google.com/intl/en/chrome/browser/.

The download page offers this menu:

 32 bit .deb (For Debian/Ubuntu)
 64 bit .deb (For Debian/Ubuntu) 32 bit .rpm (For Fedora/openSUSE) 64 bit
.rpm (For Fedora/openSUSE)
I'm running the 64 bit .deb (For Debian/Ubuntu), haven't looked at it too
closely to see what exactly is in it.
-- rec --
On Sat, Jun 9, 2012 at 10:13 AM, Bruce Sherwood <bruce.sherw...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »