You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5)`make` or `make diff` will create a full-document pdf or just a pdf with differences (do this at any point).
34
34
*`git status` and `git branch -a` are your friends
35
35
* Submit an issue for your work (usually with a diff pdf), and then you will be asked to submit a pull request
36
36
* Create an issue by selecting the (issue tab)[https://github.com/openmp/examples-internal/issues] and clicking on `new issue`.
37
37
* Use this MarkDown Cheatsheet for (issue formatting)[https://wordpress.com/support/markdown-quick-reference/]
38
38
* More MarkDown details are available (here)[https://markdown-it.github.io]
39
39
* You can cut and paste markdown formatted text in a (reader)[https://dillinger.io] to see formatting effects.
40
-
* Forced spaces are available in Markdown. On a Mac is is "option+space".
40
+
* Forced spaces are available in Markdown. On a Mac it is "option+space".
41
41
* Polling is available. Go to (gh-poll)[https://app.gh-polls.com/]. Type an option on each line, then click `copy markdown`, and paste the contents into the issue. (Use preview to check your poll, and then submit it.)
42
42
* Create a pull request
43
43
44
44
45
45
## Processing source code
46
46
47
47
* Prepare source code (C/C++ and Fortran) and a text description (use similar styles found in recent examples)
48
-
* Determine the *example* name `<ename>`, *sequence*number`<seq-no>` and *compiler* suffix `<csuffix>` for the example
49
-
* The syntax is: `<ename>.<seq-no>.<csuffix>` (e.g. `affinity_display.1.f90`)
48
+
* Determine the *example* name `<ename>`, *sequence*identifier`<seq-id>` and *compiler* suffix `<csuffix>` for the example
49
+
* The syntax is: `<ename>.<seq-id>.<csuffix>` (e.g. `affinity_display.1.f90`)
50
50
* The example name may be a Section name (e.g. affinity), or a Subsection name (affinity_display)
51
51
* If you are creating a new Chapter, it may be the chapter name.
52
52
* New examples are usually added at the end of a Section or Subsection. Number it as the next number in the sequence numbers for examples in that Section or Subsection.
@@ -56,29 +56,42 @@ For a brief revision history, see `Changes.log` in the repo.
0 commit comments