Skip to content

make eddy setup less chatty

Taylor Hanayik requested to merge chatty-eddy into master

When I initially wrote configure_eddy it had lots of messages to relay information about what it was doing to the user. This can cause confusion for some, so I removed the echo statements to make configure_eddy less chatty. It's essentially silent now, unless the -d [dry run] option is used.

example of chatty eddy that I wanted to silence:

configure_eddy.sh: /usr/local/fsl/bin/eddy NOT detected. Checking for 
/usr/local/fsl/bin/eddy_openmp.
configure_eddy.sh: /usr/local/fsl/bin/eddy_openmp detected. Creating 
symlink to /usr/local/fsl/bin/eddy now.
configure_eddy.sh: /usr/local/fsl/bin/eddy_cuda NOT detected. Checking 
for specific eddy_cudaX.X versions now.
configure_eddy.sh: found eddy_cuda versions... 
/usr/local/fsl/bin/eddy_cuda8.0 /usr/local/fsl/bin/eddy_cuda9.1
configure_eddy.sh: checking /opt/cuda* for installed cuda versions
configure_eddy.sh: no cuda found in /opt/cuda (or no access)
configure_eddy.sh: checking /usr/local/cuda for installed cuda versions
could not find a cuda installation (or no access), skipping eddy setup now.

Merge request reports