11%
14.08.2017
": "Contact id = #{@contact.id} deleted." }
45 else
46 @response_message = { "message": "Contact id = #{@contact.id} not found." }
47 end
48 json @response_message
49 end
50
51 options '/' do
52
11%
05.11.2018
46 SlurmdLogFile=/var/log/slurmd.log
47 JobCompType=jobcomp/none
48 #
49 # ACCOUNTING
50 JobAcctGatherType=jobacct_gather/cgroup
51 AccountingStorageTRES=gres/gpu
52 DebugFlags=CPU_Bind,gres
53
11%
14.03.2018
48
49 - name: Create VPC Peering
50 ec2_vpc_peer:
51 region: "{{ region }}"
52 vpc_id: "{{ myvpcint.vpc.id }}"
53 peer_vpc_id: "{{ myvpcext.vpc.id }}"
54 state: present
55 register
11%
29.09.2020
-line operations.
To install Dockly [3], you can choose one of two routes: with npm (see the "Installation by npm" box for that route) and in a Docker container. For context, on my laptop, about 43MB of file space
11%
22.12.2017
:1071867223(0) win 512
98:15:eb:38:f3:c1 c8:d7:c1:61:be:a3 0.0.0.0.30693 > 0.0.0.0.57646: S 1759104040:1759104040(0) win 512
dc:6d:43:15:be:52 99:19:41:22:4e:36 0.0.0.0.29211 > 0.0.0.0.63665: S 481173385
11%
12.09.2013
/usr/sbin/semodule -r local &> /dev/null || :
41 fi
42
43 %clean
44 rm -rf %buildroot
45
46 %files
47 %defattr(-,root,root)
48 %{_datadir}/selinux/*/local.pp
49
50 %changelog
51 * Mon May 20 2013
11%
07.06.2019
the container, you are in for trouble: The software version might go from nginx-8.3 to nginx-11.2, which, bottom line, could break things. On the other hand, if you do not update at all, the software after some
11%
30.11.2020
. MPI for Python (mpi4py
) [1] was developed for Python with the C++ bindings in the MPI-2 standard. The 1.0 release was on March 20, 2020, and the current release as of this writing is 3.0.3 (July 27
11%
04.11.2011
command [3], you can use GNU parallel as a drop-in replacement and start executing many things at once right away.
Surprisingly, the parallel
command was not packaged for Fedora 13 or the Fedora Rawhide
11%
17.05.2017
data buffer with trivial data
45 ALLOCATE ( DATA(DIMSF(1),DIMSF(2)) )
46 DO I = 1, DIMSF(2)
47 DO J = 1, DIMSF(1)
48 DATA(J,I) = J - 1 + (I-1)*DIMSF(1)*(MPI_RANK+1)
49 ENDDO
50 ENDDO
51
52