<< scibench_dynbenchfun Benchmark Toolbox scibench_latticeboltz >>

Benchmark Toolbox >> Benchmark Toolbox > scibench_getsettings

scibench_getsettings

Inquire the parameters of Scilab and its environment.

Calling Sequence

env = scibench_getsettings (  )

Parameters

env :

a tlist with fields

env.nproc :

a 1x1 matrix of floating point integers, the number of processors

env.os :

a 1x1 matrix of strings, the operating system

env.archi :

a 1x1 matrix of strings, the 32/64 bits architecture

env.cpu :

a 1x1 matrix of strings, the type of CPU

env.version :

a 1x1 matrix of strings, the version of Scilab

Description

This function allows to gather major informations related to the environment where the script is launched.

Examples

env = scibench_getsettings ( )

Authors

<< scibench_dynbenchfun Benchmark Toolbox scibench_latticeboltz >>