File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1515# SBATCH --account="${account}"
1616% endif
1717% if gpu:
18- # SBATCH --gpus-per-node=${tasks_per_node}
19- # SBATCH --mem=64G
20- # SBATCH --gpu-bind=closest
18+ # SBATCH --gpu-bind=verbose,closest
19+ # SBATCH --gres=gpu:v100-16:${tasks_per_node}
2120% endif
2221# SBATCH --output="${name}.out"
2322# SBATCH --error="${name}.err"
3130${helpers.template_prologue ()}
3231
3332ok " :) Loading modules:\n"
34- cd " ${MFC_ROOTDIR } "
33+ cd " ${MFC_ROOT_DIR } "
3534. ./mfc.sh load -c o -m ${' g' if gpu else ' c' }
3635cd - > /dev/null
3736echo
4241 % if not mpi:
4342 (set -x; ${profiler} " ${target.get_install_binpath(case)} " )
4443 % else:
45- (set -x; ${profiler} \
46- mpirun -np ${nodes* tasks_per_node} \
47- ${' ' .join([f"'{x}'" for x in ARG('--') ])} \
44+ (set -x; ${profiler} \
45+ mpirun -np ${nodes* tasks_per_node} \
4846 " ${target.get_install_binpath(case)} " )
4947 % endif
5048
You can’t perform that action at this time.
0 commit comments