Home > Mobile >  Fortran multithreading issues
Fortran multithreading issues

Time:12-03

Everybody is good! I have a Fortran program that consists of two modules, a calculation module and a TCP/IP send and receive message module, the first module is responsible for the calculation, the second module is responsible for the exchange of data with other applications, and is used to control calculation module, the two modules need to run at the same time, the calculation module need to be able to convey intermediate calculation results to TCP/IP module, at the same time can also be obtained from the TCP/IP module control calculation of information, in c #, you can use the Thread start function, but Fortran?

CodePudding user response:

Hello, could you tell me how to compile calculix finite element, the open source software, look forward to your reply,??????
  • Related