Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

manasam's profile - activity

2017-05-18 22:25:58 -0500 asked a question Defining shading surface as outside boundary condition for roof

Defining shading surface as outside boundary condition for roof I modeled a tilted PV array on a building roof by defini

2017-03-11 16:40:42 -0500 commented answer How to simulate on Energy Plus after modifying source code?

Slack doesn't let me view that page or create an account with my gmail ID.

2017-03-10 17:50:25 -0500 commented answer How to simulate on Energy Plus after modifying source code?

I followed the instructions for Mac on the wiki you posted. While configuring and generating it, I got warnings but it displayed a message saying configuration done and generation done. But when I navigate to the build directory from the terminal and type make, it says no makefile found. I am not sure which make file to run as there are many in the build folder.

2017-03-10 14:19:05 -0500 received badge  Editor (source)
2017-03-10 14:12:03 -0500 answered a question How to simulate on Energy Plus after modifying source code?

I followed the instructions for Mac on the wiki you posted. While configuring it, I got this warning: CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 3.8)

should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it.

While generating it, I got this warning:

CMake Warning (dev): Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake --help-policy CMP0042" for policy details. Use the cmake_policy command to set the policy and suppress this warning.

MACOSX_RPATH is not specified for the following targets:

energyplusapi

This warning is for project developers. Use -Wno-dev to suppress it.

It did display a message saying configuring and generating done. But when I navigate to the build directory from the terminal and run make, it says no makefile found. I am not sure which is the main make file that I have to run

2017-02-18 08:56:28 -0500 received badge  Student (source)
2017-02-17 20:07:35 -0500 asked a question How to simulate on Energy Plus after modifying source code?

I modified a calculation in one of the modules to fit my purpose. How do I run the simulation with my modified source code?