Skip to content

Instantly share code, notes, and snippets.

View alvarovm's full-sized avatar
🏠
Working from home

Alvaro Vazquez-Mayagoitia alvarovm

🏠
Working from home
View GitHub Profile
@alvarovm
alvarovm / listado-de-libros.md
Last active September 16, 2021 06:46
LAS MEJORES 100 NOVELAS DE LA LENGUA ESPAÑOLA DE LOS ÚLTIMOS 25 AÑOS
@alvarovm
alvarovm / python_and_fortran_omp.md
Last active September 1, 2021 15:48
Notes for calling fortran code with openmp in python

Notes for calling Fortran90 code with OpenMP in python

Dependecies:

  • numpy
  • gfortran

The function vectormt contain fortran code and openmp calls and will be compiled with gfortran. A similar compilations could be done using hpc-sdk or OpenMP (targets) for GPU support.

File: vectormt.f90

<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://i-like-robots.github.io/EasyZoom/dist/easyzoom.js"></script>
<div class="easyzoom easyzoom--overlay">
<a href="http://cssglobe.com/lab/easyzoom/small.jpg" >
<img src="http://cssglobe.com/lab/easyzoom/large.jpg" alt="" height="300"/>
</a>
</div>
Columna Fabrizio Mejía Madrid en la Jornada
https://www.jornada.com.mx/2020/08/15/opinion/014a1pol
@alvarovm
alvarovm / ssh-confs-tweaks.md
Last active May 5, 2021 16:54
SSH notes and trics
Water dimer example
===================
Calculations needed:
E_water1
E_water1_ghost
E_water2
E_water2_ghost
E_dimer
g=0
t=0
ff=40000
#ff=5
destiny=output.save.$t
mkdir $destiny
# Installing Tensorflow2.1 and Pytorch1.4
#On Cooley, I installed everything from source or with pip. Several packages from softenv are also included:
+gcc-7.1.0
+cmake-3.3.0
#Python
#Python is version 3.6.10, installed from source with optimizations:
export INSTALL_TOP=/soft/datascience/DL_frameworks/installation/