Skip to content

Commit 6d12edf

Browse files
authored
Merge pull request #84 from Srishtidh33/patch-1
Update music-manual.tex
2 parents c2b0035 + 4da0194 commit 6d12edf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/music-manual.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ \section{Relation to Existing Software}
265265
PyNN is a Python package for simulator-independent specification of
266266
neuronal network models. It provides a low-level procedural API and a
267267
high-level object-oriented API. Neuronal network models which are
268-
specified using these API:s can be simulated on simulators supporting
268+
specified using these APIs can be simulated on simulators supporting
269269
PyNN, such as Neuron\index{Neuron} and NEST\index{NEST}.
270270

271271
PyNN could be extended to support multi-simulations using the MUSIC
@@ -283,15 +283,15 @@ \section{Relation to Existing Software}
283283
The Neurospaces project promotes inter-operability and re-usability
284284
through the development of independent software components, some of
285285
which, together, will provide one of two alternative cores of the
286-
Genesis 3 simulator. One of the components, the Neurospaces Model
287-
Container abstracts model description from the solver. Another
288-
component, the Discrete Event System can handle distribution and
286+
Genesis 3 simulator. One of the components, the "Neurospaces Model
287+
Container" abstracts model description from the solver. Another
288+
component, the "Discrete Event System" can handle distribution and
289289
queuing of spikes. Components adhere to the CBI simulator
290290
architecture.
291291

292292
It is possible to develop a MUSIC adapter consistent with the CBI
293293
simulator architecture. This would allow the Neurospaces framework,
294-
and Genesis 3, to interface to independently running applications in a
294+
and Genesis 3 to interface with independently running applications in a
295295
cluster environment.
296296

297297
\begin{metatext}
@@ -313,7 +313,7 @@ \section{Phases of Execution}
313313
binaries on the set of MPI processes allocated to the MUSIC job.
314314
Since MPI can be initialized first when the applications have been
315315
launched, most of this work needs to be performed outside of MPI.
316-
In particular, the tasks of accessing the command line argument of
316+
In particular, the tasks of accessing the command line arguments of
317317
the MUSIC launch utility and of determining the ranks of processes
318318
before MPI initialization therefore has to be handled separately for
319319
different MPI implementations.
@@ -323,7 +323,7 @@ \section{Phases of Execution}
323323
returns. (See further description below.)
324324

325325
\item[\textbf{Setup}]\index{setup phase} is the phase when all
326-
applications can publish what ports they are prepared to handle
326+
applications can publish the ports they are prepared to handle
327327
along with the time step they will use and where data will be
328328
present (where in memory and/or on what processor). During the
329329
setup phase, applications can read configuration parameters
@@ -345,7 +345,7 @@ \section{Phases of Execution}
345345
From the application programmers point of view, these phases are
346346
clearly separated through the use of two main components of the
347347
MUSIC interface: the \emph{Setup} and the \emph{Runtime} object. The
348-
launch phase is not visible for the application since it handles the
348+
launch phase is not visible to the application since it handles the
349349
situation before the application starts.
350350

351351
When the application initializes MUSIC at the beginning of execution

0 commit comments

Comments
 (0)