calcoloscientifico:userguide:amber
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Entrambe le parti precedenti la revisioneRevisione precedenteProssima revisione | Revisione precedente | ||
calcoloscientifico:userguide:amber [15/11/2022 15:42] – fabio.spataro | calcoloscientifico:userguide:amber [20/03/2023 18:50] (versione attuale) – fabio.spataro | ||
---|---|---|---|
Linea 3: | Linea 3: | ||
==== Amber 20 ==== | ==== Amber 20 ==== | ||
- | Script '' | + | === sander === |
+ | |||
+ | Script '' | ||
<code bash slurm-amber-20-cpu.sh> | <code bash slurm-amber-20-cpu.sh> | ||
Linea 32: | Linea 34: | ||
</ | </ | ||
- | Script '' | + | === pmemd.cuda === |
+ | |||
+ | Script '' | ||
<code bash slurm-amber-20-gpu.sh> | <code bash slurm-amber-20-gpu.sh> | ||
Linea 62: | Linea 66: | ||
pmemd.cuda -i test_amber_MD.in -o test-MD.out -p test.prmtop -c test-min.rst -r test-MD.rst -x test-MD.nc -e test-MD.en -inf test-MD.mdinfo -O | pmemd.cuda -i test_amber_MD.in -o test-MD.out -p test.prmtop -c test-min.rst -r test-MD.rst -x test-MD.nc -e test-MD.en -inf test-MD.mdinfo -O | ||
</ | </ | ||
+ | |||
+ | === pdb4amber === | ||
+ | |||
+ | Run the following commands on the login node to open a shell on the compute node: | ||
+ | |||
+ | < | ||
+ | srun \ | ||
+ | --nodes=1 \ | ||
+ | --ntasks-per-node=4 \ | ||
+ | --time=0-01: | ||
+ | --mem=16G \ | ||
+ | --partition=cpu \ | ||
+ | --qos=cpu \ | ||
+ | --constraint=' | ||
+ | --account=< | ||
+ | --pty \ | ||
+ | bash | ||
+ | </ | ||
+ | |||
+ | As usual the argument to the | ||
+ | |||
+ | < | ||
+ | --account=< | ||
+ | </ | ||
+ | |||
+ | option must be the account you intend to use. | ||
+ | |||
+ | On the compute node run a shell within the '' | ||
+ | |||
+ | < | ||
+ | module load apptainer/ | ||
+ | module load amber/ | ||
+ | |||
+ | apptainer shell " | ||
+ | </ | ||
+ | |||
+ | Inside the container run '' | ||
+ | |||
+ | < | ||
+ | pdb4amber | ||
+ | </ | ||
+ | |||
+ | To exit the container run '' | ||
+ | |||
+ | To exit the shell on the compute node run the '' | ||
calcoloscientifico/userguide/amber.1668523352.txt.gz · Ultima modifica: 15/11/2022 15:42 da fabio.spataro