Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:namd:caviness [2024-03-19 09:47] – [Batch job] anita | software:namd:caviness [2024-05-12 15:25] (current) – [Scaling] bkang | ||
---|---|---|---|
Line 30: | Line 30: | ||
<note tip>It is always a good idea to periodically check if the templates in ''/ | <note tip>It is always a good idea to periodically check if the templates in ''/ | ||
+ | |||
+ | ===== Scaling ===== | ||
+ | |||
+ | Using ApoA1 as an example, the scaling results are presented. The performance improved with increasing CPU and GPU numbers. | ||
+ | |||
+ | <code bash> | ||
+ | vpkg_require namd/3.0b3 | ||
+ | charmrun namd3 +p$SLURM_NTASKS | ||
+ | </ | ||
+ | {{: | ||
+ | |||
+ | <code bash> | ||
+ | vpkg_require namd/ | ||
+ | charmrun namd3 +idlepoll +p$SLURM_CPUS_PER_TASK +devices $CUDA_VISIBLE_DEVICES apoa1.namd > apoa1.log | ||
+ | </ | ||
+ | {{: | ||
+ | {{: |