-
DISLIN and gf95link
I have written some Fortran code that uses DISLIN but I get the error message "Can't open module file 'dislin.mod' for reading at (1): No such file or directory" I guess this means I have not got the DISLIN library installed?
For reasons I do noty fully undertsand I also need to use the command "gf95link" instead of "gfortran" to compile and run the program. But I get the error message "command not found" so I gues I need to install gf95link as well.
I am not to sure how I will go about installing these so any help would be apreciated :)
-
Hi,
What is your Linux distro and version? That will help us give you the right commands.