Update runEddy script to work with new multi-threaded version.
Compare changes
+ 31
− 14
@@ -10,12 +10,16 @@
@@ -10,12 +10,16 @@
@@ -37,13 +41,15 @@ do
@@ -37,13 +41,15 @@ do
@@ -57,28 +63,39 @@ fi
@@ -57,28 +63,39 @@ fi
The eddy_cpu
command is called twice - once with --nthr=1
, and again with --nthr=8
Note that these changes will not work with the openmp eddy build, so do not merge / use this MR until threddy has been released.