rukawa

rukawa

Member

Member since
May 1, 2012
Last active
Oct 19, 2014
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    c5d4d9d6-b96e-4d68-ae9f-caa804f8f6ce

    #-Link-Snipped-# Rawal thanks very much, that's helpful since there's a c code in it, I haven't read the report yet, but I...

  2. #Threads

    C/C++ library for digital signal processing (QPSK modulation)

    Is there a C/C++ library that offers digital signal processing functions like qpsk modulation?

  3. #Threads

    3d6627f3-f0b4-43c2-80c9-ca78aebd83a4

    Any suggestions?

  4. #Threads

    How to parallelize code? What is the best way?

    Hi, I would like to know if there are any methods that one can use to know whether a C code is...

  5. #Threads

    e65cd5dd-2bb8-4296-aec8-8412a77fa28f

    Kaustubh KatdareA little more information would definitely suffice. I did a search and found a paper that might be relevant. I've absolutely...

  6. #Threads

    e0beb6ec-aa8c-4239-961f-16a26609445a

    Does anyone know what a box filter is?

  7. #Threads

    What is a box filter?

    I am currently studying feature detectors and descriptors, and when reading about SURF, I read that it uses box filters and applies...

  8. #Threads

    Look-up table on FPGA

    Hello all How do we implement a look-up table on fpga? Do you know any websites or free ebooks that could help...

  9. #Threads

    ae0b693a-8a59-41a9-be59-75b13abe2b04

    Manish GoyalAre you talking about Model in MVC architecture?No, I am talking about systems composed of hardware + software, whole systems, you...

  10. #Threads

    Systems development : Is model based approach the only one?

    Hello all Is model-based engineering the only approach to develop a system (I mean by 'develop' the whole development cycle)? what are...

  11. #Threads

    What does 'runtime architecture' mean?

    Hello all what is the meaning of a runtime architecture? and what's the difference between the architecture of a system and the...

  12. #Threads

    the ARINC653 : an avionics standard

    Hello all, For those of you knowlegeable about this standard : I don't quite get the notion of "hardware module" : the...

  13. #Threads

    953ef4a4-afd8-47a3-b00a-930bf32e6af6

    J BiswasIn RISC DC blocks are nearly 8 to 16 times (or even) more than IC blocks. This helps in single cycle...

  14. #Threads

    85fe3730-e331-4b66-a400-ec031044b09d

    [Prototype]L1 cache for both Data and Instructions are of same size.Thanks for your answer

  15. #Threads

    6b17e4ee-bc94-4b55-a8b6-e92f87934d7e

    J BiswasCISC or RISC ??? Which you you need the answer for?RISC and CISC if possible

  16. #Threads

    a70b899e-0a9f-49b0-a7ce-b571e875a494

    Can somebody please answer me?

  17. #Threads

    Instruction cache memory VS data cache memory

    Hello everyone, which is bigger normally : the instruction cache memory or the data cache memory? (Say for level 1 cache for...

  18. #Threads

    /usr/bin/ld: cannot find -lstdc++ (cacti installation)

    Hello all I am trying to install cacti5.3 (<a href="https://www.hpl.hp.com/research/cacti/" target="_blank" rel="nofollow noopener noreferrer">www.hpl.hp.com</a...

  19. #Threads

    What are packed data types?

    what are packed data types?

  20. #Threads

    microprocessors' subpipes

    I was reading this thread #-Link-Snipped-# to understand the difference between dynamic and static power in a MOS component, and bumped into...

  21. #Threads

    1a0e2773-c454-4c3b-94fc-0ff40cde5281

    Abhishek Rawal@#-Link-Snipped-# No hurry,buddy. Good luck for your project 😀In my assignment, I had to compare the execution time of programs implemented...

  22. #Threads

    05dfd10e-c194-4c68-8965-c48df586d821

    Abhishek RawalI understood that (because why would anyone install icc when gcc is already been shipped in Linux ?) Are you using...

  23. #Threads

    c851dc5c-c9ea-4e18-b50a-48ba7e5e9295

    Abhishek Rawal@#-Link-Snipped-# You might love to read this compilers benchmarking article : #-Link-Snipped-#Thanks ! I'm currently working on an assignment in...

  24. #Threads

    bada94f4-c834-4566-9038-786b92241f89

    Abhishek RawalI am quite disappointed as I couldn't help you to compile, because it's very easy shit & I have done this...

  25. #Threads

    4de8cd2f-62c9-4623-93e7-485f3db4604b

    Abhishek RawalTry re-installing the compiler, but remember one thing. During setup when it asks : 1) start installation now 2) change directory...

  26. #Threads

    b9e929aa-ac99-46e5-9c1b-5154062e626a

    @#-Link-Snipped-#, I've just bumped into this article : #-Link-Snipped-#, it's about setting up the environment variables before starting with the C++ compiler,...

  27. #Threads

    d4172d21-e094-48fd-a4a4-a604c901443d

    Abhishek Rawal@#-Link-Snipped-# locate /bin inside /opt/intel/composer_xe_2013_sp1.0.080/compiler There must be /bin somewhere. Most prolly under include or lib...

  28. #Threads

    6c4eb911-f540-4187-bae9-e2a39ba52856

    Abhishek RawalThere I see compiler! ls /opt/intel/composer_xe_2013_sp1.0.080/compiler rukawa@ruka:/$ ls /opt/intel/composer_xe_2013_sp1.0.080/compiler include...

  29. #Threads

    381ab5ee-c6c1-4dc4-8268-302b8e3a68bd

    Abhishek RawalOkay we are now few steps away. Show me output of (one by one) ls /opt/intel ls /opt/intel/Compiler rukawa@ruka:/$ ls /opt/intel...

  30. #Threads

    530cc531-6913-45d5-a35b-b57522071d42

    Abhishek RawalSo you're using 12.04 LTS & Intel 13.0 ICC, I assume. You followed this, right ?Yes I followed the these steps,...

  31. #Threads

    2a92613c-2049-4172-b35d-13eec7f68a57

    Abhishek RawalBecause back then I had 😛 Anyways leave that. have you installed build-essentials ? apt-get install build-essential😀 , Yes I have,...

  32. #Threads

    dcda5c2e-bb42-4cfd-941e-c712a6f46ed2

    Abhishek RawalAlright, now tell me in detail, which packages you have really installed ? Have you installed Intel C++ composer XE ?...

  33. #Threads

    d6d18d1b-9d18-4dd5-8c01-2a0e11fd8f16

    Abhishek Rawalshow me output of ls /opt/intel/bin ------------------------------------------------------------------ Sorry, I am trying my best to help you & e...

  34. #Threads

    2391536d-9233-447e-889b-04b8481a16e7

    Abhishek RawalTell me the output of sudo /opt/intel/bin/link_install.sh -s I get the following message : sudo: /opt/intel/bin/link_install.sh: command not foun...

  35. #Threads

    eaf1aba3-a4f4-45c1-b517-9b6458d091fc

    Abhishek Rawalnow compile your C code using icc commands. It will compile with icc compiler.I'm really sorry, but it didn't solve the...

  36. #Threads

    ed57ee25-d45c-4ac5-801b-d118953580bd

    Abhishek Rawalmake it executable sudo chmod 755 <to the directory> or simply right click on file & click on 'make it executable'...

  37. #Threads

    e5c78532-cc93-4561-b1ca-75618c515bad

    Abhishek RawalOpen /Home, Press Ctrl+H to show hidden files, there will be file named .bashrc open it using any editor you like....

  38. #Threads

    6d6303e6-999c-42e1-b501-3bd00a315d92

    Abhishek RawalOkay that's good, Open terminal & type gedit ~/.bashrc enter this line at end of file : export PATH=$PATH:/opt/intel/bin save it....

  39. #Threads

    e57b7a5a-53e8-42e4-8f79-754c6aa9f00f

    Abhishek Rawalhave you installed ia32-libs ? apt-get ia32-libs And still problem persist, check in directory : /opt whether folder name 'intel' exist...

  40. #Threads

    ad7b4b5d-26c4-4108-83d5-72ea375129a9

    Abhishek Rawalamd64 or i386 system ?amd64

  41. #Threads

    Intel C++ Compiler "icc : command not found" error in Ubuntu [Solved]

    Hello everybody, I've recently installed the intel's icc compiler, but I'm still unable to use it because everytime I try to compile...

  42. #Threads

    c49e3178-7aca-42b0-a016-147f679c400f

    rahul69Variables can be stored on registers, when we specify them as register (remember storage class specifiers?😀) Local Variables declared inside a function....