Michel Lang

Results 218 comments of Michel Lang

My mistake. Try this line in your template: ``` source active ```

For this reason you can set `temp.dir` in your configuration file, mine looks like this: ``` cluster.functions = makeClusterFunctionsSlurm("slurm-dortmund", array.jobs = FALSE) default.resources = list(walltime = 300L, memory = 512L,...

Making this more clear: After setting the temp dir, you can use `makeRegistry(file.dir = NA)` to get exactly what you were aiming at with your UID workaround. Does this work...

> I use a non-existent conda environment (eg., a typo in the name), then the jobs become listed as "Expired", and there's no errors or error messages listed when using...

It is allowed to "update" your problems/algorithms by simply re-adding them with the same name/id. This operation does not change any job ids, but only replaces the underlying code that...

Yes, definitely! I already started to play around with AWS but did not find the time yet to implement it. I was able to use the SSH mode on some...

Looks like the system is not set up properly. Can you submit and run jobs manually?

So the manual job also gets stuch in the E state (E for exiting)? Then this is a configuration issue.

Is this a duplicate of #97 ? I plan to not unnest the parameters of problems and algorithms in the next release. Instead you get a column for problem parameters...

> why not make that an arg options, and the default is the current behavior with flat cols? > this also does not break existing code (which would be bad...