41%
21.11.2012
! solution array
011 REAL(real8) :: tol=1.d-4, diff=1.0d0
012 REAL(real8) :: delta
013 REAL(real8) :: x
014 REAL(real8) :: pi
015 REAL(real8) :: exact
016 REAL(real8) :: pdiff
017 REAL(real4
41%
11.02.2016
document, to an advanced Knowledge Base, to personal customer support.
Our lab team looked at version 7.1 on a 64-bit machine. The ISO image weighed in around 800MB. Users who still have legacy 32-bit
41%
10.07.2017
.74
IS
A
4
43.85
10.96
3.99
1
—
—
IS
A
8
—
—
—
—
6.71
0.84
LU
A
4
425
40%
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
40%
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
40%
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
40%
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
40%
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
40%
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
40%
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