admin:compilaciones:namd
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| admin:compilaciones:namd [2025/09/17 14:03] – created joaquintorres | admin:compilaciones:namd [2025/09/17 18:33] (current) – [Versión multinodo] joaquintorres | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== NAMD ====== | ====== NAMD ====== | ||
| + | ===== Versión Multicore ===== | ||
| + | |||
| < | < | ||
| Line 20: | Line 22: | ||
| vim ../ | vim ../ | ||
| ./build charm++ multicore-linux-x86_64 icx -j64 --with-production | ./build charm++ multicore-linux-x86_64 icx -j64 --with-production | ||
| + | cd .. | ||
| + | ./config Linux-x86_64-dpcpp-AOT --charm-arch multicore-linux-x86_64-icx | ||
| cd Linux-x86_64-dpcpp-AOT | cd Linux-x86_64-dpcpp-AOT | ||
| make -j64 # Actualizar los paths de fftw y tcl en los makefiles | make -j64 # Actualizar los paths de fftw y tcl en los makefiles | ||
| + | |||
| + | </ | ||
| + | ===== Versión multinodo ===== | ||
| + | < | ||
| + | ml intel mpi dpl autotools | ||
| + | wget https:// | ||
| + | tar xzf NAMD_2.15alpha3_Source.tar.gz | ||
| + | cd namd | ||
| + | |||
| + | |||
| + | wget http:// | ||
| + | tar xzf tcl8.5.9-linux-x86_64-threaded.tar.gz | ||
| + | ln -s tcl8.5.9-linux-x86_64-threaded tcl | ||
| + | |||
| + | |||
| + | wget http:// | ||
| + | tar xzf fftw-linux-x86_64.tar.gz | ||
| + | ln -s linux-x86_64 fftw | ||
| + | |||
| + | git clone https:// | ||
| + | cd charm | ||
| + | |||
| + | CC=icx; CXX=icpx; F90=ifort; F77=ifort; MPICXX=mpiicpc; | ||
| + | I_MPI_CC=icx; | ||
| + | export I_MPI_CC I_MPI_CXX I_MPI_F90 I_MPI_F77 CC CXX F90 F77 MPICXX MPI_CXX | ||
| + | ./buildold charm++ mpi-linux-x86_64 smp mpicxx --with-production | ||
| + | cd .. | ||
| + | |||
| + | |||
| + | ./config Linux-x86_64-dpcpp-AOT.mpi-smp --charm-arch mpi-linux-x86_64-smp-mpicxx | ||
| + | cd Linux-x86_64-dpcpp-AOT.mpi-smp | ||
| + | make -j64 | ||
| </ | </ | ||
admin/compilaciones/namd.1758117815.txt.gz · Last modified: by joaquintorres
