Intel® Developer Zone:
Academic Resources

The Academic Resources located here help instructors and their students lay the foundation for successful careers in software programming and design, from development to research. There are also extremely valuable resources for the recent graduate.

If this is your first visit to the Academic Resources page the answers to the following questions may be useful to you. Click on the appropriate links to find important guidelines and instructions for these resources.

  • How do I register or tell Intel of my interest in Academic topics at the Intel® Developer Zone? Click here.
  • What is the Intel® Manycore Testing Lab and how do I get access to it? Click here.
  • How do I request a grant for using Intel Software Development Tools with the students in my classroom? Click here.
  • How can I access course materials for use in my own classrooms with my own students? Click here.
  • How do I participate in the Academic Forums? Click here.
  • Are there technical forums available to me where I can have my technical questions answered? Click here.

Why use the Intel® Manycore Testing Lab?

Bring a first-class 40 core/80 thread software development environment into your classroom. Via authorized remote access, you and your students can engage with hands-on code testing on many cores and threads to demonstrate software scaling and conduct research supporting parallelism in the classroom and the workplace. Help to prepare your students to compete in the future job markets.

Lab includes Red Hat Enterprise Linux® OS, a complete suite of Intel’s software development tools, and more.

Request Access


Featured Member

Nicolás Wolovick, National University of Córdoba, Argentina
Harness the Android* platform and deliver innovative apps for mobile and tablet devices powered by Intel® Architecture.

Read about Professor Wolovick’s Student Challenge ›
Read Academic Tech Briefs


Announcements

Intel launches microgrant awards for parallel content

If you have ever wished for additional support to help creating publishable course materials, then get started and submit a proposal today.

Contest Winners

Congratulations to the winners of the 32 Core Testing Plan contest.

View All Contest Winners

Additional Resources

Software Tools – Check out a comprehensive tool suite that includes an initiative threading assistant, optimizing compiler, libraries and much more.

Access the Courseware Library

Find lectures, demos and other material created by university professors and Intel experts in Parallel Programming, Security, Embedded Systems and more. Use these materials to teach workshops, new courses or to supplement existing courses. Please share your feedback after downloading course material.

Remote access to the Intel® Manycore Testing Lab is an additional resource to enhance your students’ learning experience

Featured Course: Intro to Parallel Programming

Module 1:
Why Parallel, Why Now
PPTVideo

Module 2:
Problem Decompositions
PPTVideo

Module 3:
Finding Parallelism
PPTVideo

Module 4:
Shared Memory Considerations
PPTVideo

Module 5:
OpenMP for Domain Decomposition
PPTVideo 

Module 6:
Confronting Race Conditions
PPTVideo 

Module 7:
Deadlock
 PPTVideo

Module 8:
OpenMP for Task Decomposition
 PPTVideo

Module 9:
Implementing Task Decomposition
PPTVideo 

Module 10:
Predicting Parallel Performance
 PPTVideo

Module 11:
Improving Parallel Performance
 PPTVideo

Module 12:
Reducing Parallel Overhead
 PPTVideo

Accompanying Lab Files


Academic Opportunities

Intel® Atom™ processors in Academia
See how you can use Intel Atom processors in the classroom.
Teach Parallel Hear from the people leading the charge to think and teach parallel.


The Intel Academic Program provides Intel® Software Development Products to faculty teaching parallelism and other advanced technologies. We want to work with you to ensure the next generation of computer scientists, software engineers can develop software that maximizes performance on today's and tomorrow's hardware. Our tools suites include industry-leading C, C++ and Fortran compilers; performance and parallel libraries; error checking, performance profiling and cluster analyzers.

You may apply for a grant of a one-year, renewable software tools license for classrooms.

Request License

Intel Academic Community. July 2009 Update.
By Paul Steinberg ...Posted July 23rd 20090
The Academic Community team together with Brooklyn Technical High School launched a Parallelism Curriculum Pilot, there have been a number of interesting blog posts on the Academic Community website, and, of key importance, we have a number of new parallel programming teaching modules on our ...
Cool Happenings at Calvin College
By Zander Sprague ...Posted July 15th 20090
I have to say that I LOVE my job, I get to talk to professors every day and learn about the cool ways that they are utilizing Intel’s technology in their research and curriculums. It is so fun to let them know about the cool tools we have available for them. Like V-tune, Thread checker and ...
June/July in the Intel Academic Community
By Paul Steinberg ...Posted July 9th 20090
Now that classes are done for many of us, we can start turning our attention to research and training projects. This last month saw some really great activities in the Middle East; I’ll be highlighting a few of those.  I’ll  also be be talking about the debut of Intel Software Network TV, a ...
Among the Computing Greats- A night at the ACM Awards
By Jennifer Teal L...Posted July 2nd 20090
My background and inclination, lead me to want to report on my recent trip to the ACM Awards like I would the Oscar’s… “Dr. Andrew Chien was looking debonair in his classic black Tux with elegant gray and white flecked ...

Pages

Subscribe to
Oussama BounaimFri, April 20th 2012 - 23:04
I can't download material for the course war.1
As in the title i wan't to download this material :http://software.intel.com/en-us/courseware/course/view.php?id=384 I'm loged and i have checked "I have read and agree with the" on the download page and select all. ...
jose-jesus-ambr...Thu, March 22nd 2012 - 2:21
About parallel programming in javascript1
Hi everyone! I saw many months ago these links about javascript parallel http://blogs.intel.com/research/2011/09/15/pjs/ https://github.com/rivertrail/rivertrail ...
Sachin SharmaSun, March 11th 2012 - 17:59
assembly programming1
I have made a 8086 bit program which compiled with no errors on 32bit compilers.now i don't know how to view the result on 32bit compilers?Please help here is code of 8086 program .MODEL SMALL.STACK 100HDATA SEGMENT MULTIPLICAND DW 204AH; MULTIPLIER DW 382AH; PRODUCT DW 2 DUP(0);DATA ENDS;CODE ...
diedroMon, February 27th 2012 - 6:34
double linked list -- deallocate all list1
hi everyone, In my program I create a double linked list. I would like to know if it is possible to deallocate all the list in a simple way. I mean, Can I apply a sort of code like: DEALLOCATE (MY_LIST()) or, as I suppose, I have to move across the entire list and ramove the node one by one? ...

Pages

Subscribe to Forums
dina_aMon, November 14th 2011 - 15:09
error with qsub syntax2
hi when i run the $qsub l select=1:ncpus=40 test.sh it return25053.acaad01 and it be shecdule to be run in the queue my problem when it run return this error /bin/sh^M: bad interpreter: No such file or directory what can i do?
ahmed.kramaSat, November 12th 2011 - 22:16
read files together0
by using main(int argc,char*argv[])
nabawy192011Sat, November 12th 2011 - 6:26
Error Contacting the Security GateWay 192.55.51.805
I have a problem to make the VPN connection using the VPN Clinet Cisco application. sometimes it get stuck at "Contacting the Security GateWay 192.55.51.80" Step and gives the remote peer is no longer responding , or "Securing communications channel" and gives Failed to enable virtual adapter. ...
ahmed.kramaFri, November 11th 2011 - 13:06
omp 3
u can use omp instead of tbb but performane is less

Pages

Subscribe to Forums

Academic Resources for Members

Now available to Intel® Developer Zone members! See how the Intel Developer Education website provides you top-notch, continuing education resources on the latest technologies!
Learn more