1C> \brief Stub routines for nwxc_fnc_print 2C> 3C> These stubs are only to be used for the nwxc_fnc_print program. 4C> They resolve symbols that are not needed to print the functional 5C> expression. In now circumstances should this stuff end up in 6C> the nwxc library, otherwise NWChem will fail in many places. 7C> 8 subroutine stubs 9#include "errquit.fh" 10 entry fmemreq 11 entry pdspev 12 entry pdspgv 13#ifdef SCALAPACK 14 entry numroc 15 entry blacs_gridexit 16 entry blacs_gridinfo 17 entry blacs_gridinit 18 entry descinit 19 entry iceil 20 entry indxg2p 21 entry pdgetrf 22 entry pdgetrs 23 entry pdlamch 24 entry pdpotrf 25 entry pdpotri 26 entry pdpotrs 27 entry pdsyev 28 entry pdsyevd 29 entry pdsyevr 30 entry pdsyevx 31 entry pdsygvx 32 entry pzheevd 33 entry pzheevr 34#endif 35 call errquit("nwxc_fnc_print: stub",0,0) 36 end 37 38