User Tools

Site Tools


admin:compilaciones:wannier90

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
admin:compilaciones:wannier90 [2025/07/26 00:10] – created bbruzzoadmin:compilaciones:wannier90 [2026/02/12 19:53] (current) – add position independent code flag to compiler bbruzzo
Line 19: Line 19:
 COMMS=mpi COMMS=mpi
 MPIF90=mpif90 MPIF90=mpif90
-FCOPTS=-O2 +FCOPTS=-O2 -fPIC 
-LDOPTS=-O2+LDOPTS=-O2 -fPIC
  
 #======================================================== #========================================================
Line 26: Line 26:
 #======================================================== #========================================================
  
-LIBDIR = /opt/intel/oneapi/mkl/2023.2.0/lib/intel64/+LIBDIR = /data/shared/oneapi/ohpc/mkl/2024.0/lib/intel64/
 LIBS    -L$(LIBDIR) -lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lpthread LIBS    -L$(LIBDIR) -lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lpthread
  
-#======================= 
-# ATLAS Blas and LAPACK 
-#======================= 
-#LIBDIR = /usr/local/lib 
-#LIBS = -L$(LIBDIR)  -llapack -lf77blas -lcblas -latlas 
 </code> </code>
  
Line 40: Line 35:
 <code> <code>
 make -j32 make -j32
-export PREFIX=/data/shared/apps/wannier90-openmpi4/3.1.0+export PREFIX=/data/shared/apps/wannier90/3.1.0/
 make -j32 install make -j32 install
 </code> </code>
Line 46: Line 41:
 Creamos módulo: Creamos módulo:
  
-en ''/data/shared/modules/wannier90-openmpi4/3.1.0.lua''+en ''/data/shared/modules/wannier90/3.1.0.lua''
  
 <code>-- -*- lua -*- <code>-- -*- lua -*-
admin/compilaciones/wannier90.1753488600.txt.gz · Last modified: by bbruzzo