Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FOAM2CSR
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
openfoam
FOAM2CSR
Commits
ec2a7962
Commit
ec2a7962
authored
4 years ago
by
Mirco Valentini
Browse files
Options
Downloads
Plain Diff
FIX removed m100 environment file
parents
ae9d6df8
3a531a97
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
loadENV.sh
+0
-24
0 additions, 24 deletions
loadENV.sh
with
0 additions
and
24 deletions
loadENV.sh
deleted
100644 → 0
+
0
−
24
View file @
ae9d6df8
#!/bin/bash
# Load teh environment needed to run the job
module purge
module use /m100_scratch/userinternal/mvalent3/modules/opt/modulefiles/profiles
module load local_profile/global
# Load needed modules
module load gnu/8.4.0
module load spectrum_mpi/10.3.1--binary
module load cuda/10.2
module load openblas/0.3.9--gnu--8.4.0
module load lapack/3.9.0--gnu--8.4.0
module load AMGx/2.1.x--spectrum_mpi--10.3.1--binary
module load petsc-sytstem-openblas-hypre-viennacl-ml-kokkos/3.14.0--spectrum_mpi--10.3.1--binary
module load autoload openfoam+/v1912/GccOptM100
module load spectrum_mpi/10.3.1--binary
# module load hpc-sdk/2020--binary
export
CUBROOT
=
`
module show hpc-sdk/ |
grep
HPC_SDK_HOME |
awk
'{print $3;}'
`
"/Linux_ppc64le/2020/cuda/11.0/include"
# module unload hpc-sdk/2020--binary
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