From smi-tickets at list.coin-or.org Mon Apr 21 08:32:36 2008 From: smi-tickets at list.coin-or.org (Trac ticket reflector for Smi) Date: Mon, 21 Apr 2008 12:32:36 -0000 Subject: [Smi-tickets] [COIN-OR Stochastic Modeling Interface] #3: examples does not run when using a VPATH installation Message-ID: <050.071b5ec190ab015c48d7eca72dee12d1@coin-or.org> #3: examples does not run when using a VPATH installation ------------------------+--------------------------------------------------- Reporter: fmargot | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: component1 | Version: Keywords: | ------------------------+--------------------------------------------------- Using a VPATH configuration in a build directory in Smi-0.81.0/build: ../configure -C make make install then going into smi-0.81-0/build/Smi/examples make ./stoch I get: examples>./stoch ***************************************** Model generation using SMPS files for Cambridge-Watson problems. Coin6001E Unable to open mps input file ../../../../Data/Stochastic/wat_10_C_32.core SmiScnModel::readSmps() - No core file with extension core was found. Coin6001E Unable to open mps input file ../../../../Data/Stochastic/wat_10_C_32.cor SmiScnModel::readSmps() - No core file with extension cor was found. Segmentation fault The correct path to the data files is ../../../Data/Stochastic/wat_10_C_32.* -- Ticket URL: COIN-OR Stochastic Modeling Interface An API for stochastic programming problems. From smi-tickets at list.coin-or.org Mon Apr 21 08:42:56 2008 From: smi-tickets at list.coin-or.org (Trac ticket reflector for Smi) Date: Mon, 21 Apr 2008 12:42:56 -0000 Subject: [Smi-tickets] [COIN-OR Stochastic Modeling Interface] #3: examples does not run when using a VPATH installation In-Reply-To: <050.071b5ec190ab015c48d7eca72dee12d1@coin-or.org> References: <050.071b5ec190ab015c48d7eca72dee12d1@coin-or.org> Message-ID: <059.cf7e0fc63e7215691381d0b52b074eb1@coin-or.org> #3: examples does not run when using a VPATH installation -------------------------+-------------------------------------------------- Reporter: fmargot | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: component1 | Version: Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment (by fmargot): The correct path to the data files is ../../Data/Stochastic/wat_10_C_32. -- Ticket URL: COIN-OR Stochastic Modeling Interface An API for stochastic programming problems.