Skip to content

Commit b180ee9

Browse files
Update README.md
1 parent 0770ab7 commit b180ee9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The SOF system presents two main entities: the SOF client and the remote host ma
2020

2121
SOF architecture is divided in three main software block: a user frontend that is the SOF application for running and managing the simulation on the Hadoop infrastructure, used only on the client side; the Hadoop layer that encloses softwares and libraries provided from Hadoop infrastructure, used on the remote side; and the SOF core that is the main software block composed of six functional blocks, that are used on the client and on the remote side.
2222

23-
####SOF System workflow
23+
#### SOF System workflow
2424
SOF was designed to execute simulation optimization and parameter space exploration process on Apache Hadoop. In order to execute a simulation optimization process the user must provide a well formatted input:
2525
* the simulation executable, MASON/NetLogo model or an executable file;
2626
* the selection and evaluation functions written in any languages supported by the cluster machine (in this case the user must also define the interpreter program path for languages like Python, Groovy etc.);
@@ -91,7 +91,7 @@ In both SOF clients are needed some system configuration parameters:
9191
* *Java bin directory* [`-javabindir`]: folder that cointains `/bin` directory of Java installation, in this case `/usr/bin/`;
9292
* *SOF home directory* [`-sofhomedir`]: SOF installation folder on the HDFS, in this case `/user/root/`.
9393

94-
Examples:
94+
###### Examples:
9595

9696
* **SOF Simple Java Client** change the parameters setting in the Java class and run it (see [Getting Started SOF Java Client](https://github.com/isislab-unisa/sof/blob/master/README.md#getting-started-sof-simple-java-client) section).
9797

@@ -527,7 +527,7 @@ This command takes the following input parameters:
527527

528528

529529
### License
530-
Copyright ISISLab, 2015 Università degli Studi di Salerno.
530+
Copyright ISISLab, 2017 Università degli Studi di Salerno.
531531

532532
Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at
533533

0 commit comments

Comments
 (0)