Skip to content
/ n3554 Public

A proposal for a standard parallel algorithms library for ISO C++.

License

Notifications You must be signed in to change notification settings

n3554/n3554

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2013
Feb 28, 2014
Nov 6, 2013
Nov 18, 2013
Jul 30, 2013
Jul 30, 2013
Jul 30, 2013
Jul 30, 2013
Jul 15, 2013
Aug 20, 2013
Jul 16, 2013
Jul 16, 2013
Jul 16, 2013
Jul 15, 2013
Aug 20, 2013
Jul 15, 2013
Aug 21, 2013
Jul 30, 2013
Aug 6, 2013
Oct 9, 2013
Aug 20, 2013
Jan 9, 2014
Aug 19, 2013
Aug 22, 2013
Aug 26, 2013
Aug 23, 2013
Aug 20, 2013
Aug 20, 2013
Aug 7, 2013
Nov 18, 2013
Aug 6, 2013
Aug 6, 2013
Nov 18, 2013

Repository files navigation

n3554

A proposal for a standard parallel algorithms library for ISO C++.

Building the PDF:

$ pandoc --number-sections -H n3554_header.tex n3554_a_parallel_algorithms_library.*.md -o n3554_a_parallel_algorithms_library.pdf

Just generating LaTeX (you can edit the .tex and then pdflatex the output):

$ pandoc --number-sections -H n3554_header.tex n3554_a_parallel_algorithms_library.*.md -o n3554_a_parallel_algorithms_library.tex

Get pandoc here.

Building the examples:

$ g++ -std=c++11 -Iinclude -fopenmp reverse.cpp for_each.cpp externs.cpp -o for_each