In my job in the Scientific Computing group, I work with several different projects to get them up and running at the petascale. While the majority of our users have experience running their codes in parallel, until they access our machines, they have never had the opportunity to run on such a large machine and solve such large problems. For my projects, I am available to do anything from tell them the best compiler flags or improve their job scripts, to becoming an embedded member of their code development team.
In addition, I help maintain the NCCS software infrastructure, which involves making decisions about users' software installation requests, assigning people to install software, and maintaining the software directories in the proscribed format.
I'm working on load balancing techniques for the octtrees in MADNESS. On a leadership supercomputer (such as Jaguar, ORNL's flagship machine), we want to evenly distribute the load over hundreds or even thousands of processors, while minimizing the number of broken links. Something that makes our load balancing requirements unique is the fact that we utilize the whole tree for some operations, rather than just the leaf nodes. I have come up with some ideas that suit our purposes. For more about our project, see our SCIDAC project web page.
I'm involved with this project modeling the biofuel supply chain infrastructure. The premise is, where should we put biorefineries and storage, and what crops should be grown? This boils down to a large mixed-integer linear program. My role is to facilitate the solution of this problem at the petascale.