Hi.
I am trying to run a program not written by myselfr. It accesses ISML functions. I can see those functions in a .f90 source code, but I am not able to compile this module code (Error: undefined symbol "_MAIN_" in module "jwe_xrt0"). I am not very used to handle those modules.
My questions are:
1) How about this error while compiling the .f90 module code?
2) How to make the main program "see" the ISML functions? Is it enough to start with a USE statement, giving the libraries name? Or do I have to declare the ISML functions as EXTERNALS (where?)?
Thanks.
Woodlands.
I am trying to run a program not written by myselfr. It accesses ISML functions. I can see those functions in a .f90 source code, but I am not able to compile this module code (Error: undefined symbol "_MAIN_" in module "jwe_xrt0"). I am not very used to handle those modules.
My questions are:
1) How about this error while compiling the .f90 module code?
2) How to make the main program "see" the ISML functions? Is it enough to start with a USE statement, giving the libraries name? Or do I have to declare the ISML functions as EXTERNALS (where?)?
Thanks.
Woodlands.