|
getmem()
Gives memory used by the calling process in kb |
source code
|
|
|
writerep(n,
m,
bunch= 100) --> (memory increase in kb,
creation time)
register n bunches of GPIDev jobs; each bunch contains 'bunch' jobs;
each job has name of 'm' characters |
source code
|
|
|
|
|
readrep(bunch= 100) --> (memory increase in kb,
retrieval time)
checkout all jobs in the repository as GPIDev objects by bunches;
each bunch contains no more than 'bunch' jobs |
source code
|
|
|
|
|
readallrep()
readallrep() --> (memory increase in kb, retrieval time) checkout
all jobs in the repository as GPIDev objects. |
source code
|
|
|
|
|
delrep(bunch= 100) --> (memory increase in kb,
delete time=100)
delete n*bunch jobs in the repository by bunches; each bunch contains
no more than 'bunch' jobs |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
runTest(NTEST,
LEN,
rootDir,
output_dir,
rep_type) |
source code
|
|
|
|