Télécharger la liste

Description du projet

Pyslice provides utility functions for parametric
modeling. It creates data sets based on a
configuration file and a series of template files,
then runs a model against each data set. It tracks
each model's progress, keeping the total number of
concurrent model runs under a limit established by
the user. It is useful for running many model runs
on a Beowulf cluster, or for control of the model
runs on single processor machines. It can also
monitor the model runs through an internal queue,
or place the modeling jobs into a queue managed
by other software. It is written in Python.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-03-11 19:02
1.6.4

Correctifs de Windows ont été faites, consistant à enlever "close_fds" de la commande sous-processus (car il n'est pas disponible sur Windows), la création d'un exemple de fichier / go_windows.bat, et changer l'exemple / pyslice.ini d'avoir un exemple de programme à exécuter qui est disponible aussi bien sous Linux et Windows. Plus de vérification d'erreur a été ajouté en utilisant la classe en fonction des exceptions. Le script setup.py a été fixé de sorte qu'il devrait travailler avec easy_install.
Windows fixes were made, consisting of removing "close_fds" from the subprocess command (since it is not available on Windows), creating an example/go_windows.bat, and changing the example/pyslice.ini to have an example program to run that is available on both Linux and Windows. More error checking was added using class based exceptions. The setup.py script was fixed so that it should work with easy_install.

2005-09-03 21:36
1.6

Threads sont maintenant utilisés plutôt que os.fork et os.exec, ce qui signifie que pyslice.py devrait être capable de tourner sur Windows, bien que cela n'ait pas été testé. Un bouquet de code requis par le os.fork et os.exec a été éliminée, ce qui devrait rendre pyslice.py plus facile à entretenir.
Tags: Minor feature enhancements
Threads are now used rather than os.fork and
os.exec, which means that pyslice.py should be
able to run on Windows, though this has not been
tested. A bunch of code required by the os.fork
and os.exec was eliminated, which should make
pyslice.py easier to maintain.

2005-08-11 16:55
1.5

Le fichier de configuration pyslice.conf a été renommée en pyslice.ini afin que les éditeurs INI reconnaîtra facilement le fichier. os.walk est maintenant utilisé pour déplacer grâce à l'apport des modèles et des répertoires.
Tags: Minor feature enhancements
The pyslice.conf configuration file was renamed to
pyslice.ini so that INI editors will easily
recognize the file. os.walk is now used to move
through the input templates and directories.

2005-05-31 07:46
1.4

pyspg est maintenant utilisé pour l'élaboration des listes de valeurs. Valeurs mai maintenant tirer d'une distribution statistique dans le module Python «aléatoire». Le code est nettement plus rapide en raison d'écraser et de nettoyage.
Tags: Minor feature enhancements
pyspg is now used for the development of the lists
of values. Values may now be drawn from any
statistical distribution in Python's "random"
module. The code is significantly faster due to
rewrites and clean-ups.

2001-09-11 15:12
1.1

Dépendances sur Python 2.x ont été supprimés. Frange () a été créé pour permettre commence à virgule flottante, s'arrête, et les marches. Pyslice fonctionne maintenant comme prévu lorsque max_processes est mis à zéro (il crée les ensembles de données sans courir le modèle exécutable).
Tags: Minor feature enhancements
Dependencies on Python 2.x were removed. frange() was created to allow floating point starts, stops, and steps. Pyslice now works as expected when max_processes is set to zero (it creates the data sets without running the model executable).

Project Resources