Skip to content

Commit 2bf6117

Browse files
update files 0.5.6
1 parent 191fc16 commit 2bf6117

136 files changed

Lines changed: 693 additions & 322 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MODULARITY.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@
33
Each "module" (toolboxe) can be disabled or replaced by another:
44

55
```
6-
¦ loader.nls
6+
¦ loader.m
77
¦
88
+---etc
9-
¦ finish.nls
10-
¦ startup.nls
9+
¦ finish.m
10+
¦ startup.m
1111
¦
1212
+---functions
13-
¦ *.nlf
13+
¦ *.m
1414
¦
1515
+---help
1616
¦ +---en_US
1717
¦ org.nelson.modules.*.help.qch
1818
¦
1919
+---tests
20-
*.nls
20+
test_*.m
21+
bug_*.m
22+
bench_*.m
2123
```
2224

2325
```

MPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Distributed Computing with MPI:
2929

3030
Example: Sum on distributed computing:
3131

32-
[Source MPI sum example](https://github.com/Nelson-numerical-software/nelson/blob/master/modules/mpi/examples/MPI_parallel_sum.nls)
32+
[Source MPI sum example](https://github.com/Nelson-numerical-software/nelson/blob/master/modules/mpi/examples/MPI_parallel_sum.m)
3333

3434
![MPI Sum](https://github.com/Nelson-numerical-software/nelson-website/raw/master/images/MPI_parallel_sum.png "MPI")
3535
![Task manager with process started by Nelson](https://github.com/Nelson-numerical-software/nelson-website/raw/master/images/task_manager.png "Task manager with process started by Nelson")

help/en_US/MPI_Allreduce.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>See also</h3>
106106
<h3>Example</h3>
107107
<hr/>
108108

109-
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Allreduce.nls'], 4)</p>
109+
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Allreduce.m'], 4)</p>
110110
<pre>
111111
<code class = "nelson">if ~MPI_Initialized()
112112
MPI_Init();

help/en_US/MPI_Barrier.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>See also</h3>
9494
<h3>Example</h3>
9595
<hr/>
9696

97-
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Barrier.nls'], 4)</p>
97+
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Barrier.m'], 4)</p>
9898
<pre>
9999
<code class = "nelson">if ~MPI_Initialized()
100100
MPI_Init();

help/en_US/MPI_Bcast.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3>See also</h3>
108108
<h3>Example</h3>
109109
<hr/>
110110

111-
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Bcast.nls'], 4)</p>
111+
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Bcast.m'], 4)</p>
112112
<pre>
113113
<code class = "nelson">if ~MPI_Initialized()
114114
MPI_Init();

help/en_US/MPI_Comm_rank.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>See also</h3>
9494
<h3>Example</h3>
9595
<hr/>
9696

97-
<p>mpiexec([modulepath('mpi'), '/examples/MPI_helloworld.nls'], 4)</p>
97+
<p>mpiexec([modulepath('mpi'), '/examples/MPI_helloworld.m'], 4)</p>
9898
<pre>
9999
<code class = "nelson">if ~MPI_Initialized()
100100
MPI_Init();

help/en_US/MPI_Comm_size.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>See also</h3>
9494
<h3>Example</h3>
9595
<hr/>
9696

97-
<p>mpiexec([modulepath('mpi'), '/examples/MPI_helloworld.nls'], 4)</p>
97+
<p>mpiexec([modulepath('mpi'), '/examples/MPI_helloworld.m'], 4)</p>
9898
<pre>
9999
<code class = "nelson">if ~MPI_Initialized()
100100
MPI_Init();

help/en_US/MPI_Comm_split.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h3>See also</h3>
104104
<h3>Example</h3>
105105
<hr/>
106106

107-
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Comm_split.nls'], 10)</p>
107+
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Comm_split.m'], 10)</p>
108108
<pre>
109109
<code class = "nelson">if ~MPI_Initialized()
110110
MPI_Init();

help/en_US/MPI_Iprobe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h3>See also</h3>
118118
<h3>Example</h3>
119119
<hr/>
120120

121-
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Iprobe.nls'], 4)</p>
121+
<p>mpiexec([modulepath('mpi'), '/examples/help_examples/MPI_Iprobe.m'], 4)</p>
122122
<pre>
123123
<code class = "nelson">if ~MPI_Initialized()
124124
MPI_Init();

help/en_US/MPI_Recv.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>See also</h3>
110110
<h3>Example</h3>
111111
<hr/>
112112

113-
<p>mpiexec([modulepath('mpi'), '/examples/MPI_helloworld.nls'], 4)</p>
113+
<p>mpiexec([modulepath('mpi'), '/examples/MPI_helloworld.m'], 4)</p>
114114
<pre>
115115
<code class = "nelson">if ~MPI_Initialized()
116116
MPI_Init();

0 commit comments

Comments
 (0)