How to make MASK a variable in Fortran 90?287 (5/17/2012 11:29:16 PM) Hello, Everyone:
I need to repeat a procedure several times with only a MASK changing. And the MASKs are, respectively,
MASK = (x=-60.0 .and. x=-40.0 .and. x<-20.0)
... qquito(100)
gaussian distribution #28194 (5/14/2012 6:31:01 PM) Hi
I need some random numbers from an uniform distribution like gaussian
distribution.
How can I employ this distribution in fortran 90?
Thanks in advance.
... elaheh.adibi(11)
XL Fortran V14.1 released044 (5/12/2012 6:10:34 AM) We're pleased to announce the availability of XL Fortran V14.1 for AIX and
Linux on Power. Included in this release are selected Fortran 2008
features, OpenMP 3.1 compliance, improved performance for Fortr... nospam95(822)
Pointer use/ mem.leak gfortran430 (5/8/2012 9:54:22 AM) I have this f90-program in which I detected a memory leak when moving
from gcc/gfortran 4.4 to later versions (4.5 and 4.6 leaks, 4.4
didn't). Before posting a bug report though, I wanted to ask whether
m... tubeisanart
Fortran C++ interop. question1534 (5/8/2012 8:14:30 PM) Hi, everyone.
I have a simple question about this subject.
I'm writing my first programs using interoperability and I'm
facing the following situation: In the fortran program which
calls the C++ functio... not.spam.me(16)
OpenMP question #2153 (5/9/2012 10:34:03 AM) Hi. I am in the throes of refactoring some code to run using OpenMP. I have
previously spent a fair bit of time creating a matrix container that
transparently holds data in a matrix, or if this is too larg... davidD(56)
Fortran Error!889 (5/7/2012 9:09:58 PM) Hi,
I have a fortran 77 code, I compiled it on cygwin in windows 7 by using f77 and gfortran, and it has been working correctly.
I should use this code on Ubuntu, so I installed f77, gfortran and gcc compiler... sajad.tabibi(1)
passing C_PTR to fortran234 (5/8/2012 6:22:28 PM) Hello All,
I am trying to associate a Fortran pointer to a C pointer array which
is allocated in a C function. I try to do it with type(C_PTR) and then
using C_F_POINTER associate it to a Fortran pointer. ... talebi.hossein(24)
Error!953 (5/7/2012 12:24:27 PM) Folks
hi,
I have a fortran code that i am running in the Windows smoothly, but in Ubuntu i am having this error:
/RinexSNR low30790.11o low30790.11snr auto0790.11n 88
low30790.11o ... d.poreh(362)