<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/gadgetron/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/gadgetron/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 18 Dec 2012 02:24:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gadgetron/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Debug of Gadgetron</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/78c7621e/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Do I need to re-build the dependencies in debug type? I have successfully built the debug gadgetron by using the release type dependencies but I fail to run it in VS2010.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Reyes Chan</dc:creator><pubDate>Tue, 18 Dec 2012 02:24:16 -0000</pubDate><guid>https://sourceforge.net8710addbe34dc706a5325a9132d15a6651436cf5</guid></item><item><title>Debug of Gadgetron</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/78c7621e/</link><description>In Linux/Mac on the command line, simply type:

cd gadgetron/
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../
make

And

make install   
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Hansen</dc:creator><pubDate>Fri, 07 Dec 2012 20:44:05 -0000</pubDate><guid>https://sourceforge.netad5d499b68009a0a3bcd5d14790531cd7429a5c5</guid></item><item><title>Debug of Gadgetron</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/78c7621e/</link><description>You can specify your build configuration through cmake. 
The cmake variable CMAKE_BUILD_TYPE can e.g. be set to either release or debug.
On the Windows platform you can set this variable directly in the cmake gui. On Linux I usually use the tool "ccmake" to achieve the same (you might need to install a package containing ccmake). Then, in your build folder, type "ccmake ..". This will bring up an interface that easily lets you adapt all cmake variables.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Sangild Sørensen</dc:creator><pubDate>Fri, 07 Dec 2012 10:27:51 -0000</pubDate><guid>https://sourceforge.net2b7358225d497f5e65e39088718bdc7c6bd6b6d1</guid></item><item><title>Could not build gadgetron in Ubuntu 11.10</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/88a0c091/</link><description>Yeah, CUDA 5 has problems. I just pushed the latest version to the git archive. Could you try to check out that version and compile it. I compiled it against CUDA 5 on a Mac (Mountain Lion). And it compiled. </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Hansen</dc:creator><pubDate>Thu, 01 Nov 2012 19:43:02 -0000</pubDate><guid>https://sourceforge.net6f8e205a8a6c3e786b3fcf298ad2ad7c4e4d052f</guid></item><item><title>Could not build gadgetron in Ubuntu 11.10</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/88a0c091/</link><description>In forgot to mention that I am using CUDA 5!
Maybe thats the reason!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gabriel Sartori</dc:creator><pubDate>Thu, 01 Nov 2012 18:58:58 -0000</pubDate><guid>https://sourceforge.net2f481c8ee21f54db91e83296b5fb465b406f8f66</guid></item><item><title>How to build mriclient? Ubuntu12.04&amp;version1.1alpha1</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/8a975454/</link><description>Sorry everyone, it is now clear what I did wrong. (I am not changing any paths from the deafults in your setup, naturally). It is now all good. 

Perhaps a note explaining this behavior (that Makefiles of gadgetron will omit mriclient if ismrmrd is not installed when you run cmake ../ for Gadgetron) would be useful added to the manual, though the instructions are clear enough in there, apologies.

So my mistakes were:

1. ismrmrd must be installed (sudo make install) BEFORE you run "cmake ../" on the gadgetron, or the makefile omits the building of mriclient. This must be where I went wrong. It's one step back, it's the MAKEFILE that you need to rebuild to reflect installation of ismrmrd

2. beware if you have an old version of mriclient anywhere else within /usr/local/gadgetron get rid of it. If the gadgetron build doesn't replace it you will get very mixed up.


ifedata@Gtron:~/Desktop/offline$ ls ${GADGETRON_HOME}/bin
blur_2d       deblur_3d_cg  linalg_test  nffth_ms         radial_sense_sb
blur_3d       deblur_3d_sb  mriclient    nfft_ms          radial_sense_sbc
deblur_2d_cg  denoise_TV    nfft         radial_ktsense
deblur_2d_sb  gadgetron     nffth        radial_sense_cg

ifedata@Gtron:~/Desktop/offline$ ls -la /usr/local/ismrmrd
total 28
drwxr-xr-x  7 root root 4096 Oct  9 16:48 .
drwxr-xr-x 13 root root 4096 Oct 10 12:09 ..
drwxr-xr-x  2 root root 4096 Oct  9 16:48 bin
drwxr-xr-x  2 root root 4096 Oct  9 16:48 cmake
drwxr-xr-x  2 root root 4096 Oct  9 16:48 include
drwxr-xr-x  2 root root 4096 Oct  9 16:48 lib
drwxr-xr-x  2 root root 4096 Oct  9 16:48 schema
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Gatehouse</dc:creator><pubDate>Wed, 10 Oct 2012 13:56:24 -0000</pubDate><guid>https://sourceforge.net1986566bfd35dc3248aa6b47b03ff140876a9508</guid></item><item><title>How to build mriclient? Ubuntu12.04&amp;version1.1alpha1</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/8a975454/</link><description>Peter,

Could you also send us:

ls /usr/local/ismrmrd
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Hansen</dc:creator><pubDate>Wed, 10 Oct 2012 12:45:20 -0000</pubDate><guid>https://sourceforge.net87cabe2f781756d8f658b0ec56c9f2cf83a9615e</guid></item><item><title>How to build mriclient? Ubuntu12.04&amp;version1.1alpha1</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/8a975454/</link><description>And Thomas, this has nothing to do with ISMRMRD, FindIsmrmrd.cmake was never meant to run from mriclient folder. The path (gadgetron/cmake) for FindIsmrmrd.cmake gets appended to your CMAKE_MODULE_PATH in the toplevel CMakeLists.txt (i.e. gadgetron/CMakeLists.txt) file.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Hansen</dc:creator><pubDate>Wed, 10 Oct 2012 12:17:47 -0000</pubDate><guid>https://sourceforge.nete551f29aa04c2ae0cd39e79d5645c806b8b49dd4</guid></item><item><title>How to build mriclient? Ubuntu12.04&amp;version1.1alpha1</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/8a975454/</link><description>Hi Peter,

The mriclient gets built automatically with the rest of the Gadgetron distribution. Just go "make;make install" in your gadgetron build folder and it should get compiled and installed where your gadgetron executable is. No need for any special procedure, no need to ever enter the mriclient folder. Could you send the output of the following command:

ls ${GADGETRON_HOME}/bin

Michael</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Hansen</dc:creator><pubDate>Wed, 10 Oct 2012 12:15:29 -0000</pubDate><guid>https://sourceforge.net94623f169ae6665ec147d9e4b2d85c0d0977c108</guid></item><item><title>How to build mriclient? Ubuntu12.04&amp;version1.1alpha1</title><link>https://sourceforge.net/p/gadgetron/discussion/general/thread/8a975454/</link><description>Just to clarify: you do _not_ need to build the mriclient specifically. It will be done automatically for you once the ismrmrd library is located.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Sangild Sørensen</dc:creator><pubDate>Wed, 10 Oct 2012 12:06:14 -0000</pubDate><guid>https://sourceforge.netae0459b7bf34dcd87d72716cad0a392f4168e932</guid></item></channel></rss>