LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
201 stars 36 forks source link

Parallel example bug fixes #146

Closed dylan-copeland closed 1 year ago

dylan-copeland commented 1 year ago

Note that dg_advection_local_rom_matrix_interp has serial usage of frequencies.txt. For now, it only works in serial (this PR does not parallelize it).

chldkdtn commented 1 year ago

@dylan-copeland, visit visualization for prom of dg_advection_global_rom does not properly update the time history solutions for parallel case. Would you mind fixing it?

Also, the name of visit file for prom is the same as the name of visit file for FOM simulations.

chldkdtn commented 1 year ago

@dylan-copeland are there any DMD examples with broken parallel functionality?

dylan-copeland commented 1 year ago

@chldkdtn The -visit issues are fixed now. The DMD examples all worked already in parallel, and their sample runs already have mpirun -n 8. There are no issues in parallel for DMD, because those examples simply sample snapshots from a code that orginally worked in parallel.

chldkdtn commented 1 year ago

@siuwuncheung and @pranav-vempati let's review this PR.

chldkdtn commented 1 year ago

@siuwuncheung and @pranav-vempati let's review this PR.

dylan-copeland commented 1 year ago

@siuwuncheung and @pranav-vempati