<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi!<br>
I use GetDP(2.4.1) with PETSc(3.2, from Ubuntu 13.04 repository)
and MUMPS(4.10, also from repository). MUMPS user's guide says about
the possibility of determining the folder for temporary files of
Out-Of-Core factorization step by using the "<i>mumps par%OOC TMPDIR</i>"
variable.<br>
I try to use
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
"<i>-mat_mumps_ooc_tmpdir</i>" (take from <i>mumps.c</i> source
file) option in <i>.petscrc</i>, but it not work.<br>
For example:<br>
<small><i>-mat_mumps_ooc_tmpdir /home/username/ooc/tempdirectory</i></small><br>
,but the program use <i>/tmp</i> directory.<br>
<br>
Can the GetDP use this option? Or is there a different syntax?<br>
</body>
</html>