mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
--enable-summit flag
This commit is contained in:
parent
98ea67b636
commit
e4399e3ee1
14
configure.ac
14
configure.ac
@ -136,15 +136,15 @@ case ${ac_SFW_FP16} in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
############### SUMMIT JSRUN
|
############### SUMMIT JSRUN
|
||||||
AC_ARG_ENABLE([jsrun],
|
AC_ARG_ENABLE([summit],
|
||||||
[AC_HELP_STRING([--enable-jsrun=yes|no], [enable IBMs jsrun resource manager for SUMMIT])],
|
[AC_HELP_STRING([--enable-summit=yes|no], [enable IBMs jsrun resource manager for SUMMIT])],
|
||||||
[ac_JSRUN=${enable_jsrun}], [ac_JSRUN=no])
|
[ac_JSRUN=${enable_summit}], [ac_SUMMIT=no])
|
||||||
case ${ac_JSRUN} in
|
case ${ac_SUMMIT} in
|
||||||
|
no);;
|
||||||
yes)
|
yes)
|
||||||
AC_DEFINE([GRID_IBM_SUMMIT],[1],[Let JSRUN manage the GPU device allocation]);;
|
AC_DEFINE([GRID_IBM_SUMMIT],[1],[Let JSRUN manage the GPU device allocation]);;
|
||||||
no);;
|
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR(["JSRUN option not supported ${ac_JSRUN}"]);;
|
AC_DEFINE([GRID_IBM_SUMMIT],[1],[Let JSRUN manage the GPU device allocation]);;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
############### Intel libraries
|
############### Intel libraries
|
||||||
@ -255,7 +255,7 @@ AC_ARG_ENABLE([simd],[AC_HELP_STRING([--enable-simd=code],
|
|||||||
|
|
||||||
AC_ARG_ENABLE([gen-simd-width],
|
AC_ARG_ENABLE([gen-simd-width],
|
||||||
[AS_HELP_STRING([--enable-gen-simd-width=size],
|
[AS_HELP_STRING([--enable-gen-simd-width=size],
|
||||||
[size (in bytes) of the generic SIMD vectors (default: 32)])],
|
[size (in bytes) of the generic SIMD vectors (default: 64)])],
|
||||||
[ac_gen_simd_width=$enable_gen_simd_width],
|
[ac_gen_simd_width=$enable_gen_simd_width],
|
||||||
[ac_gen_simd_width=64])
|
[ac_gen_simd_width=64])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user