WARNING -- PathSeries::getDuration() on empty Vector

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
kesavapraba
Posts: 46
Joined: Mon Jan 22, 2018 1:38 am

WARNING -- PathSeries::getDuration() on empty Vector

Post by kesavapraba »

Dear Friends, I got the following warning while running my parallel program in OpenSeesMP 3.0 version:

WARNING -- PathSeries::getDuration() on empty Vector

Can someone tell me the meaning of the warning and how to solve the issue? I am using timeseries definition as given below:

set AccelSeries "Series -dt $dt -filePath $outFile -factor $GMfatt"; # time series information
pattern UniformExcitation $IDloadTag $GMdirection -accel $AccelSeries; # create Unifform excitation
Post Reply