Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cm3Libraries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm3
cm3Libraries
Commits
9340461f
Commit
9340461f
authored
8 years ago
by
Ludovic Noels
Browse files
Options
Downloads
Patches
Plain Diff
conf for dragon1
parent
0afa557a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cm3apps/install.txt
+17
-9
17 additions, 9 deletions
cm3apps/install.txt
with
17 additions
and
9 deletions
cm3apps/install.txt
+
17
−
9
View file @
9340461f
...
...
@@ -153,6 +153,9 @@ A) The packages needed to install gmsh are (gmsh has to be install to use cm3app
in case of error "MPI wrappers do not work, use --with-mpi-compilers=0
for dragon
./configure --with-debugging=0 --download-fblaslapack=yes --download-mumps=yes --download-scalapack=yes --download-blacs=yes --with-mpi-dir=$MPI_HOME --with-pic --with-shared-libraries=0 --with-clanguage=cxx --with-batch --known-mpi-shared-libraries=0 --download-parmetis=yes --download-metis=yes --download-superlu_dist=yes
on hydra
./configure --configModules=PETSc.Configure --optionsModule=config.compilerOptions --with-debugging=0 --download-fblaslapack=1 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --with-mpi-dir=$MPI_HOME --with-pic --with-shared-libraries=1 --with-clanguage=cxx --with-batch --known-mpi-shared-libraries=0 --download-parmetis=yes --download-metis=yes --download-superlu_dist=yes
...
...
@@ -194,18 +197,23 @@ Then wait until the job end (the last line of the created file "petsc-install.ou
function load_module()
{
module purge
module load GCC/4.7.3
module load CMake/2.8.11.1-GCC-4.7.3
module load lapack/3.5.0/gcc/4.7.3
module load blas/3.5.0/gcc/4.7.3
module load openmpi/1.6.1/gnu64-4.7.3
export BLASDIR=$BLAS
export BLASLIB=blas
export LAPACKDIR=$LAPACK
export LAPACKLIB=lapack
module load GCC/4.8.2
module load CMake/2.8.12-GCC-4.8.2
#module load lapack/3.5.0/gcc/4.7.3
#module load blas/3.5.0/gcc/4.7.3
module load OpenMPI/1.7.3-GCC-4.8.2
module load python/2.7.6
export MPI_HOME=/usr/local/Software/OpenMPI/1.7.3-GCC-4.8.2/
export MPI_RUN=$MPI_HOME/bin/mpirun
#export BLASDIR=$BLAS
#export BLASLIB=blas
#export LAPACKDIR=$LAPACK
#export LAPACKLIB=lapack
echo "List of loaded modules:"
module list
}
load_module
- hmem:
function load_module()
...
...
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