diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-06-13 15:00:43 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-06-13 15:00:43 -0400 |
commit | 7f6bec7c236e2d1e17000d0d44172404161e784f (patch) | |
tree | c4f7d8d47c8e28d59ae70a398b9abbaf9041a84e | |
parent | 956a653d2b7c58bdc10422e047ccc995647b654b (diff) | |
download | Nresonances-7f6bec7c236e2d1e17000d0d44172404161e784f.tar.gz Nresonances-7f6bec7c236e2d1e17000d0d44172404161e784f.zip |
added halt no finite feature to stop execution on bad calculations
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds b/xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds index 05ce2a2..054d343 100644 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds @@ -129,6 +129,7 @@ <!-- I don't see any speed up on 6 core CPU even if use threads="6" --> <openmp /> <auto_vectorise /> + <halt_non_finite /> </features> <!-- 'z', 't', and 'v' to have dimensions [m], [s], and [m/s] --> |