Skip to content
Snippets Groups Projects
Commit ad29b646 authored by Moe Jette's avatar Moe Jette
Browse files

Convert calls to ALPS to use proper directory

parent afc014a5
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* The location of the 'apbasil' stdin/stdout interface to ALPS * The location of the 'apbasil' stdin/stdout interface to ALPS
* Has not changed between XT3 ... XT5 ... XE * Has not changed between XT3 ... XT5 ... XE
*/ */
static const char *alps_client = "/usr/bin/apbasil"; static const char *alps_client = HAVE_ALPS_DIR "/bin/apbasil";
static void _rsvn_write_reserve_xml(FILE *fp, struct basil_reservation *r) static void _rsvn_write_reserve_xml(FILE *fp, struct basil_reservation *r)
{ {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "../basil_alps.h" #include "../basil_alps.h"
/* Location of Cray apkill executable (supported on XT/XE CNL) */ /* Location of Cray apkill executable (supported on XT/XE CNL) */
static const char apkill[] = "/usr/bin/apkill"; static const char apkill[] = HAVE_ALPS_DIR "/bin/apkill";
static int rsvn_release(struct basil_reservation *res) static int rsvn_release(struct basil_reservation *res)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment