libtorque can still be linked in to C applications. In testing with a simple C program, we did have to add
to the C program. Here is the error reported by the configure script:
checking for pbs-config... /usr/local/bin/pbs-config
checking tm.h usability... yes
checking tm.h presence... yes
checking for tm.h... yes
checking for tm_finalize... no
looking for header without includes
checking tm.h usability... yes
checking tm.h presence... yes
checking for tm.h... yes
looking for library without search path
checking for tm_init in -lpbs... no
looking for library in lib
checking for tm_init in -lpbs... no
looking for library in lib64
checking for tm_init in -lpbs... no
looking for library without search path
checking for tm_init in -ltorque... no
looking for library in lib
checking for tm_init in -ltorque... no
looking for library in lib64
checking for tm_init in -ltorque... no
configure: error: TM support requested but not found. Aborting