Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hydesign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
hydesign
Commits
5d7519f1
Commit
5d7519f1
authored
2 years ago
by
jumu
Browse files
Options
Downloads
Patches
Plain Diff
modification of installation
parent
2f075395
No related branches found
No related tags found
1 merge request
!23
modification of installation
Pipeline
#39321
passed
2 years ago
Stage: test
Stage: deploy
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/installation.rst
+2
-2
2 additions, 2 deletions
docs/installation.rst
examples/hydesign_run.sh
+3
-3
3 additions, 3 deletions
examples/hydesign_run.sh
requiremets.yml
+8
-0
8 additions, 0 deletions
requiremets.yml
with
13 additions
and
5 deletions
docs/installation.rst
+
2
−
2
View file @
5d7519f1
...
...
@@ -24,7 +24,7 @@ It is recommended to create a new environment to install hydesign if you have ot
git clone https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign.git
cd hydesign
conda
create -c conda-forge --name hydesign python=3.7 --file=requirements.txt
conda
env create --file environment.yml
activate hydesign
...
...
@@ -51,4 +51,4 @@ We highly recommend developers to install hydesign into the environment created
git clone https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign.git
cd hydesign
pip install -e .
\ No newline at end of file
pip install -e .
This diff is collapsed.
Click to expand it.
examples/hydesign_run.sh
+
3
−
3
View file @
5d7519f1
...
...
@@ -29,9 +29,9 @@ echo Sophia job identifier: $SLURM_JOBID
echo
-----------------------------------------------------------------
# Set environment
source
/
groups/INP
/miniconda3/bin/activate
conda activate
HyD
esign
_openmdao_dev
python EGO_surrogate_based_optimization.py
source
/
home/jumu
/miniconda3/bin/activate
conda activate
hyd
esign
python
/home/jumu/hydesign/hydesign/
EGO_surrogate_based_optimization.py
--case
India
--site
# Example usage:
# --------------
...
...
This diff is collapsed.
Click to expand it.
requiremets.yml
0 → 100644
+
8
−
0
View file @
5d7519f1
name
:
hydesign
channels
:
-
conda-forge
dependencies
:
-
h5netcdf
-
netcdf4
-
python=3.7
-
pip
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment