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
Tomado de:
http://www.clavedigital.com/Cultura/Noticias.asp?Id_Articulo=571
LAS MEJORES 100 NOVELAS DE LA LENGUA ESPAÑOLA DE LOS ÚLTIMOS 25 AÑOS
Breviario de la jerga Yuca: | |
-Achocar: Acomodar apretujadamente. | |
-Anolar: Chupar un dulce. | |
-Box (ito): Negro (negrito). | |
-Bobox: Parte baja de la espalda (Trasero). | |
-Cabax: Simple, hecho al aí se va. | |
-Caas Keb: Muy feo (está muy caas-keb esto). | |
-Chan: Pequeño . | |
-Chop: Tuerto. |
The complete NWChem documentation can be found here.
The SRC only file of Nwchem 7.0.2 can be downloaded as follow.
wget https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem-7.0.2-release.revision-b9985dfa-srconly.2020-10-12.tar.bz2
Having a KillSwitch is important when you are using an VPN, you also make sure that in case the openvpn service stops working your connections and other services do not use regular a trackable ISP's IP.
The follow instruction are meant to use UFW to config a firewall that prevents leakings.
sudo apt install ufw
VASP is a commercial code for materials and solid state simulations. Users must have a license to use this code in ALCF systems. More information on how to get access to VASP binaries can be found here.
Instructions and samples of makefile.include
could be found in vasp.at
wiki page
The follow makefile.include
was tailore for Polaris, originally taken from here
Create /etc/apt/sources.list.d/clangofficial.list
with the follow lines
deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-14 main
deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-14 main
Add the key:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
Notes of support of Intel GPU in WSL can be found here https://github.com/intel/compute-runtime/blob/master/WSL.md
My test is in a laptop Lenovo Carbon X1 Gen 10 with processor i7-1280p. I installed the latest Intel GPU driver (as in 9/30/2022) gfx_win_101.3430_101.2111
.
I am using the follow configuration for WSL in c:\User\myuser\.wslconfig
:
[wsl2]
There problem with the Logitech webcam software are the drivers lvrs64.sys
and lvuvc64.sys
.
These drivers are blocking Windows memory integrity.
I managed to make this working removing all the drivers from Win11, and use native Win11 native drivers.