Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
High-performance scientific computing in C++
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sdlbio-courses
High-performance scientific computing in C++
Commits
2c0f9390
Commit
2c0f9390
authored
2 years ago
by
Sandipan Mohanty
Browse files
Options
Downloads
Patches
Plain Diff
Version updates in README.md
parent
fbc8b7ec
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
2c0f9390
# High-performance scientific computing in C++ 202
2
# High-performance scientific computing in C++ 202
3
Course material for the PRACE Advanced Training Course
"High-performance scientific computing in C++",
7 --10
June 202
2
, organized by the Jülich Supercomputing Centre,
30 May -- 02
June 202
3
, organized by the Jülich Supercomputing Centre,
Forschungszentrum Jülich, Germany.
# hpcxx202
2
# hpcxx202
3
You will need to pull from this repository periodically during this course.
...
...
@@ -36,7 +36,7 @@ includes the PDFs of the book, course slides and other utillities.
## Testing your set up
To work with this material, you will need to have a fairly up-to-date
C++ compiler. GCC version 1
1.2
or Clang version 1
3
.0 or later are
C++ compiler. GCC version 1
3.1
or Clang version 1
6
.0 or later are
recommended.
Microsoft's Visual C++ compiler has excellent support for C++20, if
...
...
@@ -81,7 +81,7 @@ handle C++20 modules, try the two remaining examples:
As the above examples show, we will often need to type a
lot of options to compile our programs during this course,
since we want to use C++20, which is not the default
standard for the compilers yet. A
v
ew convenient aliases
standard for the compilers yet. A
f
ew convenient aliases
have been prepared which you can use to shorten the
above compilation steps. To use them, do as follows:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment