This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: |
NewerOlder