Problems with "partbegin..."
Hi,
i use DualSPHysics to simulate the transport of debris during a tsunamiwave. After starting one of these jobs, i got an error because the Walltime was exceeded. I tried to use "partbegin..." to continue my computing job. I'm sure the row in the sh.-file is correct:
"$dualsphysics $dirout/$name $dirout -sv:binx,vtk -svres -gpu -partbegin:50[:51] $dirout ".
The error report is
"Exception (JPartFloatBi4Load::LoadPart)
Text: PART not found.
Execution aborted"
Does anyone have an idea how to solve it?
Thanks for your help!
i use DualSPHysics to simulate the transport of debris during a tsunamiwave. After starting one of these jobs, i got an error because the Walltime was exceeded. I tried to use "partbegin..." to continue my computing job. I'm sure the row in the sh.-file is correct:
"$dualsphysics $dirout/$name $dirout -sv:binx,vtk -svres -gpu -partbegin:50[:51] $dirout ".
The error report is
"Exception (JPartFloatBi4Load::LoadPart)
Text: PART not found.
Execution aborted"
Does anyone have an idea how to solve it?
Thanks for your help!
Debug Trace
Notice |
rich is deprecated. Use FormatService::renderHtml($content, Formats\RichFormat::FORMAT_KEY) instead. #0 [internal function]: gdn_ErrorHandler(16384, 'rich is depreca...', '/var/www/forums...', 950, Array) #1 /var/www/forums-dual-sphysics-org/library/core/functions.general.php(950): trigger_error('rich is depreca...', 16384) #2 /var/www/forums-dual-sphysics-org/library/core/class.format.php(1729): deprecated('rich', 'FormatService::...') #3 /var/www/forums-dual-sphysics-org/library/core/class.format.php(1479): Gdn_Format::rich('[{"insert":{"em...') #4 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/helper_functions.php(24): Gdn_Format::to('[{"insert":{"em...', 'Rich') #5 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/helper_functions.php(170): formatBody(Object(stdClass)) #6 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 5) #7 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/index.php(53): include('/var/www/forums...') #8 /var/www/forums-dual-sphysics-org/library/core/class.controller.php(778): include('/var/www/forums...') #9 /var/www/forums-dual-sphysics-org/library/core/class.controller.php(1382): Gdn_Controller->fetchView('', false, false) #10 /var/www/forums-dual-sphysics-org/library/core/class.pluggable.php(217): Gdn_Controller->xRender() #11 /var/www/forums-dual-sphysics-org/applications/vanilla/controllers/class.discussioncontroller.php(310): Gdn_Pluggable->__call('render', Array) #12 /var/www/forums-dual-sphysics-org/library/core/class.dispatcher.php(862): DiscussionController->index('864', 'problems-with-p...', '') #13 /var/www/forums-dual-sphysics-org/library/core/class.dispatcher.php(279): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array) #14 /var/www/forums-dual-sphysics-org/index.php(29): Gdn_Dispatcher->dispatch() #15 {main} |
Comments
-partbegin:begin[:first] dir
Specifies the beginning of the simulation starting from a given PART
(begin) and located in the directory (dir), (first) indicates the
number of the first PART to be generated
begin will be your last PART in the old calculation (50)
first will be the name of the first PART to be created in the new run (51)
if you do not write anything then the first should be 1.
dir this is the old directory (it is supposed that NOW your dirout is a NEW one (not the old dirout!!!) so you have TWO folders (old + new). Later you can merge all PARTs. Take care with names of dirout!!!
Regards
Why do I need a new folder? Isn´t it possible to also save the new files in the old dirout, which i generated for the first computation?
However if you prefer in the other way you should change the source files on your own.
Regards
rem if exist %dirout% del /Q %dirout%\*.*
rem if not exist %dirout% mkdir %dirout%
regards
Hi sir @Alex, i just found your replies on this discussion and i have related problems about my project
So i did restart my simulation with partbegin and set them to my old directory without realizing the output files and info from the previous run replaced into the new one
Now i can't do post-processing simulation from the very first part of my initial run, do u have any idea how to fix this (regarding the comment you mentioned about "change the source files on your own") without restart them all over from the start
Thanks