Hello there !
I run my simulations with GPU on a cluster. I'm trying to use the option "RecordMovie" but I'm not succeeding in this. In fact I save the input file like that :
«
input_args = {...
'PMLInside', false, 'PMLSize', [PML_X_SIZE, PML_Y_SIZE, PML_Z_SIZE], ...
'DataCast', DATA_CAST, 'DataRecast', true, 'PlotSim', false, 'RecordMovie', true, 'MovieName', '/data/epione/user/allegay/output/K_wave/film', 'SaveToDisk', '/data/epione/user/allegay/input/K_wave/input_film.h5'};
sensor_data = kspaceFirstOrder3D(kgrid, medium, transducer, sensor, input_args{:}); »
and after that I just use « kspaceFirstOrder3D-CUDA_OLD -i input_film.h5 -o output_film.h5 »
I have no errors and the simulation is OK but I just obtain the output file "output_film.h5" but no movie...? The movie is in the hdf5 file ?
Or my option "RecordMovie" is not taken into account because it is not saved in the hdf5 file ?
How could I do this please ?
Thanks in advance and sorry for my very bad english.
Alexandre L