I am facing a problem in postprocessing. Following is the error message when I run postproc.x;
[root@localhost dummy]# ./postproc.x
pgf90 -byteswapio -Ktrap=fp -L../Commons/env/liblinux -lnetcdf -I../Commons/env/include -c -o postproc.o postproc.f
pgf90-Warning-Unknown switch: -Ktrap=fp
pgf90-Warning-Unknown switch: -L../Commons/env/liblinux
pgf90-Warning-Unknown switch: -lnetcdf
pgf90-Warning-Unknown switch: -I../Commons/env/include
pgf90-Warning-Unknown switch: -c
pgf90-Warning-Unknown switch: -o
pgf90-Error-file with unknown suffix ignored: postproc.o
pgf90-Error-file with unknown suffix ignored: postproc.f
make: *** [postproc.o] Error 1
mv: cannot stat `../PostProc/postproc': No such file or directory
./postproc: Command not found.
[root@localhost
dummy]#
I could not figure out the problem. Can any body help me?
Thanks