<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Source File not Found. Assembly code is shown instead of source in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818848#M2193</link>
    <description>Hello MrAnderson&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;with "the code is separated in a large set of sub functions" I wanted to say that the multi tread loop in a sub function: I try to explain it with a diagram&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;main&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;- &lt;B&gt;function 1&lt;/B&gt; in main&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;		&lt;/SPAN&gt;- &lt;B&gt;function 2&lt;/B&gt; in function 1&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;			&lt;/SPAN&gt;- &lt;B&gt;function 3&lt;/B&gt; in function 2&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;				&lt;/SPAN&gt;&lt;I&gt;paralleled loop&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;I hope it is more clear now. The individual functions are all in separated files.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;My source files are all in the same directory, where I set the path to.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What else could it be?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Yours,&lt;/DIV&gt;&lt;DIV&gt;Emanuel&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 31 Jan 2011 10:18:51 GMT</pubDate>
    <dc:creator>emanuelb</dc:creator>
    <dc:date>2011-01-31T10:18:51Z</dc:date>
    <item>
      <title>Source File not Found. Assembly code is shown instead of source file.</title>
      <link>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818842#M2187</link>
      <description>Hello,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I started to use intel inspector xe 2011 on linux suse.&lt;/DIV&gt;&lt;DIV&gt;After compiling the project with gcc, I start the analyze with the inspector, it does find errors but don't show me the errors in the source code? I tried setting the path, but didn't help.&lt;/DIV&gt;&lt;DIV&gt;What could it be?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;This message appears in the source window: "Source File not Found. Assembly code is shown instead of source file. Source:"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any ideas?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Emanuel&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Jan 2011 13:28:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818842#M2187</guid>
      <dc:creator>emanuelb</dc:creator>
      <dc:date>2011-01-21T13:28:24Z</dc:date>
    </item>
    <item>
      <title>Source File not Found. Assembly code is shown instead of source</title>
      <link>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818843#M2188</link>
      <description>As I said in other thread, add "-g" option to build. -peter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2011 08:16:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818843#M2188</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2011-01-24T08:16:05Z</dc:date>
    </item>
    <item>
      <title>Source File not Found. Assembly code is shown instead of source</title>
      <link>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818844#M2189</link>
      <description>Hello Peter,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;thanks for your answer! An indeed it worked for the simple code.&lt;/DIV&gt;&lt;DIV&gt;But for the project I wanted to use intel inspector, it does not work. The project is written in c and the code is separated in a large set of sub functions? Can this cause the problem?&lt;/DIV&gt;&lt;DIV&gt;I compile the program with a make filein following format:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;************Makefile&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;PROG =name&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;SRCS = file1.c file2.c&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;OBJS = file1.o file2.o&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;LIBS = -lm /usr/local/lib/libfftw.a /usr/local/lib/librfftw.a&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;CC = gcc -fopenmp&lt;/DIV&gt;&lt;DIV&gt;CFLAGS = -O0 -g -ILibs&lt;/DIV&gt;&lt;DIV&gt;FC = f77&lt;/DIV&gt;&lt;DIV&gt;FFLAGS = -O&lt;/DIV&gt;&lt;DIV&gt;F90 = f90&lt;/DIV&gt;&lt;DIV&gt;F90FLAGS = -O&lt;/DIV&gt;&lt;DIV&gt;LDFLAGS = -s&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;all: $(PROG)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;$(PROG): $(OBJS)&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;clean:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;rm -f $(PROG) $(OBJS) *.mod&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;.SUFFIXES: $(SUFFIXES) .f90&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;.f90.o:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;$(F90) $(F90FLAGS) -c $&lt;S&gt;&lt;/S&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;file1.o: file1_incld.h&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;************EOF&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What could it be?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Yours,&lt;/DIV&gt;&lt;DIV&gt;Emanuel&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jan 2011 10:12:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818844#M2189</guid>
      <dc:creator>emanuelb</dc:creator>
      <dc:date>2011-01-24T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Source File not Found. Assembly code is shown instead of source</title>
      <link>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818845#M2190</link>
      <description>Hi Emanuel,&lt;BR /&gt;&lt;BR /&gt;For CFLAGS, that is OK!&lt;BR /&gt;&lt;BR /&gt;For F90FLAGS,I suggest touse "F90FLAGS=-O0 -g -debug inline-debug-info"&lt;BR /&gt;&lt;BR /&gt;Thanks, Peter</description>
      <pubDate>Tue, 25 Jan 2011 05:31:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818845#M2190</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2011-01-25T05:31:58Z</dc:date>
    </item>
    <item>
      <title>Source File not Found. Assembly code is shown instead of source</title>
      <link>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818846#M2191</link>
      <description>Hello Peter,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I tried what you supposed but it didn't worked. Now I try to use icc compiler,&lt;/DIV&gt;&lt;DIV&gt;here i would use following flags:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;CC = icc -openmp&lt;/DIV&gt;&lt;DIV&gt;CFLAGS = -O0 -g -ILibs&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I think maybe the code structure is too complex, as the parallel for loop is in a subsub function?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks anyway, I will come back if I have further questions or some solution.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Yours, Emanuel&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Jan 2011 11:15:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818846#M2191</guid>
      <dc:creator>emanuelb</dc:creator>
      <dc:date>2011-01-26T11:15:05Z</dc:date>
    </item>
    <item>
      <title>Source File not Found. Assembly code is shown instead of source</title>
      <link>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818847#M2192</link>
      <description>Not sure what "&lt;EM&gt;the code is separated in a large set of sub functions&lt;/EM&gt;" means, but if your source is spread out over several or more directories, you need to use the &lt;STRONG&gt;Search Directories&lt;/STRONG&gt; tab of the &lt;STRONG&gt;Project Properties&lt;/STRONG&gt; dialog to tell the tool where to find the source files.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 28 Jan 2011 21:20:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818847#M2192</guid>
      <dc:creator>David_A_Intel1</dc:creator>
      <dc:date>2011-01-28T21:20:54Z</dc:date>
    </item>
    <item>
      <title>Source File not Found. Assembly code is shown instead of source</title>
      <link>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818848#M2193</link>
      <description>Hello MrAnderson&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;with "the code is separated in a large set of sub functions" I wanted to say that the multi tread loop in a sub function: I try to explain it with a diagram&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;main&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;- &lt;B&gt;function 1&lt;/B&gt; in main&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;		&lt;/SPAN&gt;- &lt;B&gt;function 2&lt;/B&gt; in function 1&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;			&lt;/SPAN&gt;- &lt;B&gt;function 3&lt;/B&gt; in function 2&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;				&lt;/SPAN&gt;&lt;I&gt;paralleled loop&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;I hope it is more clear now. The individual functions are all in separated files.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;My source files are all in the same directory, where I set the path to.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What else could it be?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Yours,&lt;/DIV&gt;&lt;DIV&gt;Emanuel&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 31 Jan 2011 10:18:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Source-File-not-Found-Assembly-code-is-shown-instead-of-source/m-p/818848#M2193</guid>
      <dc:creator>emanuelb</dc:creator>
      <dc:date>2011-01-31T10:18:51Z</dc:date>
    </item>
  </channel>
</rss>

