66%
07.11.2011
_get_num_threads());
17 }
18 return 0;
19 }
To enable OpenMP, set ‑fopenmp
when launching GCC. Listing 6 shows the commands for building the program along with the output.
Listing 6: Building Hello World
$ gcc
66%
22.06.2012
0-18:46:40
15
78400
0-21:46:40
16
90000
1-01:00:00
17
102400
1-04:26:40
18
115600
1-08:06:40
19
129600
66%
25.03.2020
%; done
An updated list of drives will display the newly created partitions just below each disk drive (Listing 2). The newly created partitions now have 1s attached to the drive names (lines 13, 15, 18
66%
09.08.2015
).
Figure 17: One-for-one character replacement.
You use c to replace entire lines,
sed 'PATTERN'c'REPLACEMENT'
or like this:
sed [LINE(n)] c'REPLACEMENT'
The example in Figure 18 replaces an empty
66%
09.08.2015
(last, first, birthday) values ('Vimes', 'Samuel', '1962-04-03');
17 insert into Person (last, first, birthday) values ('Ramkin', 'Sybil', '1969-09-06');
18
19 insert into Book (name, translation) values
66%
30.11.2025
11 PasswordAuthentication yes
12 PermitEmptyPasswords no
13 PermitRootLogin no
14 PermitTunnel no
15 PermitUserEnvironment no
16 Port 2202
17 Protocol 2
18 StrictModes yes
19
66%
30.11.2025
=$(virsh dumpxml $vmname | grep "mac address" | awk -F"'" '{print $2}')
16
17 virt-edit $vmname /etc/sysconfig/network-scripts/ifcfg-eth0 -e "s/$oldmac/$newmac/"
18 virt-edit $vmname /etc/udev/rules.d/70-persistent
66%
30.05.2021
-arns arn:aws:iam::18xxxx010:root
Figure 3: You can see the trust policy added on the AWS console user interface.
The role name, in this case, is Soldier
66%
30.11.2025
print
13 else:
14 print "The system configuration file %s does not exist, aborting." % cblr_systems
15 print
16 sys.exit(1)
17
18 column_header = [ "name","os","eth0-mac
66%
02.02.2021
.sin(periods * 2 * np.pi * t)
12 return max(value, 0.0)
13 else:
14 value = np.sin(periods * 2 * np.pi * t)
15 return max(value, 0.0)
16
17 # building the data vector
18 my_data = []
19 i = 0
20 while