1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| | [root@c ~]# diff -u rpmbuild/SPECS/torque.spec.orig rpmbuild/SPECS/torque.spec
--- rpmbuild/SPECS/torque.spec.orig 2016-04-09 22:31:54.000000000 +0900
+++ rpmbuild/SPECS/torque.spec 2017-05-03 14:03:35.320566077 +0900
@@ -18,7 +18,7 @@
# Build doxygen docs
%global doxydoc 1
-%global use_rcp 0
+%global use_rcp 1
%global use_tcl 1
%global build_gui 1
@@ -381,7 +381,8 @@
--with-sendmail=%{_sbindir}/sendmail --disable-static \
--with-tcp-retry-limit=2 --without-debug \
--enable-drmaa --enable-munge-auth --with-munge \
- --enable-cpuset --enable-numa-support \
+ --enable-cpuset \
+ --enable-nvidia-gpus \
%{server_nameflags} %{guiflags} %{tclflags} %{rcpflags}
make %{?_smp_mflags}
[root@c ~]#
|