imogenproject / gpuImogen

Codeveloped version of the Imogen code that runs on the GPU
http://imogenproject.org
5 stars 2 forks source link

Implement full-simulation test battery #38

Open ekeever1 opened 10 years ago

ekeever1 commented 10 years ago

My latest commit adds the run_FullTestSuite.m and tests/* in the run/ directory - Ultimately this meta-simulation needs to become a one-command go to that completely tests and validates the Imogen installation that runs it.

Currently it tests sonic and hydrodynamic entropy wave advection under varying circumstances and tests the Sod tube. Once magnetism is no longer broken, it needs to test magnetic wave advection (in 1, 2 and 3D) and otherwise test all other parts of the code (all sourcing routines and boundary conditions, especially).

This code is currently not parallel well-behaved (all ranks will mindlessly run the analyses)...

ekeever1 commented 9 years ago

The advection & centrifuge experiments now support parallel analysis. The savefile portal has also been modified to support parallel loads.

The Einfeldt, Sedov & Sod autoanalysis systems need to be updated.