You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though flux should be used, there are Slurm wrappers. One can get on a node via salloc -p pdebug -N 1 -t 01:00:00 and use srun later (with some minor changes, documented below).
Need to make sure that the cmake patch doesn't break Frontier cases
The modules need to be added to ./mfc.sh load config
For the computer mako file, we require the addition of LD_LIBRARY_PATH=$CRAY_LD_LIBRARY_PATH:$LD_LIBRARY_PATH after the MPICH_GPU statement. We also need = signs in srun, so:
% if engine == 'interactive': --nodes=${nodes} --ntasks-per-node=${tasks_per_node} \ --cpus-per-task=7 \ % if gpu: --gpus-per-task=1 --gpu-bind=closest \
For LLNL Tioga MI250X nodes.
Though
flux
should be used, there are Slurm wrappers. One can get on a node viasalloc -p pdebug -N 1 -t 01:00:00
and usesrun
later (with some minor changes, documented below).Modules
which requires an unloading of
cray-libsci
for some reason.We need the
CMakeLists.txt
patch for MI250X:Tioga require s
at build time
./mfc.sh load
configLD_LIBRARY_PATH=$CRAY_LD_LIBRARY_PATH:$LD_LIBRARY_PATH
after theMPICH_GPU
statement. We also need=
signs insrun
, so:in
toolchain/templates/tioga.mako
The text was updated successfully, but these errors were encountered: