January 23, 2019 | Connor Bechler

A young woman is focused on a computer in a lab with a few students seated behind her at computers.

When Calvin computer science professor Joel Adams launched Calvin’s first parallel computing course in the late 90s, the field was “an esoteric elective kind of thing.” Supercomputers, the main devices at the time to rely on parallel computing, were few and far between.

In 2005, however, computer processor developers started making multi-core processors for the general market.  “Now, even most phones have eight cores,” said Adams, “it’s no longer an esoteric thing—it takes a whole different kind of programming to make use of those multiple cores, which makes it critically necessary to teach every computer science student about parallel computing.”

Innovative teaching tools for a changing field

This increasing need has led Adams to collaborate with several institutions in an effort to advance parallel computing instruction, beginning with a 2012 NSF grant to host workshops for computer science professors across the country and to launch a website—csinparallel.org—for distributing educational materials.

This past fall, Adams—together with colleagues at United States Military Academy, West Point, and St. Olaf College in Minnesota—received a $595,131 grant for the development of new parallel computing teaching tools.

“We’re looking for real world analogies to parallel behavior so that we can create the equivalent of those analogies in software,” said Adams. “With this grant, we’re specifically aiming to help students understand parallel computing through sight, sound, and touch.”

While St. Olaf College is researching possible touch-based approaches, and West Point is attempting to build an interactive online textbook, Adams and two student researchers will work this upcoming summer on building several tools to provide students learning parallel computing with direct audio and visual feedback. 

Adams says the audio tool will mimic music ensembles: each separate computational task will produce a distinct tone, allowing “students to hear the parallelism” as the program executes, demonstrating audibly what parts of the program employ multiple cores. The visual side of the project will involve graphic rendering in which each core renders a different part of the image in a different color than the other cores, showing students how tasks are distributed among cores.

Advancing instruction nationally

Adams has worked with several students on similar projects in the past. Computer science student Elizabeth Koning has worked with Adams on parallel computing visualizations since 2017, recently conducting an experiment on how well introductory students learned programming concepts from working with visualizations compared to textbook reading.

“There was a statistically significant difference in how engaging the students found each activity,” said Koning. “Based on their responses, I’m very optimistic about the potential of these visualizations to aid students’ understanding of parallel computing.”

Sarah Hendriksen, a computer science and psychology double major, worked with Adams the summer of 2018. “The purpose was to create an augmented reality teaching tool for parallel computing, as many of the concepts are highly abstract,” said Hendriksen.

Collaborating with Adams and a researcher from the University of Auckland, she helped build an application which teaches parallel computing concepts through an interactive office simulation. “Through the research, I was able to better grasp the different complexities and uses for different types of parallel computing,” she added.

Adams noted that a diversity of resources is ultimately the goal: “At the end of the grant we’ll have all these different pedagogical materials publicly available on csinparallel.org, and instructors around the country will be able to download them and integrate them into their courses.

“If you give students enough examples of how parallelism is used to solve problems, they start thinking and understanding the underlying patterns of parallel behavior.”


Recent stories