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 derfloh 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: econ2008
  • Content: Threads
  • Order by date
  1. econ2008

    Combining Arrays of different shape??

    Hello! I have a question concerning the combination of scalars and arrays. In the code i am working with the following is defined (in parentheses of what dimension i think those are): REAL(WP), DIMENSION(:), INTENT(IN) :: a (vector) INTEGER, ALLOCATABLE, DIMENSION(:,:) :: hmax (2D...
  2. econ2008

    Confused with linux makefile, ifort and mkl

    Hello Everybody! Well, I've got some serious problems with a code (program). I am using ubuntu 10.04 and installed the latest intel fortran composer with mkl ifort. The program is organized in the following structure: Folder makefile makefile.unix makefile.windows Subfolder1...
  3. econ2008

    Poisson random number generator

    Hello everybody! I started to learn Fortran 95/2003, because I want to program a model in the field of economics. As far as I have understood, the random number generator in Fortran only calculates uniform distributed random numbers. I know on the one hand that I can calculate any other...

Part and Inventory Search

Back
Top