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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bosse7
  • Content: Threads
  • Order by date
  1. Bosse7

    Memory leaks

    I have now a program for thermodynamic calculations that runs well for most calculations but when it is used in large scale simulations (millions of calculations of equilibria with many components) it sometimes crashes due to lack of memory, i.e. there are some memory leaks. I know this is...
  2. Bosse7

    TYPE variables in parallel constructs

    Hi again Things are progressing nicely with my software and I am very grateful for the quick answers I can get here saving a lot of time searching documentation. I managed to get parallel processing working but (maybe stupidly) I have the error code as part of a TYPE structure and I need to...
  3. Bosse7

    passing bit patterns

    Hi I have a simple question, is there a way to prevent the F90 compiler to check if the actual and formal arguments to a subroutine are different? Before telling me that it is criminal to pass the wrong kind of variable please read my reason for the question. The reason for this question is...
  4. Bosse7

    linking GNU fortran with OpenMP

    Hi I use MigGW in Windows and want to test using OpenMP parallel processing in my Fortran program and compile the code with -fopenmp but the linker returns with error C./mingw/bin/.../lib/gcc/mingw32/4.8.1/../../../ ... cannot find -lpthread Which MinGW package is missing? There is no...
  5. Bosse7

    Strange linking error in gfortran

    Hi I wanted to use an old F77 subroutine package in my new Fotran code and I could compile it with minimal changes but when I tried to link it with the rest of the code I got a strange error from the linker c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: lmdif1lib.o: bad...
  6. Bosse7

    segmentation fault in a complex software

    Hi I have programmed Fortran for almost 40 years, mainly in materials thermodynamics, and since a retired a few years ago I started to use the new Fortran standard with TYPE etc to write a free version a thermodynamcs software based on my previous experiences. This has now grown to become some...

Part and Inventory Search

Back
Top