HPCCloud icon indicating copy to clipboard operation
HPCCloud copied to clipboard

Taskflows OpenFoam and ParaView

Open dealenx opened this issue 4 years ago • 5 comments

Hi,

When i start OpenFoam taskflow and then try to visualise results of the taskflow in Visualizer, usually HPCCloud doesn't export files from traditional cluster into Visualizer.

I guess, i need add new cumulus tasks to openfoam taskflow for exporting files.

So i will be grateful for any advice!

dealenx avatar May 02 '20 13:05 dealenx

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 we start the viz process on the a cluster that has access to the simulation data. HTH

jourdain avatar May 04 '20 08:05 jourdain

On the access to files it is clear, but i don't understand how to change it for the access into Visualization. I mean, do i have to change only openfoam/tutorial.py, or also i have to change any other files?

dealenx avatar May 13 '20 18:05 dealenx

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 user.

This get passed here

jourdain avatar May 14 '20 08:05 jourdain

The moment of mounting is not clear.

Do I understand correctly that when HPCCloud start with containers hpccloud:compute-pyfr and hpccloud:visualize-osmesa, then the containers mount among themselves here and here, Visualizer is getting a data from a folder /scratch.

dealenx avatar May 18 '20 18:05 dealenx

I believe so.

jourdain avatar May 19 '20 10:05 jourdain