Mathieu Germain

Results 31 comments of Mathieu Germain

I've never heard of this one. Might be related to progressbar2 which I've never tried with smartdispatch. I don't know if @MarcCote knows more about this issue. For now, can...

Not sure what you mean by "Add the PBS option -q to use "

Congrats! You broke Linux :D After exploration, I saw that the problem comes from Linux freaking out because the process has been waiting for the lock too long. I'll see...

@MarcCote What you say is true, but this is 2 distinct issues. @gauvinalexandre How big was your command.txt? @MarcCote I have a vague memory that we had a proper reason...

@MarcCote Well in the case of the 70 brains, in a way, SD is used as a substitute to MPI to implement parallelism inside their own program. Maybe another way...

The remaining ones have been requested over and over. It's pretty simple to implement we just need to think of a nice way to put that in the command line.

Maybe we could unify all those like so: [1 3] -> List(1,3) [1:6:2] -> Range(1,6,2) Lin[1:6:5] -> Lin(1,6,5) N[0,1:4] -> N(0,1,4) Not sure though. What do you think @vdumoulin @rizar...

@bartvm working on one cluster, not working on the other. Haven't had the time to investigate why yet.

Without the -V on Mammouth some part of the environment is not loaded.

No, the point of the flag is to not copy the **current** environment. Your system still has to load the environment of the user in the job. It does on...