Home Online Manual
Top
Back: setNmzDataPath
Forward: startNmz
FastBack:
FastForward:
Up: normaliz_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.26.21 writeNmzPaths

Procedure from library normaliz.lib (see normaliz_lib).

Create:
the file nmz_sing_exec.path where the path to the Normaliz executable is saved
the file nmz_sing_data.path where the directory for the exchange of data is saved

Note:
Both files are saved in the current directory. If one of the names has not been defined, the corresponding file is created, but contains nothing.

Example:
 
LIB "normaliz.lib";
setNmzExecPath("../Normaliz/");
writeNmzPaths();
int dummy=system("sh","cat nmz_sing_exec.path");
==> ../Normaliz/
dummy=system("sh","cat nmz_sing_data.path");
==> 
See also: setNmzDataPath; setNmzExecPath; startNmz.