open(35,file='/home/npast/SHOCK/MEANFLOW/RUN_Mp0.72_Tp2.14_Ms1.36/interp_info.dat')
The path to the file interp_info.dat is too long. However (!), if I have a similar statement
inside a FORTRAN90 code, it will compile and run fine. Also, if I shorten the above line to,
say,
open(35,file='/home/npast/SHOCK/MEANFLOW/interp_info.dat')
it will compile and run fine again.
/usr/local/bin
For some reason the
commands in this directory don't work, and instead you need to use the
commands located in
/opt/gridengine/bin/lx26-amd64
These ones will
work. I have just rearranged my PATH variable in my .login file so that
it looks in this directory first, before looking in /usr/local/bin.
Here is the way I have set my PATH variable in my .login file:
/bin:/usr/bin:/usr/X11R6/bin:/usr/local/pgi/linux86-64/6.2/bin:/opt/gridengine/bin/lx26-amd64:/
opt/openmpi/pgi/bin:/usr/local/bin:/usr/local/tecplot360/bin:.
Philip