Sebastien Jourdain (Kitware)

Results 155 comments of Sebastien Jourdain (Kitware)

Can you check that all the info are properly sent to the server [here](https://github.com/Kitware/HPCCloud/blob/master/src/redux/actions/taskflows.js#L165-L198)? If that's the case, I'm wondering what may trim down some informations.

On the Python side, what else do you have in the `kwargs`?

Yes that was my thoughts. All the info get passed to the kwargs and it's up to the job to pick them up and attached them to the job params.

Ok I guess we need to guard some stuff when running pvbatch with mpi. in the python code we should not call any self.getApplication().xyz if we are not process 0...

Hum that should not be the case. Did you try to run visualizer without mpi but with pvbatch instead of pvpython? Does that work? Just trying to make sure to...

I'm running ParaView/master with pvpython without any issue. You should try to run ParaViewWeb on your machine and then figure out what is going on with Ulmus and pvw. >...

Normally the idea it that you mount the same drive that you had during the simulation into the visualization step. In other words, we don't move the data. In general...

I think for the visualization step, we just pass which directory should be used to load data from assuming it is actually on the same machine and accessible to the...

Check out the /scripts/ directory in the repo. You can run some with VTK others with ParaView.