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
7407a054
Commit
7407a054
authored
3 months ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
Conda: remove redundant env-var defs
parent
1abc13ec
No related branches found
Branches containing commit
Tags
v1.4.1
Tags containing commit
1 merge request
!12
add chs conda 0.3 and 0.4 load scripts
Pipeline
#256298
passed with stages
in 17 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
eve.chs-conda01
+0
-4
0 additions, 4 deletions
eve.chs-conda01
eve.chs-conda02
+0
-4
0 additions, 4 deletions
eve.chs-conda02
eve.chs-conda03
+0
-4
0 additions, 4 deletions
eve.chs-conda03
eve.chs-conda04
+0
-4
0 additions, 4 deletions
eve.chs-conda04
with
0 additions
and
16 deletions
eve.chs-conda01
+
0
−
4
View file @
7407a054
module purge
module use /global/apps/modulefiles
module load chs-fortran-conda/0.1.0
export FC=gfortran
export F77=gfortran
export CC=gcc
export CXX=g++
This diff is collapsed.
Click to expand it.
eve.chs-conda02
+
0
−
4
View file @
7407a054
module purge
module use /global/apps/modulefiles
module load chs-fortran-conda/0.2.0
export FC=gfortran
export F77=gfortran
export CC=gcc
export CXX=g++
This diff is collapsed.
Click to expand it.
eve.chs-conda03
+
0
−
4
View file @
7407a054
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
−
4
View file @
7407a054
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