This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
scalability_with_autosubmit [2017/07/03 09:06] dmanuben |
scalability_with_autosubmit [2017/07/03 09:41] (current) adegimel [Autosubmit database setup and install] |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| To create an isolated environment and different database you have to follow next steps: | To create an isolated environment and different database you have to follow next steps: | ||
| - | | + | 1- Create a new directory in any place you like (e.g. your $HOME dir): |
| - | mkdir ~/autosubmit_performance | + | mkdir ~/performance_autosubmit |
| - | | + | 2- Edit .autosubmitrc file (located by default in your $HOME dir), and change DATABASE, LOCAL and CONF paths to make them point to the directory created above. You need to replace any path pointing to / |
| + | |||
| + | If the file is not present, you can create it and fill in with the contents below, but changing the user name with yours: | ||
| vi ~/ | vi ~/ | ||
| Line 28: | Line 30: | ||
| path = / | path = / | ||
| filename = performance_autosubmit.db | filename = performance_autosubmit.db | ||
| + | |||
| [local] | [local] | ||
| path = / | path = / | ||
| + | |||
| [conf] | [conf] | ||
| jobs = / | jobs = / | ||
| platforms = / | platforms = / | ||
| + | | ||
| + | 3- Create default directory for the default configuration files that wiil be used for any new experiment of the scalability analysis: | ||
| + | |||
| + | mkdir ~/ | ||
| + | |||
| + | 4- Copy default jobs.conf and platforms.conf files from / | ||
| + | |||
| + | cp / | ||
| + | cp / | ||
| - | | + | 5- Execute autosubmit install command |
| autosubmit install | autosubmit install | ||
| + | Then it is ready to be used. | ||