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:34]
hmeij07 [Python3]
cluster:73 [2020/07/13 10:49]
hmeij07 [LAMMPS CPU/GPU]
Line 205: Line 205:
   * most packages found on this page   * most packages found on this page
   * picked up mpirun from miniconda2 apps (that may be a problem)   * picked up mpirun from miniconda2 apps (that may be a problem)
 +
 +<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\\ Added to both 3.5.2 versions\\
Line 1243: Line 1262:
     * /share/apps/CENTOS7/lammps/03Mar2020.install     * /share/apps/CENTOS7/lammps/03Mar2020.install
     * CUDA_ARCH = sm_75 (probably only works on queue exx96)     * CUDA_ARCH = sm_75 (probably only works on queue exx96)
-  * sample script in ~hmeij/k20redo/run.rtx.lammps+  * **sample script in ~hmeij/k20redo/run.rtx.lammps**
  
 <code> <code>
cluster/73.txt ยท Last modified: 2024/02/16 11:17 by hmeij07