Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged fortran

0 votes
473 views
1 answer
    I want to know if it is possible to select different parts of my Fortran 95 routine to compile. For example, ... and that my question is clear. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
393 views
1 answer
    I need in a program to pass some allocatable arrays to subroutines, and i need to know if the way I do it ... ?) and are their behavior normal? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
523 views
1 answer
    Is it possible to obtain more than 16 digits with double precision without using quadruple? If it is possible, ... and had 22 digit precision. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
407 views
1 answer
    I don't quite understand the purpose of submodules. I know there's very little support for them in most ... someone could provide an example. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    I understand gfortran can compile f90 or f95? How does it know which one it is compiling? Also can it compile ... I need to download gfortran? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
405 views
1 answer
    I have I simple problem but I cannot find a solution anywhere. I have to integrate a function (for example ... Any help? Thanks in advance! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    I have a read/write operation going on in the Fortran code snippet as follows OPEN(5,FILE='WKDAT.dat', ... by the computer operating system." See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    If I have an allocatable array of a finalizable derived type, will the finalizer be called on every individual ... application I'm overlooking? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
505 views
1 answer
    I have read that applying DEALLOCATE to an allocated array frees the space it was using. I deal with ... eventually affect the performance. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    I got this message when i tried to install gfortran. ~$ brew install gfortran Error: No available formula for ... program f951) Abort trap: 6 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    This is the program I compile on ubuntu 14.04 using f95 First.f -o First and the program is !My first ... How do you address this error? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
646 views
1 answer
    What is the motivation for defining PI as PI=4.D0*DATAN(1.D0) within Fortran 77 code? I understand how it works, but, what is the reasoning? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    In Fortran language, providing an argument that has not the TARGET attribute to a procedure with a dummy ... tab end subroutine end program See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
731 views
1 answer
    I wrote a program to calculate a square finite difference matrix, where you can enter the number of rows (equals ... and what is my mistake? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
686 views
1 answer
    See the example below program test character(10),dimension(5):: models = (/"feddes.swp", "jarvis89.swp", ... any way to circumvent this problem? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
849 views
1 answer
    I am working on a much bigger program where I struggle with MPI_Gather. I wrote a minimal example code, see below ... on the machine I am using. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
645 views
1 answer
    I'm writing a code for LU decomposition and I don't know how to fix the "unexpected data declaration statement" pointed at ... , 7x, 3(F8.4)) ! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
433 views
1 answer
    I am trying to write a wrapper for 'allocate' function, i.e. function which receives an array and dimensions ... such wrapper?.. Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    I do not want to use common blocks in my program. My main program calls a subroutine which calls a function. The ... g2,h2,p2,q2,r2,d2 end See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
856 views
1 answer
    I'm trying to compile a piece of code with gfortran and it's failing with the following error: Error: Nonnegative ... ) How can I compile this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
767 views
1 answer
    According to the Fortran standard: The INTENT (OUT) attribute for a nonpointer dummy argument specifies that the dummy ... (out) are the same. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...