|
More site info...
Intel® Software Network - Forums - www.intel.com | Site profile
|
|
Site profile page for http://www.intel.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.intel.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.intel.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on Intel® Software Network - Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
457
|
1,139
|
3,966
|
|
Post:
|
1,002
|
2,375
|
8,089
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Intel® Software Network - Forums (http://www.intel.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
Intel® Software Network - Forums posting activity graph:
|
|
http://www.intel.com Alexa graph:
|
Top authors on Intel® Software Network - Forums during last week:
user's latest post:
Simple Win App example in CVF -...
Published (2009-11-02 17:10:00)
You have a DF98\INCLUDE folder in the Intel Fortran INCLUDE path. Which version of Intel Visual Fortran are you using? In Visual Studio, select Tools > Options > Intel Visual Fortran > Compilers. Click on the ... button to the right of Includes. If there are any lines that include DF98, remove them. Then click OK, OK and try building again. -------- Steve Attaching or including files in a post Doctor Fortran blog...
user's latest post:
Anticipating proglem with Ubuntu...
Published (2009-11-02 13:10:00)
The 32-bit library won't stand in successfully for the 64-bit one. Try first removing the symlink which makes the 32-bit library appear in 64-bit. Ubuntu probably expects a 64-bit library in /usr/lib as well (one of their discrepancies against LSB).
user's latest post:
store_with_release() and...
Published (2009-11-02 07:47:00)
Quoting - Raf Schietekat I'll pretend I didn't see that. (Added) Literally: don't do that unless it's well encapsulated and won't infect the rest of the program with Microsoft-onliness. (Added) And why would the compiler add machine instructions without applying the accompanying compiler fence? That makes no sense at all. Since you consider MS volatiles as a replacement for MS _ReadWriteBarrier(), MS-onliness is not...
user's latest post:
Math function not working in...
Published (2009-10-30 13:20:00)
Robert, Literal interpretation of your response is "I did not check the value of Pi" and by inference, you did not specifically check the value of Pi at the statement where, and more specifically when, use of Pi/4.0D as argument to standard intrinsic function produced invalid results. Either input value of Pi is wrong (your program stomped on it) or the code/data within the intrinsic function is wrong (it used to be right, did...
user's latest post:
store_with_release() and...
Published (2009-11-02 08:33:00)
See, how else would I have obtained those specific links without trawling the whole Internet? :-) Thanks, I'll do some reading tonight, and maybe tomorrow some more trolling.
user's latest post:
Why is Intel C++ compiler so...
Published (2009-11-02 08:53:00)
This is a question for IPP forum. So I'll transfer you to there and the IPP experts will answer your question. Thanks, Jennifer
user's latest post:
Winsock?
Published (2009-11-02 14:45:00)
Quoting - Paul Curtis The att. file has been carved out of a large program, and hastily modified to be roughly stand-alone with dependences on other objects and code hopefully eliminated; at any rate, this may serve as a quick guide on setting up socket-based communications (it does work extremely well). This module uses ReadFile/WriteFile once a socket has been set up, and it may be that the more specialized functions WSARecv() and...
Gennady Fedorov (Intel)
5
user's latest post:
example for FrameConstructor?
Published (2009-11-02 01:21:00)
Quoting - relay21 I want to obtain the H264FrameConstructor or FrameConstructor. In the umc_manual.pdf, the example code does not completely exit. I want working example. I think the best way to see how to use this functionality - to look at the UMC source code. --Gennady
user's latest post:
Error 2 error: union...
Published (2009-11-02 13:46:00)
For performance reasons, Intel compiler currently does not support this construct. The only work around at this time is to use Microsoft compiler for these instances, and use the Intel Compiler for code that does not use this construct. The reason that it is defined in the Intel Compiler header is specifically for this purpose, allowing Microsoft built object that uses this construct, to link with Intel Compiler built object that does...
user's latest post:
simple instructions for linking...
Published (2009-11-01 11:24:00)
It just occurred to me that I needed to source ifortvars.sh source /opt/intel/Compiler/11.1/067/bin/ifortvars.sh ia32 After doing that, my program compiled and ran witiout problem ... both with and without the "-L" option. Out of curiousity I did some speed comparisons. Using ifort and mkl_lapack, my program ran in 1.85 secs as compared to ifort with veclib which ran in 2.31 secs. Using gfortran with veclib resulted in an execution...
|
|
|
Top 10 active forums on Intel® Software Network - Forums during last week:
|
|
Top 10 forums on Intel® Software Network - Forums:
Intel® Visual Fortran Compiler for Windows
- 11,119 posts
|
Intel® Threading Building Blocks
- 4,091 posts
|
Intel® Fortran Compiler for Linux and Mac OS* X
- 3,997 posts
|
Intel® C++ Compiler
- 3,975 posts
|
Intel® Integrated Performance Primitives
- 3,610 posts
|
Intel® Math Kernel Library
- 3,033 posts
|
Havok
- 2,747 posts
|
Manageability Software Development
- 2,088 posts
|
Threading on Intel® Parallel Architectures
- 1,699 posts
|
Intel® VTune™ Performance Analyzer
- 1,618 posts
|
|
|
|
|
Latest active threads on Intel® Software Network - Forums:
Started 1 week ago (2009-11-02 17:10:00)
by Steve Lionel (Intel)
You have a DF98\INCLUDE folder in the Intel Fortran INCLUDE path. Which version of Intel Visual Fortran are you using? In Visual Studio, select Tools > Options > Intel Visual Fortran > Compilers. Click on the ... button to the right of Includes. If there are any lines that include DF98, remove them. Then click OK, OK and try building again. --------...
Started 11 months, 3 weeks ago (2008-11-24 00:21:00)
by tridemax
Oops, seems like it doesn't work under Vista x64.
System.BadImageFormatException: StackTrace: в HavokTools.hkTremor.RunTremor() в HavokTools.hkTremor.Main(String[] args)
Some assemblies compiled as 'Any CPU' and some are strictly 'x86' (may be it just some x86 Havok C++ code). Please set everything to 'x86'. =)
Started 1 week, 5 days ago (2009-10-29 10:02:00)
by Andrew Schiestl (Intel)
Quoting - tejs
Hi there, i am fairly new to Intel AMT Technology but i have gone through so many videos, articles and tutorials on the web site. i am trying to contact to Intel AMT enabled device through Manageability tool kit but i does not connect to machine at all. intially i was thinking that there could be problem on the manageabilty console side but...
Started 1 week, 1 day ago (2009-11-02 07:04:00)
by Steve Lionel (Intel)
It's one of the Win32 modules. Actually, two of them: wsock32.mod and ws2_32.mod. You can find the sources to these in the compiler's Include folder. We don't have any samples that use these. -------- Steve
Attaching or including files in a post
Doctor Fortran blog
@DoctorFortran on Twitter
Started 1 week, 1 day ago (2009-11-02 05:46:00)
by tim18
If your aim is to use asynchronous I/O, why not use the Fortran facilities for that?
Started 1 week, 1 day ago (2009-11-02 08:53:00)
by Jennifer Jiang (Intel)
This is a question for IPP forum. So I'll transfer you to there and the IPP experts will answer your question. Thanks, Jennifer
Started 1 week, 1 day ago (2009-11-01 22:33:00)
by Yolanda Chen (Intel)
Hi, Please follow below guide for silent installation on linux: http://software.intel.com/en-us/articles/intel-com pilers-for-linux-version-111-silent-installation-g uide/
Thanks. -------- Yolanda Chen
Intel Developer Support
Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
Started 1 week, 4 days ago (2009-10-29 13:50:00)
by Ronald W. Green (Intel)
Quoting - trobitaille
Hi, I recently did a clean install of snow leopard on my machine (i.e. reformatting the hard drive) and reinstalled ifort 11.1 0.67. When running a program, I can no longer interrupt the program with control-c. If I try, the program hangs, but does not return to the prompt and I have to do a 'kill -9' to stop the job. Similarly, if ...
Started 1 week, 1 day ago (2009-11-02 09:09:00)
by Ronald W. Green (Intel)
Quoting - karpen
Hi, I am trying to install and compile MPICH2 v1.2 on my Mac running OS10.5.8, and am running into a problem involving different versions of ifort vs gcc. When I run the script that comes with MPICH2 to compile it with the Intel Fortran compiler, I get the following error message: configure: error: **** Incompatible Fortran and C Object ...
|
|
Hot threads for last week on Intel® Software Network - Forums:
Started 1 week, 1 day ago (2009-11-01 22:30:00)
by Dmitriy Vyukov
Quoting - e4lam
On VC8, I see that __TBB_store_with_release() and __TBB_load_with_acquire() are both implemented with _ReadWriteBarrier(). Having just learned about memory barriers and such, I'm have a question about this. Can __TBB_store_with_release() use a _WriteBarrier() barrier instead and similarly _ReadBarrier() for __TBB_load_with_acquire() ?...
Started 3 weeks ago (2009-10-20 06:40:00)
by silicontoad
// this is an IE specific issue fix for HTML with " /" characters in it which IE looks at like " /" instead and does not line break it.
$(function(){
if ($.browser.msie)
$("[id^='reply_text_']") .css({"overflow-x":"scroll","overflow-y":""});
});
Quoting - eliosh
As far as I know, in the forthcoming release of ...
Started 1 week, 1 day ago (2009-11-02 07:04:00)
by Steve Lionel (Intel)
It's one of the Win32 modules. Actually, two of them: wsock32.mod and ws2_32.mod. You can find the sources to these in the compiler's Include folder. We don't have any samples that use these. -------- Steve
Attaching or including files in a post
Doctor Fortran blog
@DoctorFortran on Twitter
Started 1 week, 2 days ago (2009-11-01 09:49:00)
by Steve Lionel (Intel)
I had not heard before of f03gl nor freeglut but am pleased to do so now. You say you are sure you included all the necessary libraries but perhaps you are mistaken. Attach the buildlog.htm from a build that failed. I'll want to see on the link line the gl and glut libraries. -------- Steve
Attaching or including files in a post
Doctor Fortran ...
Started 1 week, 1 day ago (2009-11-01 18:37:00)
by Peter Wang (Intel)
Quoting - mad_noob
Hi. Second post. Dont know what happened to the first one. Anyway. I bought the Intel SDK and observed that I cant use VTune on Windows 7. It is the error message which says: "Some or more Components did not load correctly. ..." What can I do due to that? I was very pleased to use the product! I use Windows 7 x64 with a Intel Quad ...
Started 1 week, 4 days ago (2009-10-29 13:50:00)
by Ronald W. Green (Intel)
Quoting - trobitaille
Hi, I recently did a clean install of snow leopard on my machine (i.e. reformatting the hard drive) and reinstalled ifort 11.1 0.67. When running a program, I can no longer interrupt the program with control-c. If I try, the program hangs, but does not return to the prompt and I have to do a 'kill -9' to stop the job. Similarly, if ...
Started 1 week, 1 day ago (2009-11-01 16:09:00)
by Thomas
Also, to save time with troubleshooting this problem: * Newest patches for XP from MS, i.e. SP3 and whatever else is out there. * Newest drivers from Motion, all of them, up to date as of 10/31/2009. * Issue happens with RFID demo code, my application code, and built-in RFID utility * It happens with 3 different brands of RFID tags, all 15693 protocol. * Does NOT ...
Started 3 months ago (2009-08-12 01:40:00)
by Michael Klemm, Intel
// this is an IE specific issue fix for HTML with " /" characters in it which IE looks at like " /" instead and does not line break it.
$(function(){
if ($.browser.msie)
$("[id^='reply_text_']") .css({"overflow-x":"scroll","overflow-y":""});
});
Quoting - rafael1234
I wrote a program with openMP directives and...
Started 1 week, 1 day ago (2009-11-01 18:19:00)
by Peter Wang (Intel)
Quoting - floopydrive
Hi Everyone I am trying to measure a count of instructions retired using the command line as below. However I get a count of the number of samples collected (~35000), not the count of the instructions retired(should be in billions). Can anyone help me here? How do I get this using the command line? regards Manish ------ Command...
Started 2 weeks ago (2009-10-27 03:17:00)
by Steve Lionel (Intel)
The program worked fine for me on Windows 7 with the call. A note - the call to MESSAGEBOXQQ does not require C strings. They don't hurt, though. When you say it freezes, what do you mean? If you click on Yes from the message box, can you not pull down File > Exit? -------- Steve
Attaching or including files in a post
Doctor Fortran blog...
|
|