Lammps compilation on nersc
NOTE: NERSC provides compiled LAMMPS binaries as modules. This tutorial is for users with modified source code.
NOTE: NERSC provides compiled LAMMPS binaries as modules. This tutorial is for users with modified source code.
In order to access NIMH Data Archive, users need to apply for an account using this link. Project PI needs to add the new user to their project for data acce...
```bash #install Miniconda mkdir ~/conda; cd ~/conda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-...
In Anaconda Prompt conda create -n newEnv conda activate newEnv - y conda install spyder-kernels -y conda install ... where python Copy the Python environme...
Install Miniconda if you haven’t done so. mkdir ~/conda; cd ~/conda wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Mi...