Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Nov 20, 2024
1 parent a1399dc commit 9bc8bdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions slurm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -601,16 +601,6 @@ rm -rf %{buildroot}

%files torque
%defattr(-,root,root)
#%{_bindir}/pbsnodes
#%{_bindir}/qalter
#%{_bindir}/qdel
#%{_bindir}/qhold
#%{_bindir}/qrerun
#%{_bindir}/qrls
#%{_bindir}/qstat
#%{_bindir}/qsub
#%{_bindir}/mpiexec
#%{_bindir}/generate_pbs_nodefile
%{_libdir}/slurm/job_submit_pbs.so
%{_libdir}/slurm/spank_pbs.so
#############################################################################
Expand Down
2 changes: 0 additions & 2 deletions src/slurmctld/node_scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ extern void deallocate_nodes(job_record_t *job_ptr, bool timeout,
hostlist_t *hostlist = NULL;
uint16_t use_protocol_version = 0;
uint16_t msg_flags = 0;

#ifdef HAVE_FRONT_END
front_end_record_t *front_end_ptr;
#endif
Expand All @@ -348,7 +347,6 @@ extern void deallocate_nodes(job_record_t *job_ptr, bool timeout,
if (!job_ptr->details->prolog_running)
hostlist = hostlist_create(NULL);


#ifdef HAVE_FRONT_END
if (job_ptr->batch_host &&
(front_end_ptr = job_ptr->front_end_ptr)) {
Expand Down

0 comments on commit 9bc8bdb

Please sign in to comment.