Home
last modified time | relevance | path

Searched refs:mpi_hosts (Results 1 – 3 of 3) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_paths.c78 char mpi_hosts[MAXLEN]; member
2220 return paths.mpi_hosts; in gretl_mpi_hosts()
2694 ndelta += maybe_transcribe_path(paths.mpi_hosts, cpaths->mpi_hosts, in gretl_update_paths()
2776 } else if (targ == paths.mpi_hosts) { in load_default_path()
2893 } else if (targ == paths.mpi_hosts) { in load_default_path()
2894 *paths.mpi_hosts = '\0'; in load_default_path()
2964 path_init(paths.mpi_hosts, cpaths->mpi_hosts, 0); in copy_paths_with_fallback()
3385 strncat(cpaths->mpi_hosts, val, MAXLEN - 1); in get_gretl_config_from_file()
H A Dgretl_paths.h69 char mpi_hosts[MAXLEN]; member
/dports/math/gretl/gretl-2021d/gui/
H A Dsettings.c296 { "mpi_hosts", N_("Path to MPI hosts file"), NULL, paths.mpi_hosts,
297 MACHSET | BROWSER, sizeof paths.mpi_hosts, TAB_MPI, NULL},