- #1
- 3
- 0
there is a program in written in fortran 90 and a program written in c, the first program is able to modify .xyz (mol files) and the C program can read those,
so is it possible to make an interprocess communication between these 2 program to let one update instantly if i change anything in the fortran progra for example or in the c program
if i change anything in the .xyz file using fortran it should instantly appear changed in the c program and vica versa
is that possible somehow? i am not sure about c and fortran interprocessing abilities
thanks for the help in advance
i think my problem is quite similar to this topic but i am not using 2 fortran program so that's why i am not sure about compatibility that c and fortran is compatible in both ways or not
https://www.physicsforums.com/archive/index.php/t-104004.html
so is it possible to make an interprocess communication between these 2 program to let one update instantly if i change anything in the fortran progra for example or in the c program
if i change anything in the .xyz file using fortran it should instantly appear changed in the c program and vica versa
is that possible somehow? i am not sure about c and fortran interprocessing abilities
thanks for the help in advance
i think my problem is quite similar to this topic but i am not using 2 fortran program so that's why i am not sure about compatibility that c and fortran is compatible in both ways or not
https://www.physicsforums.com/archive/index.php/t-104004.html