Commit 80b3f806 authored by Sebastian Wahl's avatar Sebastian Wahl
Browse files

install openblas=0.3.4 on science0x VMs

parent 28544e3e
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
name: py3_std
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3 
  - anaconda-client 
  - aospy 
  - basemap 
  - basemap-data-hires 
  - cartopy 
  - cf_units 
  - cftime 
  - cmocean 
  - dask 
  - distributed 
  - eofs 
  - fortran-magic 
  - git 
  - git-lfs 
  - gsw 
  - haversine 
  - hdf5 
  - ipython 
  - iris 
  - iris-sample-data 
  - line_profiler 
  - matplotlib 
  - memory_profiler=0.52 
  - mtspec 
  - nco 
  - netCDF4 
  - numpy 
  - pandas 
  - pytables 
  - python-cdo 
  - scikit-learn 
  - scipy 
  - seaborn 
  - seawater 
  - spyder 
  - xarray 
  - ipykernel
  - openblas=0.3.4
+7 −1
Original line number Diff line number Diff line
@@ -160,7 +160,13 @@ elif [[ "$task" == "install" ]]; then
	# However, OSX client machines do not like /dev/stdin as it has been previously used in the function 
	# install_conda_environment hence we copy py3_std.yml first (see also above)
	#cat py3_std.yml | ssh $hname "$(typeset -f install_conda_environment); install_conda_environment;"
	scp $(dirname $0)/py3_std.yml $hname:
	if [[ "$hname" =~ "science" ]]; then
		echo " Using special py3_std_science0x.yml file for science VMs."
		echo " For details see https://git.geomar.de/python/jupyter_on_HPC_setup_guide/issues/24" 
		scp $(dirname $0)/py3_std_science0x.yml $hname:py3_std.yml
	else
		scp $(dirname $0)/py3_std.yml $hname:py3_std.yml
	fi		
	ssh $hname "$(typeset -f install_conda_environment); install_conda_environment;"
   if [[ $? -ne 0 ]]; then	
		echo