Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged fortran
0
votes
479
views
1
answer
fortran - Conditional compilation in gfortran
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)
fortran
0
votes
398
views
1
answer
fortran, passing allocatable arrays to a subroutine with right bounds
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)
fortran
0
votes
533
views
1
answer
fortran - Extended double precision
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)
fortran
0
votes
413
views
1
answer
fortran - What are submodules and how are they used?
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)
fortran
0
votes
602
views
1
answer
fortran - How can gfortran tell if I am compiling f90 or f95 code?
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)
fortran
0
votes
412
views
1
answer
fortran - Function with more arguments and integration
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)
fortran
0
votes
604
views
1
answer
fortran - Opening a file on unit 5 or 6
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)
fortran
0
votes
549
views
1
answer
fortran - Does the finalization routine need to be elemental in order to be called on the elements of allocatable array that goes out of scope?
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)
fortran
0
votes
512
views
1
answer
fortran - When is array deallocating necessary?
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)
fortran
0
votes
695
views
1
answer
fortran - Can not install gfortran via homebrew
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)
fortran
0
votes
1.4k
views
1
answer
fortran - Error: Non-numeric character in statement at label (1)
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)
fortran
0
votes
651
views
1
answer
fortran - Why define PI = 4*ATAN(1.d0)
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)
fortran
0
votes
579
views
1
answer
fortran - Providing an argument that has not the TARGET attribute to a procedure with a dummy argument that has the TARGET attribute
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)
fortran
0
votes
748
views
1
answer
fortran - Variable format
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)
fortran
0
votes
691
views
1
answer
fortran - gfortran does not allow character arrays with varying component lengths
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)
fortran
0
votes
862
views
1
answer
fortran - MPI_Gather gives seg fault in the most basic code
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)
fortran
0
votes
654
views
1
answer
fortran - Unexpected data declaration statement
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)
fortran
0
votes
441
views
1
answer
fortran - how to write wrapper for 'allocate'
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)
fortran
0
votes
535
views
1
answer
fortran - What are the ways to pass a set of variable values through the subroutine to a function without common block?
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)
fortran
0
votes
869
views
1
answer
fortran - Error: Nonnegative width required in format string at (1)
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)
fortran
0
votes
779
views
1
answer
fortran - Difference between intent(out) and intent(inout)
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)
fortran
Page:
« prev
1
2
3
4
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] python - curses: Straight line with last color at the bottom of the window in windows cmd
[2] Masonry:为何返回id而不是instancetype?另外with,返回self。为何会增加可读性?
[3] php - How Do I Clear $_GET Variables with "href"?
[4] wordpress - How do I get upsell for variable product in Woocommerce?
[5] javascript - VueDraggable send request to DB while drag and drop
[6] Laravel中的验证类信息是否可以获取变量?
[7] pm2 install pm2-intercom失败报No git binary found in $PATH
[8] electron app 在保存文件的时候,能否增加只读勾选框?
[9] ReactHook中声明函数使不使用关键字的区别
[10] 怎么排查Java应用句柄数(proc/pid/fd)异常的问题?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...