Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Power and legacy codes (Score 2) 118

... are the biggest problems from where I'm sitting here in the convention center in Denver.

In short, there will need to be a serious collaborative effort between vendors and the scientists (most of whom are not computer scientists) in taking advantage of new technologies. GPUs, Intel MIC, etc. are all great only if you can write code that can exploit these accelerators. When you consider that the vast majority of parallel science codes are MPI only, this is a real problem. It is very much a nontrivial (if even possible) problem to tweak these legacy codes effectively.

Cray holds workshops where scientists can learn about these new topologies and some of the programming tricks to use them. But that is only a tiny step towards effectively utilizing them. I'm not picking on Cray; they're doing what they can do. But I would posit that before the next supercomputer is designed, that it is done with input from the scientists who will be using it. There are a scarce few people with both the deep physics background and the computer science background to do the heavy lifting.

In my opinion we may need to start from the ground up with many codes. But it is a Herculean effort. Why would I want to discard my two million lines of MPI-only F95 code that only ten years ago was serial F77? The current code works "well enough" to get science done.

The power problem - that is outside of my domain. I wish the hardware manufacturers all the luck in the world. It is a very real problem. There will be a limit to the amount of power any future supercomputer is allowed to consume.

Finally, compilers will not save us. They can only do so much. They can't write better code or redesign it. Code translators hold promise, but those are very complex.

Comment Random homicidal moments (Score 5, Insightful) 1144

Honestly, the most this whole mess has affected me, a college professor at a state university, is to fill my head with thoughts of taking my bare hands and strangle the life out of some of these yahoos in Washington. I know of many people who have been furloughed, as I am involved in federally funded research and have many colleagues who work under the umbrella of the federal gov't, some of whom have been furloughed, some of whom have not. My thoughts lately are about the looming debt ceiling "crisis" and how perhaps we are truly approaching the moment with the United States of America goes the way of every other superpower the world has ever seen... only we still have nukes and billions of guns. Sadly, if this happens, it will have come from within, not the result of a worthy enemy. And make no mistake about it: Pull away the curtain and this is all the doings of the ultra-rich who are pulling the strings. These people have nothing but pure disdain for the commoners and the poors and do not care that they are playing roulette, since all chambers are loaded and the gun is not pointing at them.

Comment Also... (Score 5, Funny) 490

Two mistakes pop up immediately int the article - IPPC (eh? OK, typo) and "The Journal of the American Meteorological Society". It's IPCC and the Bulletin of the AMS (BAMS). Maybe this guy creamed himself while typing, it is the WSJ after all.

Comment ecryptfs+Dropbox is a nice solution (Score 4, Informative) 242

I've always assumed that data on Dropbox wasn't very secure, which is why I was happy to find that ecryptfs works well with dropbox across multiple machines (assuming they are all running Linux). To wit:

chinook: ~orp df /home/orp/e
Filesystem          1K-blocks      Used Available Use% Mounted on
/home/orp/Dropbox/e 491451392 129077764 361240528  27% /home/orp/e
chinook: ~orp ls Dropbox/e
./
../
ECRYPTFS_FNEK_ENCRYPTED.FWZS4gY2TLKRZUavoct.ewyb3LhUsTmtMCkw6-7kc4NR3-58yIKIxSsrgk--
ECRYPTFS_FNEK_ENCRYPTED.FWZS4gY2TLKRZUavoct.ewyb3LhUsTmtMCkw9VkRKmwOO95LV0W1qwwNHk--/
ECRYPTFS_FNEK_ENCRYPTED.FWZS4gY2TLKRZUavoct.ewyb3LhUsTmtMCkwKsqUWInaV2aVwzvhw6CcW---
ECRYPTFS_FNEK_ENCRYPTED.FWZS4gY2TLKRZUavoct.ewyb3LhUsTmtMCkwOggoYf2PUQpQQmgJLHwIaU--/
ECRYPTFS_FNEK_ENCRYPTED.FWZS4gY2TLKRZUavoct.ewyb3LhUsTmtMCkwQEdvushvgMYZ2uRpeRJ9EU--
[etc]

This works with the same partition mounted across multiple machines. Save a file to /home/orp/e, and it "magically" appears in its unencrypted form (name, content) on any other machine that was updated on Dropbox that has the encrypted partition mounted the same way. All dropbox ever sees is the encrypted stuff.

The main disadvantage to this approach is that if you are trying to access files on a non-linux machine you are hosed; Lastpass and other password managers that have file encryption functionality can give you cross-platform encryption but not with the nice filesystem access that Dropbox provides.

Comment Re:WTF? (Score 1) 266

For the unenlightened: Unbelievable, Unexplainable, Disastrously Doubly-Long Redundant Long Redundant Bastard Acronym. (It's a "bastard acronym" because it's actually an initialism, and will give you extra lives if you recite it.)

Or it's the Konami code, your choice.

Comment Re:I quite like mine. (Score 1) 250

I did the same thing with the Pixel (typing on it now). Put fedora 18 on it with kernel 3.9, which supports the trackpad. I did this after reading Linus Torvalds' experience doing the same thing, and being in a situation where my eeePC was feeling rather old and clunky. The screen on the Pixel is fantastic - simply stunning. Is it worth $1300? With 4 GB of RAM and a 32 GB SSD, probably not for most people. I'm a scientist who does a lot of coding and graphical visualization, most of which is run on other computers, and it has proved to be worth it for me. I really like the feel of the keyboard, although I miss some of the keys that are on a standard keyboard.

The PIxel is a strange beast, but Google has the money to try these things and if the screen on this thing becomes more common it will be good for everyone - although the touch capability of the screen doesn't do anything for me (who wants to put fingerprints on their laptop!).

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...