8000 GitHub - b1shtream/crash-course-supercomputing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

b1shtream/crash-course-supercomputing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

Developing-with-MPI-and-OpenMP

Introductory course on developing MPI and OpenMP application developed by Rebecca Hartman-Baker and the Pawsey Supercomputing Centre.

To run interactively in a reservation at NERSC, use the following command:

salloc -A ntrainN -N 1 -t 00:30:00 --reservation=res_name

To run via a batch script, use the sbatch command:

sbatch runall_batch.sh

Substituting the proper training project for ntrainN and proper reservation name for res_name, and we suggest to run part of the exercises from runall.sh at a time.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 37.2%
  • Fortran 32.4%
  • Shell 10.9%
  • Makefile 10.8%
  • C++ 8.7%
0