Changeset 3146 in Sophya for trunk/SophyaPI
- Timestamp:
- Jan 18, 2007, 5:41:22 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/piapp.cc
r3091 r3146 155 155 SophyaInitiator::PrintVersion(true); // SOPHYA version and module list 156 156 157 // Reza , Jan07 158 // On cree l'objet PIApplication avant de faire mkdir TmpDir 159 // En cas de pb X11 , il n'y a pas de repertoire PIATmpxxx qui traine apres 160 161 PIStdImgApp * app = new PIStdImgApp(fgsmall, narg, arg); 162 // cout << " DBG-2 " << app->ObjMgr()->GetTmpDir() << endl; 163 157 164 char* vcmds=NULL; 158 165 string vcmd; … … 186 193 } 187 194 188 // On cree un repertoire temporaire189 // cout << " DBG-TMPDIR= " << getenv("TMPDIR") << endl;190 191 PIStdImgApp * app = new PIStdImgApp(fgsmall, narg, arg);192 // cout << " DBG-2 " << app->ObjMgr()->GetTmpDir() << endl;193 195 cout << " NamedObjMgr::SetTmpDir()+XNTuple::SetSwapPath() " << tmpdir << endl; 194 196 app->ObjMgr()->SetTmpDir(tmpdir); 195 197 XNTuple::SetSwapPath(const_cast<char *>(tmpdir.c_str())); 196 197 198 198 199 199 // Gestion de redirection stdout/err et Signaux
Note:
See TracChangeset
for help on using the changeset viewer.