Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C C3S512-WP1-datachecker
  • Project information
    • Project information
    • Activity
    • Members
  • Jira
    • Jira
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
Collapse sidebar
  • Computational Earth SciencesComputational Earth Sciences
  • C3S512-WP1-datachecker
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Nov 06, 2020 by jberlin's avatar jberlin
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 0d69cd1c
...@@ -16,15 +16,7 @@ how to run the checker, outputs generated (work in progress) ...@@ -16,15 +16,7 @@ how to run the checker, outputs generated (work in progress)
**Setup development environment** **Setup development environment**
Request access the to the VM machines as first step add to your .bashrc file the following lines:
.bashrc
in order to run conda, you should execute the following line
`export PATH="/data/miniconda3/bin:$PATH"`
and add to your .bashrc file the following lines:
```bash ```bash
# >>> conda initialize >>> # >>> conda initialize >>>
...@@ -42,6 +34,18 @@ fi ...@@ -42,6 +34,18 @@ fi
unset __conda_setup unset __conda_setup
# <<< conda initialize <<< # <<< conda initialize <<<
``` ```
and then you should execute the following line
``export PATH="/data/miniconda3/bin:$PATH"``
then you should be able to run a quick test in the VM:
```bash
conda activate /shared/software/envs/dqc
cd /shared/software/c3s512-wp1-datachecker/dqc_wrapper
python checker.py <config_file>
```
**Folders in the VM** **Folders in the VM**
there are two main partitions, `/data` and `/shared` some of the most important directories to know about are the following: there are two main partitions, `/data` and `/shared` some of the most important directories to know about are the following:
......
Clone repository
  • Home