2c64ab562e
* Add a platform spec for using the portals reference implementation's RTE instead of our own to make local testing easier. * Add a cnos rmgr component so that 1) we don't have to build nearly as many components (no need for ras,rds,pls,etc.) and 2) calls to MPI_ABORT() won't print error messages about not being able to contact the daemon. Still need to fill in some of the terminate stuff with calls from cnos, but will come in time. * Make gpr_null use the base code for creating value and keyval structures so that we don't segfault in ompi_mpi_init(). This commit was SVN r9510.
22 строки
951 B
Plaintext
22 строки
951 B
Plaintext
# NOTE: This is not for use with MPIRUN, but for testing with the portals utcp
|
|
# RTE, to closely match the real machine's setup. You need a number of env
|
|
# variables set for each process before you even *think* of starting to use
|
|
# the results of this configure script.
|
|
enable_f77=no
|
|
enable_io_romio=no
|
|
with_threads=posix
|
|
enable_pretty_print_stacktrace=yes
|
|
enable_dlopen=no
|
|
with_portals_config=utcp
|
|
with_memory_manager=no
|
|
enable_heterogeneous=no
|
|
enable_mca_no_build=maffinity-first_use,maffinity-libnuma,paffinity-linux,timer-linux,gpr-proxy,gpr-replica,rml-oob,btl-sm,mpool-sm,btl-self,ns-proxy,rds-resfile,rds-hostfile,sds-env,sds-pipe,sds-seed,sds-singleton,coll-hierarch,coll-sm,pml-dr,btl-tcp,oob-tcp,ras-dash_host,ras-hostfile,ras-localhost,rmaps-round_robin,rmgr-urm,rmgr-proxy,pls-fork,pls-rsh,common-sm,iof-svc
|
|
with_memory_manager=no
|
|
with_slurm=no
|
|
with_bproc=no
|
|
with_mvapi=no
|
|
with_openib=no
|
|
with_gm=no
|
|
with_rml_cnos=utcp
|
|
with_rmgr_cnos=utcp
|