fortran tag

8 questions


1 answers
115 views
0
I want Fortran to read the python output file.

Thank you for your help.Input conversion error occurs when the Fortran 90(ifort) program reads only numeric files created with python 3.6 .I tried decoding to ascii or binary using the tofile of numpy...

1 years ago

1 answers
80 views
0
How do I set the -np and OMP_NUM_THREADS values for MPI?

How do I set the -np and OMP_NUM_THREADS values for MPI?Does the value depend on the PC?

1 years ago

1 answers
94 views
0
I want to use unix command in Anaconda Prompt

This is a question for engineers in their 50s.Young people may not get used to it.It seems that it is possible to install mingw(gcc, gfortran) on Anaconda as follows.conda install-canaconda Mingw If p...

1 years ago

1 answers
79 views
0
Defining Types for Writing Interface in Fortran

You need to write an FFI to call the following C function from Fortrantypedef structure{ int x, y;} int2;int2f(int2a){ int2b; b.x = 2 * a.x; b.y = 2 * a.y; return b;}I wrote the FFI to call this funct...

1 years ago

2 answers
75 views
0
How to Write Syslog Messages from Fortran

We are developing Fortran-based applications on Linux OSes.I would like to write a message to /var/log/messages, etc. (according to settings such as /etc/syslog.conf).In other words, I would like to s...

1 years ago

1 answers
97 views
0
Fortran program does not work in gfortran

Below is the error message. Please tell me what's wrong, thank you.E:\gfortran>echo offMicrosoft Windows [Version 10.0.19042.1083](c) Microsoft Corporation.All rights reserved.E:\gfortran>gfortr...

1 years ago

1 answers
99 views
0
Fortran statement number error

Thank you for your help.I am writing the Fortran code using gfortran, but I get an error in the following parts. 200 format('size:',2I3,'hot(0)/cold(1):',I2, &'Therm:', I5, 'Int:', I5, 'NCONF:', I...

1 years ago

1 answers
107 views
0
What are some GUI development tools that include Fortran code?

Hi, how are you?I am a student who is currently working on numerical analysis.Generally, in the field of numerical analysis, the calculation speed is It is known to be the fastest, so we are developin...

2 years ago

© 2024 OneMinuteCode. All rights reserved.