@@ -44,7 +44,7 @@ For example, a non-OCA CAF compiler, such as the Cray or Intel compilers, might
4444program's coarray square-bracket syntax, while OpenCoarrays supports the same program's calls to
4545collective subroutine such as ` co_sum ` and ` co_reduce ` .
4646
47- <a name =" workflow-with-oca-aware-compiler " >
47+ <a name =" a-sample-basic-workflow " >
4848## A sample basic workflow ##
4949</a >
5050
@@ -78,8 +78,8 @@ environment variable:
7878
7979where "4" is the number of images to be launched at program start-up.
8080
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 > ##
8383
8484To extend the capabilities of a non-OCA CAF compiler (e.g., the Intel or Cray compilers),
8585access 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:
102102
103103 mpirun -np <number-of-images> ./tally
104104
105-
106105[ Sourcery Store ] : http://www.sourceryinstitute.org/store
107- [ Virtualbox ] : http://www.virtualbox.org
108106[ Issues ] : https://github.com/sourceryinstitute/opencoarrays/issues
109107[ opencoarrays module ] : ./src/extensions/opencoarrays.F90
110108[ 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
112110[ The caf compiler wrapper ] : #the-caf-compiler-wrapper
113111[ 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