User Tools

Site Tools


getting_started_with_capri

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
getting_started_with_capri [2021/05/24 09:59] – [Build databases and baselines] Revising instructions for building the database torbjornjgetting_started_with_capri [2021/05/24 10:35] – Replacing backslash with slash. torbjornj
Line 1: Line 1:
 ======Getting started with CAPRI====== ======Getting started with CAPRI======
 +
 +===== Installing CAPRI Stable Release 2 and earlier =====
 +
 +CAPRI Stable Release (STAR) 2 and earlier releases are published with a full set of data, i.e. including all the intermediate data required to build the complete database and produce a calibrated baseline. The model with raw data and the consolidated model database are shipped in two compressed archives. For the latest release, STAR 2.7, they are called "STAR_2.7.zip" and "results_2.7.zip" respectively, and with similar naming pattern for other releases. Follow the steps below in order to install CAPRI on your system. Using CAPRI requires extensive knowledge of how the system works. Please look out for CAPRI training courses on the page of upcoming events. The following bare-bone instructions may nevertheless be sufficient to get the system up and technically running.
 +
 +
 +==== 1. Ensure that you have Java and GAMS installed on your computer ====
 +See [[getting_started_with_capri#system_requirements|system requirements]].
 +
 +
 +==== 2. Download the two archives ====
 +Click the links to "Code" and "Database" in the table of available CAPRI versions [[getting_started_with_capri#Download_the_current_release|below]]. We recommend using the latest available release.
 +
 +==== 3. Extract the files to a local hard drive ====
 +
 +  - Create an installation folder to hold **model source files** on your local hard drive such that the path does not contain spaces. Thus, it will not work to install the model in “My Documents” (path containing space) or on a network drive (the access will be too slow). We call this the "CAPRI system folder". We assume here you created a folder ''C:/CAPRI/STAR_2.7''
 +  - Extract the files of the compressed archive with code, e.g. ''STAR_2.7.zip'' into the CAPRI system folder.
 +  - Extract the files of the compressed archive with data, e.g. ''results_2.7.zip'' into the subfolder ''output/results'' in the CAPRI system folder.
 +
 +The resulting directory structure in your CAPRI system folder should look like this afterwards:
 +
 +{{:wiki:installation_folders_tier1.png?nolink&400|}}
 +
 +The directory structure inside the folder ''output/results'' should look like this:
 +
 +{{::installation_result_files_and_folders.png?400|List of result folders and files extracted and placed in ./output/results}}
 +
 +
 +==== 4. Adjust the settings to your computer ====
 +
 +  - Go to the subfolder "GUI", double-click “start_capri.bat”. That should open the graphical user interface (GUI). If not, something is wrong with your Java-installation.
 +  - In the menu **settings**, choose **Edit settings.**
 +    * In the first tab: enter your name
 +    * In the second tab: verify that the paths to result and restart folders are set to **../output/results and ../output/restart.** The GAMS directory should read **../gams** and the data directory should read **../dat.**
 +    * In the third tab: enter the complete path to the GAMS executable. Probably it is something like **c:/gams/win64/30.3/gams.exe.** Also verify that the path to the Scratch directory is **../output/temp.** Click the button to “get number of processors”.
 +    * In the fourth tab: do nothing.
 +    * In the final tab: do nothing, or, if you have a programming text editor, enter the path to that editor in the proper field.
 +  - Click “Save in caprinew.ini” and accept the file name suggested for your settings.
 +  - Close the GUI, then start it again (using start_capri.bat), to make it process all your settings.
 +
  
 ===== Download the current release ===== ===== Download the current release =====
Line 30: Line 70:
 ===== System requirements ===== ===== System requirements =====
  
-CAPRI requires that you have a windows computer with Java and GAMS ([[http://www.gams.com]], distribution 28.2 or later is recommended) installed. You need a license for the CONOPT solver. Many tasks in CAPRI utilize parallel computing. It is therefore an advantage if you have a machine that can run many threads in parallel.+CAPRI requires that you have a windows computer with Java and GAMS ([[http://www.gams.com]], distribution 32.2 or later is recommended) installed. You need a license for the CONOPT solver. Many tasks in CAPRI utilize parallel computing. It is therefore an advantage if you have a machine that can run many threads in parallel.
  
 Regarding Java: There are some licensing implications when using Oracle's platform. Public updates released after January 2019 will not be available for business, commercial, or production use without a commercial license. Since then the GUI for java can also be executed using a open and free installation of [[https://jdk.java.net/15/|OpenJDK]]. Regarding Java: There are some licensing implications when using Oracle's platform. Public updates released after January 2019 will not be available for business, commercial, or production use without a commercial license. Since then the GUI for java can also be executed using a open and free installation of [[https://jdk.java.net/15/|OpenJDK]].
  
-===== Installing CAPRI Stable Release 2 and earlier ===== 
- 
-STAR 2 and earlier releases are published with a full set of data, i.e. including all the intermediate data required to build the complete database and produce a calibrated baseline. The model with raw data and the consolidated model database are shipped in two compressed archives. For STAR 2.7, they are called "STAR_2.7.zip" and "results_2.7.zip" respectively, and with similar naming pattern for other releases. Follow the steps below in order to install CAPRI on your system. Using CAPRI requires extensive knowledge of how the system works. Please look out for CAPRI training courses on the page of upcoming events. The following bare-bone instructions may nevertheless be sufficient to get the system up and technically running. 
- 
- 
-==== 1. Ensure that you have Java and GAMS installed on your computer ==== 
-See [[system_requirements|System requirements]]. 
- 
- 
-==== 2. Download the two archives ==== 
-Click the links to "Code" and "Database" in the table of available CAPRI versions. We recommend using the latest available release. 
- 
-==== 3. Extract the files to a local hard drive ==== 
- 
-  - Create an installation folder to hold **model source files** on your local hard drive such that the path does not contain spaces. Thus, it will not work to install the model in “My Documents” (path containing space) or on a network drive (the access will be too slow). We call this the "CAPRI system folder" 
-  - Extract the files of the compressed archive with code, e.g. "STAR_2.7.zip" into the CAPRI system folder. 
-  - Extract the files of the compressed archive with data, e.g. "results_2.7.zip" into the subfolder "output\results" in the CAPRI system folder. 
- 
-==== 4. Adjust the settings to your computer ==== 
- 
-  - Go to the subfolder "GUI", double-click “start_capri.bat”. That should open the graphical user interface (GUI). If not, something is wrong with your Java-installation. 
-  - In the menu **settings**, choose **Edit settings.** 
-    * In the first tab: enter your name 
-    * In the second tab: verify that the paths to result and restart folders are set to **../output/results and ../output/restart.** The GAMS directory should read **../gams** and the data directory should read **../dat.** 
-    * In the third tab: enter the complete path to the GAMS executable. Probably it is something like **c:/gams/win64/30.3/gams.exe.** Also verify that the path to the Scratch directory is **../output/temp.** Click the button to “get number of processors”. 
-    * In the fourth tab: do nothing. 
-    * In the final tab: do nothing, or, if you have a programming text editor, enter the path to that editor in the proper field. 
-  - Click “Save in caprinew.ini” and accept the file name suggested for your settings. 
-  - Close the GUI, then start it again (using start_capri.bat), to make it process all your settings. 
  
  
getting_started_with_capri.txt · Last modified: 2022/11/07 10:23 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki