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

change slurm_rm_free_BGL() to rm_free_BGL() due to fix in BGL API.

parent b4f695e2
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ int main(int argc, char *argv[]) ...@@ -86,7 +86,7 @@ int main(int argc, char *argv[])
DIM_SIZE[X]=bp_size.X; DIM_SIZE[X]=bp_size.X;
DIM_SIZE[Y]=bp_size.Y; DIM_SIZE[Y]=bp_size.Y;
DIM_SIZE[Z]=bp_size.Z; DIM_SIZE[Z]=bp_size.Z;
slurm_rm_free_BGL(bgl); rm_free_BGL(bgl);
#else #else
slurm_perror("slurm_load_node"); slurm_perror("slurm_load_node");
exit(0); exit(0);
......
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