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
# 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/
How to extend a HDD in vwmare workstation 15.5 (https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html)
with a Ubuntu as host and Windows10 guest
*Change size of Guest partition in vmware
#https://communities.vmware.com/thread/171041
*Add this line:
bios.bootDelay = "5000"
to vmx-file, vmx-file is located in the guest machine files directory
@alvarovm
alvarovm / make.sys.BGQ.Mira
Last active June 16, 2016 22:19
BGQ Makefiles and other stuff
# make.sys. Generated from make.sys.in by configure.
# compilation rules
.SUFFIXES :
.SUFFIXES : .o .c .f .f90
# most fortran compilers can directly preprocess c-like directives: use
# $(MPIF90) $(F90FLAGS) -c $<
# if explicit preprocessing by the C preprocessor is needed, use: