Recent content by ozzimandias

  1. O

    Fortran OpenMP and Fortran90/C++ problems

    I got the answer for one of my questions. It seems that Intel's hyper-threading technology offers an improvement of up to 30% in execution times for multi-threaded applications. So I think that's the reason I don't get such a performance boost. I tested the application on a multicore CPU and...
  2. O

    Fortran OpenMP and Fortran90/C++ problems

    Hello, I need to call a Fortran DLL from C++. My program simulates difussion of some substances, I won't go into details. I generate my data in C++ and I pass it to the Fortran code which does all the computation part. I repeat this a number of times and try to implement parallel execution...
  3. O

    Logic Gates and CPUs: Basic Design Structure of Computer Processors

    I can advise you the following : if you want to know how a processor works, you need less electronics and more Computer Architecture courses, i.e. more of the functional aspects of the logic circuits. These two courses were good, but you will need more to understand how a processor works. How...
  4. O

    Curious about Quantam Computers

    http://plato.stanford.edu/entries/qt-quantcomp/" will interest you then. From what I'm aware of, if you want to study quantum computing you should know several subjects: - some basic paradigms in quantum mechanics - information theory (classical, quantum information, quantum cryptography...
  5. O

    Counting characters in C language

    For Windows , pressing f6 gives the same result (EOF marker).
Back
Top