blob: 98ea336734174bb4230ef62c1ed3d8a07d70b34a [file] [log] [blame]
<!--
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
-->
<root>
<!-- local fs tmp working directory-->
<sysds.localtmpdir>/tmp/systemds</sysds.localtmpdir>
<!-- hdfs tmp working directory-->
<sysds.scratch>scratch_space</sysds.scratch>
<!-- compiler optimization level, valid values: 0 | 1 | 2 | 3 | 4, default: 2 -->
<sysds.optlevel>2</sysds.optlevel>
<!-- default block dim for binary block files -->
<sysds.defaultblocksize>1000</sysds.defaultblocksize>
<!-- enables multi-threaded matrix operations in singlenode control program -->
<sysds.cp.parallel.ops>true</sysds.cp.parallel.ops>
<!-- enables multi-threaded read/write in singlenode control program -->
<sysds.cp.parallel.io>true</sysds.cp.parallel.io>
<!-- enables native blas for matrix multiplication and convolution, experimental feature (options: auto, mkl, openblas, none) -->
<sysds.native.blas>none</sysds.native.blas>
<!-- custom directory where BLAS libraries are available, experimental feature (options: absolute directory path or none). If set to none, we use standard LD_LIBRARY_PATH. -->
<sysds.native.blas.directory>none</sysds.native.blas.directory>
<!-- The number of theads for the spark instance artificially selected-->
<sysds.local.spark.number.threads>16</sysds.local.spark.number.threads>
</root>