Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fede6

  1. fede6

    Difference in debug and release versions

    Thank you GerritGroot, I'm removed from my code everything that was unnecessary, all the subroutines/functions, I've transformed allocatable array in fixed length array. I've also checked that any operation exceed the arrays boundary. I run the code under Valgrind, with the memcheck tool and...
  2. fede6

    Difference in debug and release versions

    HI! I have a tricky question. I've a simple code that does some operation (no more than addition and multiplication) with complex number. I've compiled my code with the -g option and with the -o3. And some of the resulting values are different. So I started inserting some WRITE statements in...

Part and Inventory Search

Back
Top