<?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; Topic: chmod: cannot access ‘./kspaceFirstOrder-OMP’: No such file or directory</title>
		<link>http://www.k-wave.org/forum/topic/chmod-cannot-access-%e2%80%98kspacefirstorder-omp%e2%80%99-no-such-file-or-directory</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 23:29:13 +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/topic/chmod-cannot-access-%e2%80%98kspacefirstorder-omp%e2%80%99-no-such-file-or-directory" rel="self" type="application/rss+xml" />

		<item>
			<title>Jiri Jaros on "chmod: cannot access ‘./kspaceFirstOrder-OMP’: No such file or directory"</title>
			<link>http://www.k-wave.org/forum/topic/chmod-cannot-access-%e2%80%98kspacefirstorder-omp%e2%80%99-no-such-file-or-directory#post-7518</link>
			<pubDate>Thu, 21 May 2020 20:29:21 +0000</pubDate>
			<dc:creator>Jiri Jaros</dc:creator>
			<guid isPermaLink="false">7518@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi ZJIANG,&#60;/p&#62;
&#60;p&#62;As I understood, you try to execute k-Wave on a cluster. &#60;/p&#62;
&#60;p&#62;- How many cores does a node have? 200 seems to be a huge number. If you don't have a massive NUMA machine, you'd very likely to be limited to 16-64 threads.&#60;/p&#62;
&#60;p&#62;- If you submit a job using PBS you can specify everything using the qsub command&#60;/p&#62;
&#60;p&#62;&#60;code&#62;qsub -l select=1:ncpus=16:ompthreads=16&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This, e.g., asks for one node with 16 cores, one thread per core. The -t parameter is not necessary. I'd also recommend you to display the OMP environment by&#60;br /&#62;
&#60;code&#62;export OMP_DISPLAY_ENV=true&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;- Could you post here the node specification and the job script?&#60;/p&#62;
&#60;p&#62;- Answering the previous question, you have to load a GCC module 7.3 or newer. &#60;/p&#62;
&#60;p&#62;Best&#60;br /&#62;
Jiri
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZJIANG on "chmod: cannot access ‘./kspaceFirstOrder-OMP’: No such file or directory"</title>
			<link>http://www.k-wave.org/forum/topic/chmod-cannot-access-%e2%80%98kspacefirstorder-omp%e2%80%99-no-such-file-or-directory#post-7475</link>
			<pubDate>Mon, 04 May 2020 11:03:59 +0000</pubDate>
			<dc:creator>ZJIANG</dc:creator>
			<guid isPermaLink="false">7475@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Vich,&#60;/p&#62;
&#60;p&#62;Thanks for helping. It appered to be a problem caused by our server.&#60;/p&#62;
&#60;p&#62;I have another question. While runing a job that requires large memory, I keep getting errors saying exceed cpu numbers. I used these lines:&#60;br /&#62;
export OMP_PLACES={0}:200:1&#60;br /&#62;
export OMP_PROC_BIND=true&#60;/p&#62;
&#60;p&#62;and added '-t 200' after OMP. Do I have to increase the cpu numbers or is there a way to limit the use of cpus?&#60;/p&#62;
&#60;p&#62;thanks,&#60;/p&#62;
&#60;p&#62;Zheng
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vich on "chmod: cannot access ‘./kspaceFirstOrder-OMP’: No such file or directory"</title>
			<link>http://www.k-wave.org/forum/topic/chmod-cannot-access-%e2%80%98kspacefirstorder-omp%e2%80%99-no-such-file-or-directory#post-7467</link>
			<pubDate>Fri, 01 May 2020 19:09:04 +0000</pubDate>
			<dc:creator>vich</dc:creator>
			<guid isPermaLink="false">7467@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;What do you get if you run the following?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;strings /lib64/libstdc++.so.6 &#124; grep CXX&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Depending on your Linux distribution, you may have to update a package called &#60;code&#62;gcc&#60;/code&#62;, &#60;code&#62;libstdc++&#60;/code&#62;, or something like that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZJIANG on "chmod: cannot access ‘./kspaceFirstOrder-OMP’: No such file or directory"</title>
			<link>http://www.k-wave.org/forum/topic/chmod-cannot-access-%e2%80%98kspacefirstorder-omp%e2%80%99-no-such-file-or-directory#post-7464</link>
			<pubDate>Fri, 01 May 2020 12:43:56 +0000</pubDate>
			<dc:creator>ZJIANG</dc:creator>
			<guid isPermaLink="false">7464@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Bradley,&#60;/p&#62;
&#60;p&#62;Thanks for replying. You're right, I was looking at the wrong folder. After fixing it, I got these:&#60;/p&#62;
&#60;p&#62;./kspaceFirstOrder-OMP: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./kspaceFirstOrder-OMP)&#60;br /&#62;
./kspaceFirstOrder-OMP: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./kspaceFirstOrder-OMP)&#60;br /&#62;
./kspaceFirstOrder-OMP: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./kspaceFirstOrder-OMP)&#60;/p&#62;
&#60;p&#62;What does it mean? Is it because of the matlab script?&#60;/p&#62;
&#60;p&#62;bests,&#60;/p&#62;
&#60;p&#62;Zheng
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bradley Treeby on "chmod: cannot access ‘./kspaceFirstOrder-OMP’: No such file or directory"</title>
			<link>http://www.k-wave.org/forum/topic/chmod-cannot-access-%e2%80%98kspacefirstorder-omp%e2%80%99-no-such-file-or-directory#post-7450</link>
			<pubDate>Fri, 01 May 2020 08:16:22 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">7450@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Zheng,&#60;/p&#62;
&#60;p&#62;Does $PBS_O_WORKDIR point to /k-Wave/binaries/ ? It sounds like you're in the wrong folder.&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZJIANG on "chmod: cannot access ‘./kspaceFirstOrder-OMP’: No such file or directory"</title>
			<link>http://www.k-wave.org/forum/topic/chmod-cannot-access-%e2%80%98kspacefirstorder-omp%e2%80%99-no-such-file-or-directory#post-7448</link>
			<pubDate>Thu, 30 Apr 2020 15:54:16 +0000</pubDate>
			<dc:creator>ZJIANG</dc:creator>
			<guid isPermaLink="false">7448@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've put kspaceFirstOrder-OMP file into k-wave binaries floder and 'dir(getkWavePath('binaries'))' confirms it (on Linux). When I run the code, 'SaveToDisk' generate input h5 files succefully but I get the error'chmod: cannot access ‘./kspaceFirstOrder-OMP’: No such file or directory' all the time. Could you please help to find out what is going wrong?&#60;/p&#62;
&#60;p&#62;here is my code:&#60;/p&#62;
&#60;p&#62;module load matlab&#60;/p&#62;
&#60;p&#62;cd $PBS_O_WORKDIR&#60;br /&#62;
chmod +x ./kspaceFirstOrder-OMP&#60;br /&#62;
./kspaceFirstOrder-OMP -i test3.h5 -o testout.h5&#60;/p&#62;
&#60;p&#62;thanks!&#60;/p&#62;
&#60;p&#62;Zheng
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
