<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>k-Wave User Forum &#187; Forum: CPU Binaries - Recent Posts</title>
		<link>http://www.k-wave.org/forum/forum/c-binaries</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Fri, 06 Mar 2026 01:49:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.k-wave.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.k-wave.org/forum/rss/forum/c-binaries" rel="self" type="application/rss+xml" />

		<item>
			<title>mcdannold on "Issue with XXX_output.h5 files"</title>
			<link>http://www.k-wave.org/forum/topic/issue-with-xxx_outputh5-files#post-9219</link>
			<pubDate>Mon, 07 Jul 2025 14:35:39 +0000</pubDate>
			<dc:creator>mcdannold</dc:creator>
			<guid isPermaLink="false">9219@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;The computing cluster I run kWave code on was recently migrated to RedHat from centOS. The compiled kspaceFirstOrder3DC code seems to be running fine, but there seems to be an issue with the output temporary files. The XXX_output.h5 files are only 1 kB, and there are additional files starting with '.nfs' that are generated (such as '.nfs7eed9ff995d7a06200000304'). These files don't seem to be deleted.&#60;/p&#62;
&#60;p&#62;I am using matlab2024b. I used to use an older version, but that version was not installed after the OS migration.&#60;/p&#62;
&#60;p&#62;Any idea what is going on?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Nathan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Toshini on "problem when running kspaceFirstOrder3DC()"</title>
			<link>http://www.k-wave.org/forum/topic/problem-when-running-kspacefirstorder3dc#post-9203</link>
			<pubDate>Sun, 30 Mar 2025 08:37:44 +0000</pubDate>
			<dc:creator>Toshini</dc:creator>
			<guid isPermaLink="false">9203@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,  &#60;/p&#62;
&#60;p&#62;I've gone through all the threads, and it looks like all the changes are implemented in MATLAB (2024b) and k-Wave 1.4, but I'm still encountering this issue. Also, I can't locate the Temp folder.&#60;/p&#62;
&#60;p&#62;Error using h5readc&#60;br /&#62;
Unable to open 'C:\Users\toshi\AppData\Local\Temp\kwave_output_data29-Mar-2025-14-31-12.h5'. File or folder not found.&#60;/p&#62;
&#60;p&#62;Error in h5read (line 95)&#60;br /&#62;
    [data,var_class] = h5readc(Filename,Dataset,start,count,stride);&#60;/p&#62;
&#60;p&#62;Error in kspaceFirstOrder3DC (line 569)&#60;br /&#62;
    Nx = h5read(output_filename, '/Nx');&#60;/p&#62;
&#60;p&#62;Error in kspaceFirstOrder2DG (line 76)&#60;br /&#62;
    sensor_data = kspaceFirstOrder3DC(kgrid, medium, source, sensor, input_args{:});&#60;/p&#62;
&#60;p&#62;Error in simSPA (line 36)&#60;br /&#62;
    sensor_data = kspaceFirstOrder2DG(kgrid, medium, source, sensor, input_args{:});&#60;/p&#62;
&#60;p&#62;Error in OpticalSimulation (line 299)&#60;br /&#62;
    simSPA(vmcmesh, vmcmedium, vmcboundary, vmcoptions, kgrid, medium, ...)&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jiayi Sun on "Running the C++ code on multiple Nodes."</title>
			<link>http://www.k-wave.org/forum/topic/running-the-c-code-on-multiple-nodes#post-9193</link>
			<pubDate>Thu, 06 Mar 2025 10:37:53 +0000</pubDate>
			<dc:creator>Jiayi Sun</dc:creator>
			<guid isPermaLink="false">9193@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Would you please also send a email to me? I have the same question. Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mapesir on "problem when running kspaceFirstOrder3DC()"</title>
			<link>http://www.k-wave.org/forum/topic/problem-when-running-kspacefirstorder3dc#post-9146</link>
			<pubDate>Thu, 03 Oct 2024 14:45:36 +0000</pubDate>
			<dc:creator>mapesir</dc:creator>
			<guid isPermaLink="false">9146@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
my PC does the something similar to Tina's, it has a problem with creating the output. It's as if MATLAB doesn't find the folder because it puts another folder in the path that doesn't exist.&#60;/p&#62;
&#60;p&#62;For example, the first time pinted:&#60;/p&#62;
&#60;p&#62;Unable to open '/home/MATLAB/Add-Ons/...'&#60;/p&#62;
&#60;p&#62;and then I though it was because all Matlab stuff should be in the same folder, so I created the MATLAB folder and moved all the things there and I tryed again. The result was the same:&#60;/p&#62;
&#60;p&#62;Unable to open '/home/MATLAB/MATLAB/Add-Ons/...'&#60;/p&#62;
&#60;p&#62;How could I fix it?&#60;/p&#62;
&#60;p&#62;And I have some addicional questions; on Linux it's better to uses binaries or source files for C, and if I use sources, how?&#60;/p&#62;
&#60;p&#62;Thank you in advance,&#60;br /&#62;
Maria
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DaisyZ on "problem when running kspaceFirstOrder3DC()"</title>
			<link>http://www.k-wave.org/forum/topic/problem-when-running-kspacefirstorder3dc#post-9114</link>
			<pubDate>Thu, 18 Jul 2024 08:29:59 +0000</pubDate>
			<dc:creator>DaisyZ</dc:creator>
			<guid isPermaLink="false">9114@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Jiri,&#60;/p&#62;
&#60;p&#62;I got the same problem. My system is Windows.,with MATLAB 2023b、k-wave version 1.4 and cuda version 1.3.&#60;br /&#62;
The MATLAB has created the kwave_input_data_.....h5 file in the TEMP folder, but it did not have the output...h5. The disk space is enough. How can i fix it?&#60;/p&#62;
&#60;p&#62;Thanks for your reply.&#60;/p&#62;
&#60;p&#62;Nancy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "kspaceFirstOrder3DC"</title>
			<link>http://www.k-wave.org/forum/topic/kspacefirstorder3dc#post-9065</link>
			<pubDate>Wed, 20 Mar 2024 19:51:49 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">9065@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;What version of k-Wave are you using? The binaries are now called kspaceFirstOrder-OMP (the same code is used for 2D and 3D).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Corentin Alix on "kspaceFirstOrder3DC"</title>
			<link>http://www.k-wave.org/forum/topic/kspacefirstorder3dc#post-9034</link>
			<pubDate>Thu, 08 Feb 2024 08:54:39 +0000</pubDate>
			<dc:creator>Corentin Alix</dc:creator>
			<guid isPermaLink="false">9034@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I need to run kspaceFirstOrder3DC and I downloaded the CPU binary files for Linux64 (&#34;k-wave-toolbox-version-1.3-cpp-linux-binaries.zip&#34;), but when I unzip there is no kspaceFirstOrder3D-OMP file and therefore the kspaceFirstOrder3DC returns an error.&#60;br /&#62;
Could you please tell me where to find this file ?&#60;/p&#62;
&#60;p&#62;Thank you very much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "kspaceFirstOrder3DC"</title>
			<link>http://www.k-wave.org/forum/topic/kspacefirstorder3dc#post-8831</link>
			<pubDate>Tue, 13 Jun 2023 18:46:37 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">8831@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Try saving the input file somewhere else (on your desktop for example) using the ‘DataPath’ optional input.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>QZW on "kspaceFirstOrder3DC"</title>
			<link>http://www.k-wave.org/forum/topic/kspacefirstorder3dc#post-8828</link>
			<pubDate>Tue, 13 Jun 2023 07:56:53 +0000</pubDate>
			<dc:creator>QZW</dc:creator>
			<guid isPermaLink="false">8828@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I unzipped the package and put it in the corresponding folder and ran kspaceFirstOrder3DC and the following error occurred&#60;/p&#62;
&#60;p&#62;h5readc was used incorrectly&#60;/p&#62;
&#60;p&#62;Unable to open 'C:\Users\ hey \AppData\Local\Temp\kwave_output_data13-Jun-2023-15-52-51.h5'. File or folder not found.&#60;/p&#62;
&#60;p&#62;I'd like to know how to solve this problem, please
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jiri Jaros on "Running the C++ code on multiple Nodes."</title>
			<link>http://www.k-wave.org/forum/topic/running-the-c-code-on-multiple-nodes#post-8801</link>
			<pubDate>Wed, 07 Jun 2023 12:42:46 +0000</pubDate>
			<dc:creator>Jiri Jaros</dc:creator>
			<guid isPermaLink="false">8801@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Sent by email :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jiri Jaros on "`Fatal error: Could not write into &#34;&#34; dataset.: iostream stream error`"</title>
			<link>http://www.k-wave.org/forum/topic/fatal-error-could-not-write-into-dataset-iostream-stream-error#post-8792</link>
			<pubDate>Tue, 06 Jun 2023 11:51:25 +0000</pubDate>
			<dc:creator>Jiri Jaros</dc:creator>
			<guid isPermaLink="false">8792@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;It is the problem of HDF5 incompatibility in new Matlab versions, we released a fix in version v1.4 that saves HDF5Atributes using system encoding.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>subhadip627@ on "`Fatal error: Could not write into &#34;&#34; dataset.: iostream stream error`"</title>
			<link>http://www.k-wave.org/forum/topic/fatal-error-could-not-write-into-dataset-iostream-stream-error#post-8715</link>
			<pubDate>Wed, 08 Mar 2023 06:28:57 +0000</pubDate>
			<dc:creator>subhadip627@</dc:creator>
			<guid isPermaLink="false">8715@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
 I am facing a compilation problem with the following code, i can't understand the solution as i am a new user for cpp code.&#60;/p&#62;
&#60;p&#62;clear all&#60;br /&#62;
run([getkWavePath 'private/getH5Literals']);&#60;br /&#62;
  filename = 'input12.h5';&#60;/p&#62;
&#60;p&#62;% create the computational grid&#60;br /&#62;
Nx = 64;            % number of grid points in the x direction&#60;br /&#62;
Ny = 64;            % number of grid points in the y direction&#60;br /&#62;
Nz = 64;            % number of grid points in the z direction&#60;br /&#62;
dx = 0.1e-3;        % grid point spacing in the x direction [m]&#60;br /&#62;
dy = 0.1e-3;        % grid point spacing in the y direction [m]&#60;br /&#62;
dz = 0.1e-3;        % grid point spacing in the z direction [m]&#60;br /&#62;
kgrid = kWaveGrid(Nx, dx, Ny, dy, Nz, dz);&#60;/p&#62;
&#60;p&#62;% define the properties of the propagation medium&#60;br /&#62;
medium.sound_speed = 1500 * ones(Nx, Ny, Nz);	% [m/s]&#60;br /&#62;
% medium.sound_speed(1:Nx/2, :, :) = 1800;        % [m/s]&#60;br /&#62;
medium.density = 1000 * ones(Nx, Ny, Nz);       % [kg/m^3]&#60;br /&#62;
% medium.density(:, Ny/4:end, :) = 1200;          % [kg/m^3]&#60;br /&#62;
c0=medium.sound_speed;&#60;br /&#62;
% make sure the input is in the correct data format&#60;br /&#62;
eval(['c0 = ' MATRIX_DATA_TYPE_MATLAB '(c0);']);&#60;/p&#62;
&#60;p&#62;% save the sound speed matrix&#60;br /&#62;
writeMatrix([filename], c0, 'c0');&#60;br /&#62;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#60;br /&#62;
% % % % create initial pressure distribution using makeBall&#60;br /&#62;
ball_magnitude = 10;    % [Pa]&#60;br /&#62;
ball_x_pos = 38;        % [grid points]&#60;br /&#62;
ball_y_pos = 32;        % [grid points]&#60;br /&#62;
ball_z_pos = 32;        % [grid points]&#60;br /&#62;
ball_radius = 5;        % [grid points]&#60;br /&#62;
p_mask =  makeBall(Nx, Ny, Nz, ball_x_pos, ball_y_pos, ball_z_pos, ball_radius);&#60;br /&#62;
ball_1 = ball_magnitude *p_mask ;&#60;/p&#62;
&#60;p&#62;source.p0 = ball_1;&#60;br /&#62;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#60;br /&#62;
% define a square source mask facing in the x-direction using the&#60;br /&#62;
% find linear source indices&#60;br /&#62;
p_source_index = find(p_mask == 1);&#60;br /&#62;
p_source_index = reshape(p_source_index, [], 1);&#60;/p&#62;
&#60;p&#62;% make sure the input is in the correct data format&#60;br /&#62;
eval(['p_source_index = ' INTEGER_DATA_TYPE_MATLAB '(p_source_index);']);&#60;br /&#62;
% save the source index matrix&#60;br /&#62;
writeMatrix([filename], p_source_index, 'p_source_index');&#60;/p&#62;
&#60;p&#62;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#60;br /&#62;
% cast matrix to single precision&#60;br /&#62;
eval(['ball_1 = ' MATRIX_DATA_TYPE_MATLAB '(ball_1);']);&#60;br /&#62;
% save the input signal&#60;br /&#62;
writeMatrix([filename], ball_1, 'ball_1');&#60;br /&#62;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#60;br /&#62;
% define a sensor mask through the central plane&#60;br /&#62;
sensor_mask = false(Nx, Ny, Nz);&#60;br /&#62;
sensor_mask(:, :, Nz/2) = 1;&#60;/p&#62;
&#60;p&#62;% extract the indices of the active sensor mask elements&#60;br /&#62;
sensor_mask_index = find(sensor_mask);&#60;br /&#62;
sensor_mask_index = reshape(sensor_mask_index, [], 1);&#60;/p&#62;
&#60;p&#62;% make sure the input is in the correct data format&#60;br /&#62;
eval(['sensor_mask_index = ' INTEGER_DATA_TYPE_MATLAB '(sensor_mask_index);']);&#60;br /&#62;
sensor.mask=sensor_mask;&#60;br /&#62;
% save the sensor mask&#60;br /&#62;
writeMatrix([filename], sensor_mask_index, 'sensor_mask_index');&#60;br /&#62;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#60;br /&#62;
% write grid parameters&#60;br /&#62;
writeGrid([filename], [Nx, Ny, Nz], [dx, dy, dz], ...&#60;br /&#62;
    [10, 10, 10], [10, 10,10], ...&#60;br /&#62;
    Nt, dt, 1500);&#60;/p&#62;
&#60;p&#62;% write flags&#60;br /&#62;
writeFlags([filename]);&#60;/p&#62;
&#60;p&#62;% set additional file attributes&#60;br /&#62;
writeAttributes([filename]);&#60;/p&#62;
&#60;p&#62;kspaceFirstOrder3D(kgrid, medium, source, sensor, 'SaveToDisk', filename);&#60;br /&#62;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&#60;/p&#62;
&#60;p&#62;here i am able to make .h5 file but while compiling the .h5 file with kspaceFirstOrder-OMP&#60;/p&#62;
&#60;p&#62;i got ----&#60;/p&#62;
&#60;p&#62;+---------------------------------------------------------------+&#60;br /&#62;
&#124;                   kspaceFirstOrder-OMP v1.3                   &#124;&#60;br /&#62;
+---------------------------------------------------------------+&#60;br /&#62;
&#124; Reading simulation configuration:                      Failed &#124;&#60;br /&#62;
+---------------------------------------------------------------+&#60;br /&#62;
+---------------------------------------------------------------+&#60;br /&#62;
&#124;            !!! K-Wave experienced a fatal error !!!           &#124;&#60;br /&#62;
+---------------------------------------------------------------+&#60;br /&#62;
&#124; Error: Invalid format of the input file: iostream stream      &#124;&#60;br /&#62;
&#124;        error                                                  &#124;&#60;br /&#62;
+---------------------------------------------------------------+&#60;br /&#62;
&#124;                      Execution terminated                     &#124;&#60;br /&#62;
+---------------------------------------------------------------+
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maoqq on "problem when running kspaceFirstOrder3DC()"</title>
			<link>http://www.k-wave.org/forum/topic/problem-when-running-kspacefirstorder3dc#post-8618</link>
			<pubDate>Wed, 05 Oct 2022 07:59:06 +0000</pubDate>
			<dc:creator>maoqq</dc:creator>
			<guid isPermaLink="false">8618@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I got the same problem. And my system is Linux. The MATLAB has created the kwave_input_data_.....h5 file in the /tmp. But it did not have the output...h5. The disk space is enough. How can i fix it?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Tina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ahmedsallam on "Linux C++ binary sees less nodes than job submission system assigns"</title>
			<link>http://www.k-wave.org/forum/topic/linux-c-binary-sees-less-nodes-than-job-submission-system-assigns#post-8533</link>
			<pubDate>Fri, 13 May 2022 14:12:23 +0000</pubDate>
			<dc:creator>ahmedsallam</dc:creator>
			<guid isPermaLink="false">8533@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello Jiri,&#60;/p&#62;
&#60;p&#62;Can you also please send me the OpenMPI code? I have sent you an email. &#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ahmedsallam on "Tips to keep memory requirements low"</title>
			<link>http://www.k-wave.org/forum/topic/tips-to-keep-memory-requirements-low#post-8498</link>
			<pubDate>Thu, 14 Apr 2022 14:05:28 +0000</pubDate>
			<dc:creator>ahmedsallam</dc:creator>
			<guid isPermaLink="false">8498@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm doing high memory demanding 3D nonlinear simulations and I was wondering if there are some tips or any compromises that can be made which would make the simulation less demanding overall. Are there optimal ways to define the source/sensor masks to save memory, also are there any assumptions that can be made about the propagation medium that would also save memory (linear, lossless, or homogenous)? I also wanted to know if there is a way to reduce the size of the output file not by compression but by not saving certain variables data and so on?&#60;/p&#62;
&#60;p&#62;Lastly, I really want to thank you for a fantastic and extremely useful tool.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ahmedsallam on "Running the C++ code on multiple Nodes."</title>
			<link>http://www.k-wave.org/forum/topic/running-the-c-code-on-multiple-nodes#post-8497</link>
			<pubDate>Mon, 11 Apr 2022 19:48:22 +0000</pubDate>
			<dc:creator>ahmedsallam</dc:creator>
			<guid isPermaLink="false">8497@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm using the c++ code to run large 3D simulations. I was wondering if the code supports the parallelization across multiple nodes in a cluster? I'm trying to provide the simulation with more memory and core resources.&#60;/p&#62;
&#60;p&#62;Thank you,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chiragjin on "Running &#34;Simulating B-mode Ultrasound Images&#34; examples in linux terminal"</title>
			<link>http://www.k-wave.org/forum/topic/running-simulating-b-mode-ultrasound-images-examples-in-linux-terminal#post-8467</link>
			<pubDate>Wed, 02 Mar 2022 07:41:58 +0000</pubDate>
			<dc:creator>chiragjin</dc:creator>
			<guid isPermaLink="false">8467@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I have successfully resolved the issues myself. This issue can be closed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chiragjin on "Running &#34;Simulating B-mode Ultrasound Images&#34; examples in linux terminal"</title>
			<link>http://www.k-wave.org/forum/topic/running-simulating-b-mode-ultrasound-images-examples-in-linux-terminal#post-8464</link>
			<pubDate>Fri, 25 Feb 2022 15:14:04 +0000</pubDate>
			<dc:creator>chiragjin</dc:creator>
			<guid isPermaLink="false">8464@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi everyone,&#60;br /&#62;
I am trying to run a simulation to generate ultrasound b-mode images using the example &#34;Simulating B-mode Ultrasound Images&#34; as a template. I want to run the simulation using kspaceFirstOrder-OMP binary in Linux. &#60;/p&#62;
&#60;p&#62;The problem is that the medium for each scan line is different in this case so for each scan line there needs to be a different input and output file. Is there any way to run this simulation iteratively so that kspaceFirstOrder-OMP is executed with different input and output files in each iteration?&#60;/p&#62;
&#60;p&#62;Thanks!!&#60;/p&#62;
&#60;p&#62;Regards!&#60;/p&#62;
&#60;p&#62;Chirag
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "C++ simulations memory requirements"</title>
			<link>http://www.k-wave.org/forum/topic/c-simulations-memory-requirements#post-8441</link>
			<pubDate>Tue, 01 Feb 2022 09:09:52 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">8441@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;The C++ code will be more memory efficient, yes, especially if you run it outside of MATLAB. There is a formula given in the user manual that will let you calculate the approximate memory usage.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ahmedsallam on "C++ simulations memory requirements"</title>
			<link>http://www.k-wave.org/forum/topic/c-simulations-memory-requirements#post-8440</link>
			<pubDate>Sun, 30 Jan 2022 02:33:03 +0000</pubDate>
			<dc:creator>ahmedsallam</dc:creator>
			<guid isPermaLink="false">8440@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hello Dr. Brad,&#60;/p&#62;
&#60;p&#62;I'm working on memory consuming nonlinear simulations and I wanted to look into the C++ codes. I know the simulations should be faster, however, I was wondering about the memory requirements. Should I expect the C++ simulations to be more memory efficient compared to running the same simulation using MATLAB?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
