New Parallel Debugger+Profiler (Allinea Forge) is available!

Allinea Forge is a GUI debugger and profiler for serial and parallel applications, which is now available on all clusters. In the past, PACE had “DDT”, which is a parallel debugger from the same company. Allinea combined DDT with a parallel profiler “MAP”, and rebranded the product as “FORGE”. For more information, please visit http://www.allinea.com/products/develop-allinea-forge

You can use Forge as follows:

module load forge/4.2.2
dtt      (for the debugger)
map   (for the profiler)

We still keep the old versions of DDT 3.1 and 3.2, which are available via module ‘ddt’, but we strongly recommend using forge from now on.

We have a shared ‘floating’ 128-core license for both tools. This means, when a user is debugging a 100-core run using DDT, another user can use up to 28-cores for either DDT or MAP.

If you are developing codes, DDT is a great way to identify bugs, memory leaks, etc (think of it as gdb in parallel with a easy-to-use GUI). If your code is working, but performing poorly, then MAP is the tool to profile the code and find the bottlenecks. PACE offers a debugging and profiling summer class (http://pace.gatech.edu/workshop/DebuggingProfiling.pdf), which partly covers DDT. MAP is a new tool for us as well, and we will include it in future sessions once we figure out how it works 🙂

These tools provide an intuitive interface for a shallow learning curve and targets all levels of users without requiring any specific expertise. So if you have any problem nodes, we strongly encourage you to give them a shot. If you still have difficulties, PACE team is always here to help you (and learn together in the process).

Georgia Tech taking next step to expand Tech Square presence

The Georgia Institute of Technology has taken another step to reinforce its commitment to support and enhance the Institute’s innovation ecosystem and economic development role in Midtown Atlanta’s Technology Square. The Institute, advised by Cushman & Wakefield, issued a request for qualification (RFQ) for private developers interested in the expansion of Technology Square.

Anchored by a high performance computing center, the development will be a transformative project providing a sustainable platform for expanding interdisciplinary research, collaboration and co-location with industry partners, while also supporting Georgia Tech’s academic and research programs in advanced analytics and computing.

More information is available at: http://www.news.gatech.edu/2015/01/16/georgia-tech-taking-next-step-expand-tech-square-presence

COMSOL 5.0 and Application Builder Workshop in Atlanta, GA (1/29)

You’re invited to our free workshop focusing on
COMSOL Multiphysics® version 5.0 and its new features
and additional capabilities. This event will take place on
Thursday, January 29th at Georgia Tech in Atlanta. All attendees
will receive a free two-week trial of the software.

During the workshop you will:
– Learn the fundamental modeling steps in COMSOL Multiphysics
– Set up and solve a simulation through a hands-on exercise
– Convert existing COMSOL models into Apps using the
COMSOL Application Builder

AM Session
————–
Program:
8:45am – 9:00am   Registration
9:00am – 10:30am  Simulations in COMSOL Multiphysics 5.0
10:30am – 10:45am Coffee Break
10:45am – 12:00pm Hands-on Tutorial

PM Session
————–
12:45pm – 1:00pm Registration
1:00pm – 2:30pm  Simulations in COMSOL Multiphysics 5.0
2:30pm – 2:45pm  Coffee Break
2:45pm – 4:00pm  Hands-on Tutorial

Event details and registration: http://comsol.com/c/1izr

Seating is limited, so advance registration is recommended.
Feel free to contact me with any questions.

Contact information:

Miraj Desai
COMSOL, Inc.
1 New England Executive Park
Burlington, MA 01803
781-273-3322
miraj.desai@comsol.com

 

Free nVidia qwicklab tokens for GT Researchers!

In collaboration with NVIDIA, we are happy to announce the availability of *free* tokens for qwiklab classes for PACE users.

You can find a full list of available labs including CUDA (basics & expert), OpenACC and using GPUs in Matlab here:

https://nvidia.qwiklab.com/lab_catalogue

One nice thing about these labs is that they utilize Amazon Web Services (AWS) to provide each person with a GPU node, so you can try all examples and play with the codes on-the-fly requiring nothing but browser.

We currently have 40 tokens in total (NVIDIA promised more if there is demand) so please make sure you make good use of all the tokens that you requested and return them if you end up not taking the class. We allow for 4 tokens at a time, but you can definitely request more after you use all of them.

Here are the steps you need to follow:

1. Register at https://nvidia.qwiklab.com using your GT email
2. Email pace-support@oit.gatech.edu and specify:
– the email you used for your registration
– your PACE username
– number of tokens (4 max)
3. Repeat step #2 as you need more tokens
4. Provide feedback (each class should have a survey and NVIDIA folks repeatedly stated their interest in hearing from GT researchers)

Current tokens expire on June 3rd 2015.

Happy new year!

Free Linux 101 Course

We at PACE are offering a beginning course on Linux. The target audience are those who have little or no Linux experience and need to start use PACE cluster for their research.

Date: 11/14/2014
Time: 10:00 am to 12:00pm
Location: Clough Undergraduate Learning Commons 262

Topics:
What is Linux?
Why use Linux?
Access to Linux
Common Commands on Linux
Editors
How to use man page
Linux Usage Tips
Module usage on PACE

Please register the course at the following link:

http://trains.gatech.edu/courses/index#view-12863

-Pace Team

Free Supercomputing in Plain English Workshop, Spring 2015

Free Supercomputing in Plain English (SiPE)
Available live in person and live via videoconferencing

These workshops focus on fundamental issues of High Performance
Computing (HPC) as they relate to Computational and Data-enabled
Science & Engineering (CDS&E), including:

* overview of HPC;
* the storage hierarchy;
* instruction-level parallelism;
* high performance compilers;
* shared memory parallelism (e.g., OpenMP);
* distributed parallelism (e.g., MPI);
* HPC application types and parallel paradigms;
* multicore optimization;
* high throughput computing;
* accelerator computing (e.g., GPUs);
* scientific and I/O libraries;
* scientific visualization.

Tuesdays starting Jan 20 2015, 1:30pm Central Time
(3:30pm Atlantic, 2:30pm Eastern, 12:30pm Mountain, 11:30am Pacific)

Live in person: Stephenson Research & Technology Center boardroom,
University of Oklahoma Norman campus

Live via videoconferencing: details to be announced

Registration coming soon!

http://www.oscer.ou.edu/education/

So far, the SiPE workshops have reached over 1500 people at
248 institutions, agencies, companies and organizations in
47 US states and territories and 10 other countries:

* 178 academic institutions;
* 29 government agencies;
* 26 private companies;
* 15 not-for-profit organizations.

SiPE is targeted at an audience of not only computer scientists
but especially scientists and engineers, including a mixture of
undergraduates, graduate students, faculty and staff.

The key philosophy of the SiPE workshops is that an HPC-based code
should be maintainable, extensible and, most especially, portable
across platforms, and should be sufficiently flexible that it can
adapt to, and adopt, emerging HPC paradigms.

Prerequisite:
1 semester of programming experience and/or coursework in any of
Fortan, C, C++ or Java, recently

PACE Lecture Series: New Courses Scheduled

PACE is starting the lecture and training course offering once again.
Over the next two months, we are offering 4 courses:

  1. Introduction to Parallel Programming with MPI and OpenMP (July 22)
  2. Introduction to Parallel Application Debugging and Profiling (June 17)
  3. A Quick Introduction To Python (June 24)
  4. Python For Scientific Computing (July 8)

For details about where and when, or to register your attendance (each class is limited to 30 seats), visit our PACE Training page.

Big Data Week 2014 – Atlanta

A big Big Data event with many interesting speakers. Food and drinks will be served!
You can RSVP following the link:

http://meetup.com/Atlantas-Big-Data-Week-2014/

(needs a meetup account)

Monday, May 5, 2014 to

250 14th Street, NW , Atlanta, GA 30361

Parking is free in the deck.

Panelists

• Moderator – Bloomberg‘s Duane Stanford

Delta‘s Russell Pierce, Managing Director of Customer Data & Analytics

Home Depot‘s Steven Einbender, Lead Advanced Analytics Architect

Children’s Healthcare of Atlanta‘s Michael Thompson, VP of Business Intelligence

AirWatch‘s John Marshall, CEO

Weather Company‘s Eli Phetteplace, Director of Enterprise Data

Agenda

• 5-7 – networking and sponsor showcase

• 7-7:30 – introductions and intro to Big Data Week

• 7:30-8:30 – Keynote panel

• 8:30-9 – Q&A and closing remarks

 

 

 

 

SC14 Program Offers Immersive Program in HPC for Undergrads

Applications are now being accepted for Experiencing HPC for Undergraduates, a program designed to introduce high performance computing (HPC) research topics and techniques to undergraduate students at the sophomore level and above. The program introduces various aspects of HPC research at the SC14 Conference to increase awareness of opportunities to perform research as an undergraduate and potentially in graduate school or in a job related to HPC topics in computer science and computational science.

SC14 will be held Nov. 16-21, 2014 in New Orleans. Complete conference information can be found at:http://sc14.supercomputing.org

The Experiencing HPC for Undergraduates Program contains selected parts of the main SC Technical Program, with several additional elements. Special sessions include panels with current graduate students in HPC areas to discuss graduate school and research, and panels with senior HPC researchers from universities, government and industrial labs to discuss career opportunities in HPC fields.

Prof. Jeff Hollingsworth, co-chair of Experiencing HPC for Undergraduates, discusses the program and the need to develop the next generation of HPC professionals in an HPCwire podcast at: http://www.hpcwire.com/soundbite/toward-next-generation-hpc-professionals/

Applications must be submitted using the SC14 submission site at https://submissions.supercomputing.org/. The deadline to apply is Sunday, June 15.