8 questions
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...
How do I set the -np and OMP_NUM_THREADS values for MPI?Does the value depend on the PC?
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...
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...
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...
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...
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...
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...
© 2024 OneMinuteCode. All rights reserved.