Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HPC Fortran Module Loads
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CHS
HPC Fortran Module Loads
Commits
ae1c8b0e
Commit
ae1c8b0e
authored
3 months ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
add chs conda 0.3 and 0.4 load scripts
parent
7767f2ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!12
add chs conda 0.3 and 0.4 load scripts
Pipeline
#256159
passed with stages
in 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+5
-3
5 additions, 3 deletions
README.md
eve.chs-conda03
+7
-0
7 additions, 0 deletions
eve.chs-conda03
eve.chs-conda04
+7
-0
7 additions, 0 deletions
eve.chs-conda04
with
19 additions
and
3 deletions
README.md
+
5
−
3
View file @
ae1c8b0e
...
...
@@ -13,10 +13,12 @@ All these scripts will load:
-
pFUnit - Fortran unit testing framework
### Usage
-
Conda environment with
gfortran
:
-
Conda environment with
GNU Compilers, Python and all dependencies for Documentation, Unit-Testing and Coverage
:
```
bash
source
eve.chs-conda01
# or
source
eve.chs-conda02
source
eve.chs-conda01
# Python 3.10, GNU 9.4
source
eve.chs-conda02
# Python 3.11, GNU 12.3
source
eve.chs-conda03
# Python 3.12, GNU 13.3
source
eve.chs-conda04
# Python 3.13, GNU 14.2
```
-
GNU 10.2 compiler (
`foss/2020b`
Toolchain):
```
bash
...
...
This diff is collapsed.
Click to expand it.
eve.chs-conda03
0 → 100644
+
7
−
0
View file @
ae1c8b0e
module purge
module use /global/apps/modulefiles
module load chs-fortran-conda/0.3.0
export FC=gfortran
export F77=gfortran
export CC=gcc
export CXX=g++
This diff is collapsed.
Click to expand it.
eve.chs-conda04
0 → 100644
+
7
−
0
View file @
ae1c8b0e
module purge
module use /global/apps/modulefiles
module load chs-fortran-conda/0.4.0
export FC=gfortran
export F77=gfortran
export CC=gcc
export CXX=g++
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