User Tools

Site Tools


cluster:215

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:215 [2024/02/05 21:02]
hmeij07 [Python]
cluster:215 [2024/05/10 16:24]
hmeij07 [Miniconda3-py312]
Line 12: Line 12:
 https://dokuwiki.wesleyan.edu/doku.php?id=cluster:214#slurm\\ https://dokuwiki.wesleyan.edu/doku.php?id=cluster:214#slurm\\
 https://dokuwiki.wesleyan.edu/doku.php?id=cluster:214#slurm_jobs https://dokuwiki.wesleyan.edu/doku.php?id=cluster:214#slurm_jobs
 +
 +
 +===== FLAG =====
 +
 +<code>
 +
 +# needs to be on local disk, NFS compile location fails
 +# needs to run as root (?) and needs internet access
 +# used n101
 +
 +module load singularity
 +singularity config fakeroot --add root
 +
 +cd /home
 +unzip FLAG-main.zip
 +mv FLAG-main FLAG-20240425
 +date > build.log
 +./build_singularity_flag.sh | tee -a build.log 
 +
 +
 +INFO:    Build complete: singularity_flag.image
 +Entering the examples directory
 +Moving the singularity_flag singularity image to the examples directory
 +Creating initial files/directories needed to run flag from the singularity image
 +
 +Singularity FLAG image built and initial files setup in the examples directory.
 +
 +# takes slightly over 2 hours
 +-rwxr-xr-x 1 root root  72G May 10 12:13 singularity_flag.image
 +
 +</code>
 +
 +===== Miniconda3-py312 =====
 +
 +
 +  * module: miniconda3/py312
 +  * Miniconda framework with python 3.12.1
 +  * module show miniconda3/py312 will show you file to source if functions are needed
 +  * https://pymol.org/conda/
 +  * weirlab (sakkas)
 +
 +<code>
 +
 +module load miniconda3/py312
 +conda list | grep pymol
 +
 +pymol                     3.0.0           py312h2dc6bc7_0    schrodinger
 +pymol-bundle              3.0.0                            schrodinger
 +pymol-web-examples        2.4                              schrodinger
 +
 +</code>
 +
  
 ===== Crest/XTB ===== ===== Crest/XTB =====
Line 169: Line 221:
     * hoomd v4.3.0 with cuda toolkit 11.6     * hoomd v4.3.0 with cuda toolkit 11.6
     * https://hoomd-blue.readthedocs.io/en/latest/installation.html     * https://hoomd-blue.readthedocs.io/en/latest/installation.html
 +    * multi-gpu
 +      * https://hoomd-blue.readthedocs.io/en/v2.9.3/mpi.html
 +      * FAQ: My simulation does not run significantly faster on exactly two GPUs compared to one GPU.
 +      * This is expected. HOOMD uses special optimizations for single-GPU runs
  
 <code> <code>
Line 194: Line 250:
 >>> import signac >>> import signac
 >>> import flow >>> import flow
->>> cpu = hoomd.device.CPU() +>>> hoomd.version.gpu_enabled 
->>>+True 
 +>>> 
  
 </code> </code>
Line 304: Line 361:
  
 ===== Lammps ===== ===== Lammps =====
 +
 +  * module: lammps/7Feb2024 
 +  * supports openmp, feature release versus the normal stable release
 +  * includes colloid class2 kspace misc molecule ml-pace reaction mc packages and gpu for cuda
 +  * queues amber128 and test only (cuda 11.6)
  
   * module: lammps/25Apr2023   * module: lammps/25Apr2023
cluster/215.txt · Last modified: 2024/05/15 13:09 by hmeij07