nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#761 Segmentation fault in Linux, #2498

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

See forum post:
http://sourceforge.net/p/gridlab-d/discussion/842562/thread/56688c64/?limit=25

module residential;
module tape;

set server_portnum=10000

clock {

starttime '2013-01-30 23:00:00';
stoptime '2013-03-30 23:01:00';

}
object house{

name my_house;
heating_setpoint 40 degF;
cooling_setpoint 90 degF;

}

object recorder {

parent my_house;
property cooling_setpoint;
file theat_record.csv;
interval 5;
limit 0;

}

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user ciraci does not exist anymore. Therefore assigning this to afisher1. "ciraci": * status changed from new to accepted ,

"ciraci": * status changed from accepted to closed

With Andy's help, I tired the glm in 32 bit and 64but ubuntu versions. Everything worked, no problems with real_time mode.

,