issues Search Results · repo:hpcugent/VSC-tools language:JavaScript
Filter by
10 results
(51 ms)10 results
inhpcugent/VSC-tools (press backspace or delete to remove)Patch vs production version of mympirun (in scripts 2.6.0):
diff -u mympirun mymympirun
--- mympirun 2012-03-15 11:23:02.000000000 +0100
+++ mymympirun 2012-11-23 13:52:02.628826000 +0100
@@ -67,6 ...
boegel
- 4
- Opened on Jan 7, 2013
- #46
For timeouts, vsc.util.run.Command.run() checks for the existence of /proc/ pid for validating the timeout.
This is unreliable: proc may not be mounted (under a chroot or with init=/bin/sh) or who knows ...
piojo-zz
- Opened on Dec 14, 2012
- #43
It is much simpler to use the FileCache module if we can do just like with any other file:
with vsc.utils.cache( foo ) as f:
f.load( some_key )
# yabbadabba
Instead of
try:
f = vsc.utils.cache( ...
piojo-zz
- Opened on Dec 9, 2012
- #39
Fancylogger now adds a fancylogger prefix to all loggers it creates. But this is actually not backwards compatible with
libraries using just python logging.
Since this is the only thing that makes it ...
JensTimmerman
- 1
- Opened on Dec 3, 2012
- #38
look for a way to return seomthi8ng useful when deepcopying a fancylog instance (eg return a new instance)
stdweird
- Opened on Nov 29, 2012
- #37
if len(handlers) 1 it will do nothing, so not remove the handler. it should.
JensTimmerman
- 1
- Opened on Nov 29, 2012
- #36
We need RPMs to deploy system wide on the UGent HPC clusters. Preferably, stable releases should be pushed to PyPi, so
other people can easy_install/pip/... them.
itkovian
- 1
- Opened on Nov 19, 2012
- #28
Generaloptions now supports default settings by looking at the environment, we should add another layer of defaults by
allowing the parsing of a file (passed to the constructor)
so we have 3 layers : ...
JensTimmerman
- 2
- Opened on Nov 5, 2012
- #15
Feature request for ExtOptionParser.
See e.g. --list-easyconfigs in EasyBuild.
boegel
- 2
- Opened on Oct 15, 2012
- #8
It would be good to have fancylogger sending out GELF messages for being consumed by a more powerful logging facility
such as Graylog2 or Logstash.
piojo-zz
- 1
- Opened on Oct 2, 2012
- #7

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.