24%
23.03.2022
-34-1804/72
/dev/loop7 17441 17441 0 100% /snap/gnome-3-38-2004/87
/dev/nvme1n1p1 62513152 7087560 55425592 12% /home
/dev/nvme0n1p1 0 0 0 - /boot/efi
/dev/loop8 17495 17495 0
24%
09.12.2019
.00%| # Attribute half of the total potential energy to particle J.
162| 12724500| 76.7099| 6.02852e-06| 5.08%| potential = potential + 0.5 * np.sin(d2) * np.sin(d2)
163| 0| 0| 0| 0
24%
21.08.2014
_interval);
04 use Net::Statsd;
05
06 $Net::Statsd::HOST = 'localhost'; # Default
07 $Net::Statsd::PORT = 8125; # Default
08
09 my $t0 = [gettimeofday];
10
11 my($one, $two, $three) = map { $_ x 4096
24%
09.01.2013
encryption passphrase:
04 Using cached metadata.
05 Mounting filesystem...
06 [root@home4 data1]# ls -lstar /mnt/s3ql
07 total 0
08 0 drwx------ 1 root root 0 Nov 10 10:07 lost+found
Listing 4
24%
28.07.2011
# iperf c 192.168.0.5 t 60
05
06 Client connecting to 192.168.0.5, TCP port 5001
07 TCP window size: 16.0 KByte (default)
08
09 [ 3] local 192.168.0.210 port 60654 connected with 192.168.0.5 port 5001
24%
03.04.2024
resources (e.g., a storage account in this example) in Bicep is also simpler:
resource stg 'Microsoft.Storage/storageAccounts@2021-08-01' = {
name: storageAccountName
location: location
sku
24%
30.01.2020
t1 = pc()
079
080 result = {
081 'TimeTaken': int((t1 - t0) * 1000),
082 'Available': available
083 }
084 print(f"Socket connect
24%
04.08.2020
(t) (sec):\t%5.2e ± %4.02f%%,\tloop body %5.2e\n", i, mean, 100.0*rsdev, mean/iterations);
67 }
68
69 return EXIT_SUCCESS;
70 }
on the DigitalOcean droplet I have been using to write this column
23%
16.05.2013
://wiki.scilab.org/Documentation/ParallelComputingInScilab
parallel_run
http://help.scilab.org/docs/5.4.0/en_US/parallel_run.html
Parallel programing
http://my.opera.com/muksitsyahlan/blog/2011/01/05/parallel-programming-with-scilab-2
MPI
23%
03.07.2013
of Amdahl’s Law.
For my theoretical application with p
= 0.8, this works out to 5, just as the computations indicated. For p
= 1, or perfectly scalable, a
goes to infinity as n
goes to infinity