Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-04-01 17:03:52 +00:00
parent d818eb47d4
commit 08f7868e91
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ PPSS Roadmap.
* The distributed mechanism basically requires some script to be written in order to be able to upload content back to the server. This shouldt not be a requirement. The same must be accomplished by just using the -c command line option. (COMPLETED)
* Better status monitoring of nodes. Nodes should periodically write some status information to the server, that can provide some insight in the current status of the jobs that are running.
* Better status monitoring of nodes. Nodes should periodically write some status information to the server, that can provide some insight in the current status of the jobs that are running. UPDATE: nodes write status information to their own disk and this is spidered by the computer running PPSS to control the nodes. (COMPLETED)
* I am considering to add the option to specify a hosts that acts as the SSH fileserver. The PPSS master host and fileserver must be the same host currently. This should not be necessary.