@@ -44,7 +44,7 @@ For example, a non-OCA CAF compiler, such as the Cray or Intel compilers, might
44
44
program's coarray square-bracket syntax, while OpenCoarrays supports the same program's calls to
45
45
collective subroutine such as ` co_sum ` and ` co_reduce ` .
46
46
47
- <a name =" workflow-with-oca-aware-compiler " >
47
+ <a name =" a-sample-basic-workflow " >
48
48
## A sample basic workflow ##
49
49
</a >
50
50
@@ -78,8 +78,8 @@ environment variable:
78
78
79
79
where "4" is the number of images to be launched at program start-up.
80
80
81
- <a name="extending-a-non-oca-CAF-compiler "
82
- ## An advanced workflows </a > ##
81
+ <a name="sample-advanced-workflow "
82
+ ## An advanced workflow </a > ##
83
83
84
84
To extend the capabilities of a non-OCA CAF compiler (e.g., the Intel or Cray compilers),
85
85
access the types and procedures of the [ opencoarrays module] by use assocication. We
@@ -102,17 +102,12 @@ and also run the program with the lower-level commnication library:
102
102
103
103
mpirun -np <number-of-images> ./tally
104
104
105
-
106
105
[ Sourcery Store ] : http://www.sourceryinstitute.org/store
107
- [ Virtualbox ] : http://www.virtualbox.org
108
106
[ Issues ] : https://github.com/sourceryinstitute/opencoarrays/issues
109
107
[ opencoarrays module ] : ./src/extensions/opencoarrays.F90
110
108
[ GCC ] : http://gcc.gnu.org
111
- [ TS18508 Additional Parallel Features in Fortran ] : http://isotc.iso.org/livelink/livelink?func=ll&objId=17181227&objAction=Open
109
+ [ TS18508] Additional Parallel Features in Fortran: http://isotc.iso.org/livelink/livelink?func=ll&objId=17181227&objAction=Open
112
110
[ The caf compiler wrapper ] : #the-caf-compiler-wrapper
113
111
[ The cafrun program launcher ] : #the-cafrun-program-launcher
114
- [ Compiling a CAF Program ] : #compiling-a-caf-program
115
- [ workflow-with-oca-aware-compiler ] : #workflow-with-oca-aware-compiler
116
- [ Sample advanced workflows ] : #sample-advanced-workflows
117
- [ or a non-CAF compiler (e.g., GCC 4.9)Executing a CAF program ] : #executing-a-caf-program
118
-
112
+ [ A Sample Basic Workflow ] : #a-sample-basic-workflow
113
+ [ A Sample Advanced Workflow ] : #sample-advanced-workflow
0 commit comments