admin:compilaciones:amber
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| admin:compilaciones:amber [2025/08/29 14:05] – joaquintorres | admin:compilaciones:amber [2025/09/05 20:38] (current) – [Amber20 - SYCL] joaquintorres | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| Me hinché y repetí los pasos con GNU / gnu12, funciona mejor que con Intel 2023. | Me hinché y repetí los pasos con GNU / gnu12, funciona mejor que con Intel 2023. | ||
| + | |||
| + | Es **clave** correr make install en lugar de make -j o make, aparentemente evita problemas de paralelización. | ||
| ==== Problemas ==== | ==== Problemas ==== | ||
| Line 56: | Line 58: | ||
| tar xvf Amber20_SYCL_patch_2024-02-05.tar.bz2 | tar xvf Amber20_SYCL_patch_2024-02-05.tar.bz2 | ||
| cd build | cd build | ||
| - | ml intel/ | + | ml intel/ |
| ./run_cmake | ./run_cmake | ||
| make install | make install | ||
| </ | </ | ||
| + | |||
| + | Si falla por flags de C++17, hay que editar los archivos | ||
| + | * src/ | ||
| + | * src/ | ||
| + | * src/ | ||
| + | * src/ | ||
| + | |||
| + | < | ||
| + | CXX_FLAGS = -O0 -fsycl -std=c++17 -O0 -fsycl -std=c++17 -std=gnu++11 | ||
| + | </ | ||
| + | por | ||
| + | < | ||
| + | CXX_FLAGS = -O0 -fsycl -std=c++17 -O0 -fsycl -std=c++17 | ||
| + | </ | ||
| + | |||
admin/compilaciones/amber.1756476339.txt.gz · Last modified: by joaquintorres
