Warning: Undefined array key "DOKU_PREFS" in /usr/share/dokuwiki/inc/common.php on line 2082
cluster:73 [DokuWiki]

User Tools

Site Tools


cluster:73

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cluster:73 [2020/06/19 13:30]
hmeij07 [Python3]
cluster:73 [2020/06/29 13:15]
hmeij07 [Python3]
Line 206: Line 206:
   * picked up mpirun from miniconda2 apps (that may be a problem)   * picked up mpirun from miniconda2 apps (that may be a problem)
  
-Added to both versions\\+<code> 
 + 
 +# needed for _ctypes to compile properly for https retrievals 
 + yum install openssl openssl-devel 
 + yum install yum install libffi-devel libffi 
 + 
 +  tar -xvf ../Python-3.8.3.tgz 
 +  cd Python-3.8.3/ 
 +  ./configure --prefix=/share/apps/CENTOS7/python/3.8.3 --enable-optimizations 
 +  make 
 +  make install 
 +  pip3 install --upgrade pip 
 +# make symbolic links python3->pyhton, pip3->pip 
 +# drop all the packages in from previous versions 
 +https://dokuwiki.wesleyan.edu/doku.php?id=cluster:73#python3 
 + 
 +</code> 
 + 
 + 
 +Added to both 3.5.2 versions\\
 pycuda\\ pycuda\\
  --- //[[hmeij@wesleyan.edu|Henk]] 2020/02/18 08:45//  --- //[[hmeij@wesleyan.edu|Henk]] 2020/02/18 08:45//
cluster/73.txt · Last modified: 2024/02/16 11:17 by hmeij07