25%
04.12.2024
/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 411M 193k 411M 1% /run/user/1000
Troubleshooting
At the end of the day, if you've executed the deployment, step by step
25%
28.03.2013
Revenue in the high-end supercomputers segment of HPC systems, which sell for US$ 500,000 and up, increased 29.3% to US$ 5.6 billion from 2011, according to IDC’s recent “Worldwide High
25%
03.02.2022
are expensive, with only 1,000 of them (or sometimes only 100 or 500, depending on the distribution), and they are allocated individually during package installation. So traditionally they can only be used
25%
18.07.2013
, PHP, and MySQL could take a rest with a load of 0.01. Performance tests on the cache resulted in 100,000 requests per second for 1,000 parallel requests without the base load of the server changing
25%
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
25%
30.07.2014
= tv_interval ( $t0, [gettimeofday]);
$elapsed = int($elapsed * 1000 * 1000);
Net::Statsd::timing('charbench', $elapsed);
Web GUI
The web GUI contains the tree view of all configured metrics in a left frame
25%
21.08.2014
,12288);
22 }
23
24 $elapsed = tv_interval ( $t0, [gettimeofday]);
25 $elapsed = int($elapsed * 1000 * 1000);
26
27 Net::Statsd::timing('charbench', $elapsed);
This trivial script first creates a 4KB
25%
03.01.2013
), and untarred it into /opt
. This produces a subdirectory /opt/scilab-5.4.0
(which was the latest version as I wrote this). To run Scilab, I just used the command
/opt/scilab-5.4.0/bin/scilab
which brought up
25%
09.04.2019
() = 1000
19:00:09 access("3GB", W_OK) = 0
19:00:09 rename("3GB.copy", "3GB") = 0
19:00:18 lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
19:00:18 close(0) = 0
25%
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