diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-06-13 11:04:08 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-06-13 11:04:08 -0400 |
commit | 956a653d2b7c58bdc10422e047ccc995647b654b (patch) | |
tree | d9e700de095209a86d83d9eb7240afd32d3b218f | |
parent | b96d4fbda9121cc9ff8ae597a17eaf48bd6cc7af (diff) | |
download | Nresonances-956a653d2b7c58bdc10422e047ccc995647b654b.tar.gz Nresonances-956a653d2b7c58bdc10422e047ccc995647b654b.zip |
added diagnostic and fft thread parameters
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds | 4 |
1 files changed, 3 insertions, 1 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 c0183ac..05ce2a2 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 @@ -124,7 +124,9 @@ ]]> </arguments> <bing /> - <fftw plan="patient" /> + <diagnostics /> + <fftw plan="patient" threads="1" /> + <!-- I don't see any speed up on 6 core CPU even if use threads="6" --> <openmp /> <auto_vectorise /> </features> |