command 50 ompi/mpi/c/comm_spawn.c int MPI_Comm_spawn(const char *command, char *argv[], int maxprocs, MPI_Info info, command 88 ompi/mpi/c/comm_spawn.c if ( NULL == command ) { command 129 ompi/mpi/c/comm_spawn.c if (OMPI_SUCCESS != (rc = ompi_dpm_spawn (1, &command, &argv, &maxprocs, command 132 ompi/mpi/cxx/intracomm.h virtual Intercomm Spawn(const char* command, const char* argv[], command 135 ompi/mpi/cxx/intracomm.h virtual Intercomm Spawn(const char* command, const char* argv[], command 154 ompi/mpi/cxx/intracomm_inln.h MPI::Intracomm::Spawn(const char* command, const char* argv[], command 159 ompi/mpi/cxx/intracomm_inln.h (void) MPI_Comm_spawn(const_cast<char *>(command), const_cast<char **>(argv), maxprocs, command 167 ompi/mpi/cxx/intracomm_inln.h MPI::Intracomm::Spawn(const char* command, const char* argv[], command 172 ompi/mpi/cxx/intracomm_inln.h (void) MPI_Comm_spawn(const_cast<char *>(command), const_cast<char **>(argv), maxprocs, command 44 ompi/mpi/fortran/mpif-h/comm_spawn_f.c (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_len, int string_len), command 45 ompi/mpi/fortran/mpif-h/comm_spawn_f.c (command, argv, maxprocs, info, root, comm, intercomm, array_of_errcodes, ierr, cmd_len, string_len) ) command 64 ompi/mpi/fortran/mpif-h/comm_spawn_f.c (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_len, int string_len), command 65 ompi/mpi/fortran/mpif-h/comm_spawn_f.c (command, argv, maxprocs, info, root, comm, intercomm, array_of_errcodes, ierr, cmd_len, string_len) ) command 72 ompi/mpi/fortran/mpif-h/comm_spawn_f.c void ompi_comm_spawn_f(char *command, char *argv, MPI_Fint *maxprocs, command 88 ompi/mpi/fortran/mpif-h/comm_spawn_f.c ompi_fortran_string_f2c(command, cmd_len, &c_command); command 150 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_spawn, mpi_comm_spawn, MPI_COMM_SPAWN, (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int command_len, int argv_len)); command 2166 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_spawn_f(command,argv,maxprocs,info,root,comm, & command 2171 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h CHARACTER(KIND=C_CHAR), DIMENSION(*), INTENT(IN) :: command, argv command 2231 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_spawn(command, argv, maxprocs, info, root, & command 2233 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h character(len=*), intent(in) :: command command 2233 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_spawn(command, argv, maxprocs, info, root, & command 2235 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h character(len=*), intent(in) :: command command 433 ompi/mpi/java/c/mpi_Intracomm.c const char* command = (*env)->GetStringUTFChars(env, jCommand, NULL); command 458 ompi/mpi/java/c/mpi_Intracomm.c rc = MPI_Comm_spawn((char*)command, argv, maxprocs, (MPI_Info)info, command 480 ompi/mpi/java/c/mpi_Intracomm.c (*env)->ReleaseStringUTFChars(env, jCommand, command); command 837 ompi/mpi/java/java/Intracomm.java public final Intercomm spawn(String command, String[] argv, int maxprocs, command 843 ompi/mpi/java/java/Intracomm.java return new Intercomm(spawn(handle, command, argv, maxprocs, command 847 ompi/mpi/java/java/Intracomm.java private native long spawn(long comm, String command, String[] argv, command 949 opal/mca/btl/usnic/btl_usnic_cagent.c int32_t command; command 953 opal/mca/btl/usnic/btl_usnic_cagent.c command = -1; command 954 opal/mca/btl/usnic/btl_usnic_cagent.c int ret = opal_fd_read(fd, sizeof(command), &command); command 965 opal/mca/btl/usnic/btl_usnic_cagent.c assert(CONNECTIVITY_AGENT_CMD_LISTEN == command || command 966 opal/mca/btl/usnic/btl_usnic_cagent.c CONNECTIVITY_AGENT_CMD_PING == command || command 967 opal/mca/btl/usnic/btl_usnic_cagent.c CONNECTIVITY_AGENT_CMD_UNLISTEN == command); command 969 opal/mca/btl/usnic/btl_usnic_cagent.c switch (command) { command 629 opal/tools/opal-restart/opal-restart.c char *command = NULL; command 648 opal/tools/opal-restart/opal-restart.c opal_asprintf(&command, "env | grep OMPI_ > %s", proc_file); command 651 opal/tools/opal-restart/opal-restart.c "post_env_vars: Execute: <%s>", command); command 653 opal/tools/opal-restart/opal-restart.c ret = system(command); command 672 opal/tools/opal-restart/opal-restart.c if( NULL != command ) { command 673 opal/tools/opal-restart/opal-restart.c free(command); command 674 opal/tools/opal-restart/opal-restart.c command = NULL; command 676 opal/tools/opal-restart/opal-restart.c opal_asprintf(&command, "mkdir -p %s", loc_mkdir[i]); command 679 opal/tools/opal-restart/opal-restart.c "post_env_vars: Execute: <%s>", command); command 681 opal/tools/opal-restart/opal-restart.c ret = system(command); command 697 opal/tools/opal-restart/opal-restart.c if( NULL != command ) { command 698 opal/tools/opal-restart/opal-restart.c free(command); command 699 opal/tools/opal-restart/opal-restart.c command = NULL; command 701 opal/tools/opal-restart/opal-restart.c opal_asprintf(&command, "touch %s", loc_touch[i]); command 704 opal/tools/opal-restart/opal-restart.c "post_env_vars: Execute: <%s>", command); command 706 opal/tools/opal-restart/opal-restart.c ret = system(command); command 717 opal/tools/opal-restart/opal-restart.c if( NULL != command) { command 718 opal/tools/opal-restart/opal-restart.c free(command); command 719 opal/tools/opal-restart/opal-restart.c command = NULL; command 639 orte/mca/ess/base/ess_base_std_orted.c orte_daemon_cmd_flag_t command=ORTE_DAEMON_SIGNAL_LOCAL_PROCS; command 651 orte/mca/ess/base/ess_base_std_orted.c if (ORTE_SUCCESS != (rc = opal_dss.pack(cmd, &command, 1, ORTE_DAEMON_CMD))) { command 127 orte/mca/filem/base/filem_base_receive.c orte_filem_cmd_flag_t command; command 136 orte/mca/filem/base/filem_base_receive.c if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &command, &count, ORTE_FILEM_CMD))) { command 141 orte/mca/filem/base/filem_base_receive.c switch (command) { command 262 orte/mca/grpcomm/direct/grpcomm_direct.c orte_daemon_cmd_flag_t command = ORTE_DAEMON_NULL_CMD; command 377 orte/mca/grpcomm/direct/grpcomm_direct.c if (ORTE_SUCCESS == (ret = opal_dss.unpack(data, &command, &cnt, ORTE_DAEMON_CMD))) { command 380 orte/mca/grpcomm/direct/grpcomm_direct.c if (ORTE_DAEMON_EXIT_CMD == command || command 381 orte/mca/grpcomm/direct/grpcomm_direct.c ORTE_DAEMON_HALT_VM_CMD == command) { command 383 orte/mca/grpcomm/direct/grpcomm_direct.c if (ORTE_DAEMON_HALT_VM_CMD == command) { command 390 orte/mca/grpcomm/direct/grpcomm_direct.c if (OPAL_SUCCESS != (ret = opal_dss.pack(relay, &command, 1, ORTE_DAEMON_CMD))) { command 395 orte/mca/grpcomm/direct/grpcomm_direct.c } else if (ORTE_DAEMON_ADD_LOCAL_PROCS == command || command 396 orte/mca/grpcomm/direct/grpcomm_direct.c ORTE_DAEMON_DVM_NIDMAP_CMD == command || command 397 orte/mca/grpcomm/direct/grpcomm_direct.c ORTE_DAEMON_DVM_ADD_PROCS == command) { command 401 orte/mca/grpcomm/direct/grpcomm_direct.c if (OPAL_SUCCESS != (ret = opal_dss.pack(relay, &command, 1, ORTE_DAEMON_CMD))) { command 499 orte/mca/grpcomm/direct/grpcomm_direct.c if (OPAL_SUCCESS != (ret = opal_dss.pack(relay, &command, 1, ORTE_DAEMON_CMD))) { command 586 orte/mca/grpcomm/direct/grpcomm_direct.c if (ORTE_DAEMON_DVM_NIDMAP_CMD != command) { command 137 orte/mca/plm/base/plm_base_launch_support.c orte_daemon_cmd_flag_t command = ORTE_DAEMON_PASS_NODE_INFO_CMD; command 187 orte/mca/plm/base/plm_base_launch_support.c if (ORTE_SUCCESS != (rc = opal_dss.pack(&buf, &command, 1, ORTE_DAEMON_CMD))) { command 593 orte/mca/plm/base/plm_base_launch_support.c orte_daemon_cmd_flag_t command; command 616 orte/mca/plm/base/plm_base_launch_support.c command = ORTE_DAEMON_DVM_ADD_PROCS; command 618 orte/mca/plm/base/plm_base_launch_support.c command = ORTE_DAEMON_ADD_LOCAL_PROCS; command 620 orte/mca/plm/base/plm_base_launch_support.c if (ORTE_SUCCESS != (rc = opal_dss.pack(&jdata->launch_msg, &command, 1, ORTE_DAEMON_CMD))) { command 70 orte/mca/plm/base/plm_base_orted_cmds.c int orte_plm_base_orted_exit(orte_daemon_cmd_flag_t command) command 83 orte/mca/plm/base/plm_base_orted_cmds.c cmmnd = command; command 156 orte/mca/plm/base/plm_base_orted_cmds.c orte_daemon_cmd_flag_t command=ORTE_DAEMON_KILL_LOCAL_PROCS; command 167 orte/mca/plm/base/plm_base_orted_cmds.c if (ORTE_SUCCESS != (rc = opal_dss.pack(cmd, &command, 1, ORTE_DAEMON_CMD))) { command 206 orte/mca/plm/base/plm_base_orted_cmds.c orte_daemon_cmd_flag_t command=ORTE_DAEMON_SIGNAL_LOCAL_PROCS; command 216 orte/mca/plm/base/plm_base_orted_cmds.c if (ORTE_SUCCESS != (rc = opal_dss.pack(&cmd, &command, 1, ORTE_DAEMON_CMD))) { command 128 orte/mca/plm/base/plm_base_receive.c orte_plm_cmd_flag_t command; command 151 orte/mca/plm/base/plm_base_receive.c if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &command, &count, ORTE_PLM_CMD))) { command 156 orte/mca/plm/base/plm_base_receive.c switch (command) { command 100 orte/mca/plm/base/plm_private.h ORTE_DECLSPEC int orte_plm_base_orted_exit(orte_daemon_cmd_flag_t command); command 354 orte/mca/snapc/base/snapc_base_fns.c orte_snapc_cmd_flag_t command; command 362 orte/mca/snapc/base/snapc_base_fns.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &n, ORTE_SNAPC_CMD))) { command 371 orte/mca/snapc/base/snapc_base_fns.c if (ORTE_SNAPC_GLOBAL_INIT_CMD == command) { command 635 orte/mca/snapc/base/snapc_base_fns.c orte_snapc_cmd_flag_t command = ORTE_SNAPC_GLOBAL_UPDATE_CMD; command 683 orte/mca/snapc/base/snapc_base_fns.c if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &command, 1, ORTE_SNAPC_CMD)) ) { command 108 orte/mca/snapc/full/snapc_full_app.c orte_snapc_full_cmd_flag_t command = ORTE_SNAPC_FULL_REQUEST_OP_CMD; command 166 orte/mca/snapc/full/snapc_full_app.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_FULL_CMD))) { command 208 orte/mca/snapc/full/snapc_full_app.c orte_snapc_full_cmd_flag_t command = ORTE_SNAPC_FULL_REQUEST_OP_CMD; command 237 orte/mca/snapc/full/snapc_full_app.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_FULL_CMD))) { command 282 orte/mca/snapc/full/snapc_full_app.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SNAPC_FULL_CMD))) { command 803 orte/mca/snapc/full/snapc_full_app.c orte_snapc_cmd_flag_t command = ORTE_SNAPC_LOCAL_FINISH_CMD; command 807 orte/mca/snapc/full/snapc_full_app.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_CMD))) { command 1213 orte/mca/snapc/full/snapc_full_app.c orte_snapc_cmd_flag_t command = ORTE_SNAPC_LOCAL_UPDATE_CMD; command 1217 orte/mca/snapc/full/snapc_full_app.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_CMD))) { command 1262 orte/mca/snapc/full/snapc_full_app.c orte_snapc_full_cmd_flag_t command = ORTE_SNAPC_FULL_REQUEST_OP_CMD; command 1351 orte/mca/snapc/full/snapc_full_app.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_FULL_CMD))) { command 1509 orte/mca/snapc/full/snapc_full_app.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SNAPC_FULL_CMD))) { command 1574 orte/mca/snapc/full/snapc_full_app.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SNAPC_FULL_CMD))) { command 954 orte/mca/snapc/full/snapc_full_global.c orte_snapc_cmd_flag_t command; command 976 orte/mca/snapc/full/snapc_full_global.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SNAPC_CMD))) { command 984 orte/mca/snapc/full/snapc_full_global.c if (ORTE_SNAPC_GLOBAL_INIT_CMD == command) { command 987 orte/mca/snapc/full/snapc_full_global.c command)); command 1053 orte/mca/snapc/full/snapc_full_global.c else if (ORTE_SNAPC_GLOBAL_TERM_CMD == command) { command 1056 orte/mca/snapc/full/snapc_full_global.c command)); command 1066 orte/mca/snapc/full/snapc_full_global.c command)); command 1087 orte/mca/snapc/full/snapc_full_global.c orte_snapc_full_cmd_flag_t command; command 1107 orte/mca/snapc/full/snapc_full_global.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SNAPC_FULL_CMD))) { command 1114 orte/mca/snapc/full/snapc_full_global.c switch (command) { command 1173 orte/mca/snapc/full/snapc_full_global.c orte_snapc_full_cmd_flag_t command = ORTE_SNAPC_FULL_REQUEST_OP_CMD; command 1234 orte/mca/snapc/full/snapc_full_global.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_FULL_CMD))) { command 1285 orte/mca/snapc/full/snapc_full_global.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_FULL_CMD))) { command 1427 orte/mca/snapc/full/snapc_full_global.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_FULL_CMD))) { command 2116 orte/mca/snapc/full/snapc_full_global.c orte_snapc_full_cmd_flag_t command; command 2130 orte/mca/snapc/full/snapc_full_global.c command = ORTE_SNAPC_FULL_UPDATE_JOB_STATE_QUICK_CMD; command 2132 orte/mca/snapc/full/snapc_full_global.c command = ORTE_SNAPC_FULL_UPDATE_JOB_STATE_CMD; command 2135 orte/mca/snapc/full/snapc_full_global.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_FULL_CMD))) { command 434 orte/mca/snapc/full/snapc_full_local.c orte_snapc_cmd_flag_t command; command 457 orte/mca/snapc/full/snapc_full_local.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SNAPC_CMD))) { command 462 orte/mca/snapc/full/snapc_full_local.c if( ORTE_SNAPC_LOCAL_UPDATE_CMD != command && command 463 orte/mca/snapc/full/snapc_full_local.c ORTE_SNAPC_LOCAL_FINISH_CMD != command ) { command 466 orte/mca/snapc/full/snapc_full_local.c ORTE_SNAPC_LOCAL_UPDATE_CMD, command)); command 470 orte/mca/snapc/full/snapc_full_local.c if( ORTE_SNAPC_LOCAL_UPDATE_CMD == command ) { command 544 orte/mca/snapc/full/snapc_full_local.c else if( ORTE_SNAPC_LOCAL_FINISH_CMD == command ) { command 626 orte/mca/snapc/full/snapc_full_local.c orte_snapc_full_cmd_flag_t command = ORTE_SNAPC_FULL_RESTART_PROC_INFO; command 656 orte/mca/snapc/full/snapc_full_local.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_FULL_CMD))) { command 710 orte/mca/snapc/full/snapc_full_local.c orte_snapc_full_cmd_flag_t command; command 728 orte/mca/snapc/full/snapc_full_local.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SNAPC_FULL_CMD))) { command 733 orte/mca/snapc/full/snapc_full_local.c switch (command) { command 1303 orte/mca/snapc/full/snapc_full_local.c orte_snapc_full_cmd_flag_t command; command 1311 orte/mca/snapc/full/snapc_full_local.c command = ORTE_SNAPC_FULL_UPDATE_ORTED_STATE_QUICK_CMD; command 1313 orte/mca/snapc/full/snapc_full_local.c command = ORTE_SNAPC_FULL_UPDATE_ORTED_STATE_CMD; command 1315 orte/mca/snapc/full/snapc_full_local.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SNAPC_FULL_CMD))) { command 442 orte/mca/sstore/central/sstore_central_app.c orte_sstore_central_cmd_flag_t command; command 452 orte/mca/sstore/central/sstore_central_app.c command = ORTE_SSTORE_CENTRAL_PULL; command 453 orte/mca/sstore/central/sstore_central_app.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SSTORE_CENTRAL_CMD))) { command 491 orte/mca/sstore/central/sstore_central_app.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SSTORE_CENTRAL_CMD))) { command 560 orte/mca/sstore/central/sstore_central_app.c orte_sstore_central_cmd_flag_t command; command 564 orte/mca/sstore/central/sstore_central_app.c command = ORTE_SSTORE_CENTRAL_PUSH; command 565 orte/mca/sstore/central/sstore_central_app.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SSTORE_CENTRAL_CMD))) { command 825 orte/mca/sstore/central/sstore_central_global.c orte_sstore_central_cmd_flag_t command; command 851 orte/mca/sstore/central/sstore_central_global.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SSTORE_CENTRAL_CMD))) { command 872 orte/mca/sstore/central/sstore_central_global.c if( ORTE_SSTORE_CENTRAL_PULL == command ) { command 875 orte/mca/sstore/central/sstore_central_global.c else if( ORTE_SSTORE_CENTRAL_PUSH == command ) { command 887 orte/mca/sstore/central/sstore_central_global.c orte_sstore_central_cmd_flag_t command; command 894 orte/mca/sstore/central/sstore_central_global.c command = ORTE_SSTORE_CENTRAL_PUSH; command 895 orte/mca/sstore/central/sstore_central_global.c if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &command, 1, ORTE_SSTORE_CENTRAL_CMD))) { command 472 orte/mca/sstore/central/sstore_central_local.c orte_sstore_central_cmd_flag_t command; command 486 orte/mca/sstore/central/sstore_central_local.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SSTORE_CENTRAL_CMD))) { command 507 orte/mca/sstore/central/sstore_central_local.c if( ORTE_SSTORE_CENTRAL_PULL == command ) { command 514 orte/mca/sstore/central/sstore_central_local.c else if( ORTE_SSTORE_CENTRAL_PUSH == command ) { command 712 orte/mca/sstore/central/sstore_central_local.c orte_sstore_central_cmd_flag_t command; command 725 orte/mca/sstore/central/sstore_central_local.c command = ORTE_SSTORE_CENTRAL_PUSH; command 726 orte/mca/sstore/central/sstore_central_local.c if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &command, 1, ORTE_SSTORE_CENTRAL_CMD))) { command 854 orte/mca/sstore/central/sstore_central_local.c orte_sstore_central_cmd_flag_t command; command 872 orte/mca/sstore/central/sstore_central_local.c command = ORTE_SSTORE_CENTRAL_PULL; command 873 orte/mca/sstore/central/sstore_central_local.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SSTORE_CENTRAL_CMD))) { command 909 orte/mca/sstore/central/sstore_central_local.c orte_sstore_central_cmd_flag_t command; command 916 orte/mca/sstore/central/sstore_central_local.c command = ORTE_SSTORE_CENTRAL_PUSH; command 917 orte/mca/sstore/central/sstore_central_local.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SSTORE_CENTRAL_CMD))) { command 122 orte/mca/sstore/stage/sstore_stage.h orte_sstore_stage_cmd_flag_t command, command 431 orte/mca/sstore/stage/sstore_stage_app.c orte_sstore_stage_cmd_flag_t command; command 441 orte/mca/sstore/stage/sstore_stage_app.c command = ORTE_SSTORE_STAGE_PULL; command 442 orte/mca/sstore/stage/sstore_stage_app.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SSTORE_STAGE_CMD))) { command 480 orte/mca/sstore/stage/sstore_stage_app.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SSTORE_STAGE_CMD))) { command 541 orte/mca/sstore/stage/sstore_stage_app.c orte_sstore_stage_cmd_flag_t command; command 545 orte/mca/sstore/stage/sstore_stage_app.c command = ORTE_SSTORE_STAGE_PUSH; command 546 orte/mca/sstore/stage/sstore_stage_app.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SSTORE_STAGE_CMD))) { command 1020 orte/mca/sstore/stage/sstore_stage_global.c orte_sstore_stage_cmd_flag_t command; command 1034 orte/mca/sstore/stage/sstore_stage_global.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SSTORE_STAGE_CMD))) { command 1057 orte/mca/sstore/stage/sstore_stage_global.c orte_sstore_stage_local_process_cmd_action(sender, command, loc_id, buffer); command 1071 orte/mca/sstore/stage/sstore_stage_global.c (ORTE_SSTORE_STAGE_PULL == command ? "Pull" : command 1072 orte/mca/sstore/stage/sstore_stage_global.c (ORTE_SSTORE_STAGE_PUSH == command ? "Push" : command 1073 orte/mca/sstore/stage/sstore_stage_global.c (ORTE_SSTORE_STAGE_REMOVE == command ? "Remove" : command 1074 orte/mca/sstore/stage/sstore_stage_global.c (ORTE_SSTORE_STAGE_DONE == command ? "Done" : "Unknown")))) )); command 1079 orte/mca/sstore/stage/sstore_stage_global.c if( ORTE_SSTORE_STAGE_PULL == command ) { command 1082 orte/mca/sstore/stage/sstore_stage_global.c else if( ORTE_SSTORE_STAGE_PUSH == command ) { command 1085 orte/mca/sstore/stage/sstore_stage_global.c else if( ORTE_SSTORE_STAGE_REMOVE == command ) { command 1087 orte/mca/sstore/stage/sstore_stage_global.c orte_sstore_stage_local_process_cmd_action(sender, command, loc_id, buffer); command 1089 orte/mca/sstore/stage/sstore_stage_global.c else if( ORTE_SSTORE_STAGE_DONE == command ) { command 1101 orte/mca/sstore/stage/sstore_stage_global.c orte_sstore_stage_cmd_flag_t command; command 1108 orte/mca/sstore/stage/sstore_stage_global.c command = ORTE_SSTORE_STAGE_PUSH; command 1109 orte/mca/sstore/stage/sstore_stage_global.c if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &command, 1, ORTE_SSTORE_STAGE_CMD))) { command 1522 orte/mca/sstore/stage/sstore_stage_global.c orte_sstore_stage_cmd_flag_t command; command 1529 orte/mca/sstore/stage/sstore_stage_global.c command = ORTE_SSTORE_STAGE_REMOVE; command 1530 orte/mca/sstore/stage/sstore_stage_global.c if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &command, 1, ORTE_SSTORE_STAGE_CMD))) { command 1073 orte/mca/sstore/stage/sstore_stage_local.c orte_sstore_stage_cmd_flag_t command; command 1086 orte/mca/sstore/stage/sstore_stage_local.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SSTORE_STAGE_CMD))) { command 1097 orte/mca/sstore/stage/sstore_stage_local.c orte_sstore_stage_local_process_cmd_action(sender, command, loc_id, buffer); command 1104 orte/mca/sstore/stage/sstore_stage_local.c orte_sstore_stage_cmd_flag_t command, command 1120 orte/mca/sstore/stage/sstore_stage_local.c (ORTE_SSTORE_STAGE_PULL == command ? "Pull" : command 1121 orte/mca/sstore/stage/sstore_stage_local.c (ORTE_SSTORE_STAGE_PUSH == command ? "Push" : command 1122 orte/mca/sstore/stage/sstore_stage_local.c (ORTE_SSTORE_STAGE_REMOVE == command ? "Remove" : command 1123 orte/mca/sstore/stage/sstore_stage_local.c (ORTE_SSTORE_STAGE_DONE == command ? "Done" : "Unknown")))) )); command 1128 orte/mca/sstore/stage/sstore_stage_local.c if( ORTE_SSTORE_STAGE_PULL == command ) { command 1135 orte/mca/sstore/stage/sstore_stage_local.c else if( ORTE_SSTORE_STAGE_PUSH == command ) { command 1142 orte/mca/sstore/stage/sstore_stage_local.c else if( ORTE_SSTORE_STAGE_REMOVE == command ) { command 1249 orte/mca/sstore/stage/sstore_stage_local.c orte_sstore_stage_cmd_flag_t command; command 1295 orte/mca/sstore/stage/sstore_stage_local.c command = ORTE_SSTORE_STAGE_DONE; command 1296 orte/mca/sstore/stage/sstore_stage_local.c if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &command, 1, ORTE_SSTORE_STAGE_CMD))) { command 1349 orte/mca/sstore/stage/sstore_stage_local.c orte_sstore_stage_cmd_flag_t command; command 1362 orte/mca/sstore/stage/sstore_stage_local.c command = ORTE_SSTORE_STAGE_PUSH; command 1363 orte/mca/sstore/stage/sstore_stage_local.c if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &command, 1, ORTE_SSTORE_STAGE_CMD))) { command 1646 orte/mca/sstore/stage/sstore_stage_local.c orte_sstore_stage_cmd_flag_t command; command 1664 orte/mca/sstore/stage/sstore_stage_local.c command = ORTE_SSTORE_STAGE_PULL; command 1665 orte/mca/sstore/stage/sstore_stage_local.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SSTORE_STAGE_CMD))) { command 1701 orte/mca/sstore/stage/sstore_stage_local.c orte_sstore_stage_cmd_flag_t command; command 1708 orte/mca/sstore/stage/sstore_stage_local.c command = ORTE_SSTORE_STAGE_PUSH; command 1709 orte/mca/sstore/stage/sstore_stage_local.c if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &command, 1, ORTE_SSTORE_STAGE_CMD))) { command 91 orte/orted/orted_comm.c static char *get_orted_comm_cmd_str(int command); command 99 orte/orted/orted_comm.c orte_daemon_cmd_flag_t command; command 134 orte/orted/orted_comm.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &n, ORTE_DAEMON_CMD))) { command 139 orte/orted/orted_comm.c cmd_str = get_orted_comm_cmd_str(command); command 147 orte/orted/orted_comm.c switch(command) { command 456 orte/orted/orted_comm.c command = ORTE_DAEMON_HALT_VM_CMD; command 457 orte/orted/orted_comm.c opal_dss.pack(answer, &command, 1, ORTE_DAEMON_CMD); command 1121 orte/orted/orted_comm.c command = ORTE_DAEMON_TOP_CMD; command 1122 orte/orted/orted_comm.c if (ORTE_SUCCESS != (ret = opal_dss.pack(relay_msg, &command, 1, ORTE_DAEMON_CMD))) { command 1172 orte/orted/orted_comm.c command = ORTE_DAEMON_TOP_CMD; command 1173 orte/orted/orted_comm.c if (ORTE_SUCCESS != (ret = opal_dss.pack(relay_msg, &command, 1, ORTE_DAEMON_CMD))) { command 1385 orte/orted/orted_comm.c static char *get_orted_comm_cmd_str(int command) command 1387 orte/orted/orted_comm.c switch(command) { command 3218 orte/orted/orted_submit.c orte_daemon_cmd_flag_t command = ORTE_DAEMON_GET_STACK_TRACES; command 3231 orte/orted/orted_submit.c if (ORTE_SUCCESS != (rc = opal_dss.pack(buffer, &command, 1, ORTE_DAEMON_CMD))) { command 3347 orte/orted/orted_submit.c orte_daemon_cmd_flag_t command = ORTE_DAEMON_GET_MEMPROFILE; command 3362 orte/orted/orted_submit.c if (ORTE_SUCCESS != (rc = opal_dss.pack(buffer, &command, 1, ORTE_DAEMON_CMD))) { command 113 orte/orted/pmix/pmix_server_dyn.c orte_plm_cmd_flag_t command; command 129 orte/orted/pmix/pmix_server_dyn.c command = ORTE_PLM_LAUNCH_JOB_CMD; command 130 orte/orted/pmix/pmix_server_dyn.c if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &command, 1, ORTE_PLM_CMD))) { command 182 orte/runtime/orte_data_server.c uint8_t command; command 212 orte/runtime/orte_data_server.c if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &command, &count, OPAL_UINT8))) { command 225 orte/runtime/orte_data_server.c switch(command) { command 303 orte/tools/orte-clean/orte-clean.c char command[] = ORTE_CLEAN_PS_CMD; command 304 orte/tools/orte-clean/orte-clean.c if (0 == strcmp("unknown", command)) { command 335 orte/tools/orte-clean/orte-clean.c psfile = popen(command, "r"); command 262 orte/util/comm/comm.c orte_daemon_cmd_flag_t command = ORTE_DAEMON_REPORT_JOB_INFO_CMD; command 272 orte/util/comm/comm.c if (ORTE_SUCCESS != (ret = opal_dss.pack(cmd, &command, 1, ORTE_DAEMON_CMD))) { command 370 orte/util/comm/comm.c orte_daemon_cmd_flag_t command = ORTE_DAEMON_REPORT_NODE_INFO_CMD; command 380 orte/util/comm/comm.c if (ORTE_SUCCESS != (ret = opal_dss.pack(cmd, &command, 1, ORTE_DAEMON_CMD))) { command 481 orte/util/comm/comm.c orte_daemon_cmd_flag_t command = ORTE_DAEMON_REPORT_PROC_INFO_CMD; command 492 orte/util/comm/comm.c if (ORTE_SUCCESS != (ret = opal_dss.pack(cmd, &command, 1, ORTE_DAEMON_CMD))) { command 634 orte/util/comm/comm.c orte_daemon_cmd_flag_t command; command 647 orte/util/comm/comm.c command = ORTE_DAEMON_SPAWN_JOB_CMD; command 648 orte/util/comm/comm.c if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &command, 1, ORTE_DAEMON_CMD))) { command 713 orte/util/comm/comm.c orte_daemon_cmd_flag_t command; command 727 orte/util/comm/comm.c command = ORTE_DAEMON_TERMINATE_JOB_CMD; command 728 orte/util/comm/comm.c if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &command, 1, ORTE_DAEMON_CMD))) { command 786 orte/util/comm/comm.c orte_daemon_cmd_flag_t command; command 798 orte/util/comm/comm.c command = ORTE_DAEMON_HALT_VM_CMD; command 799 orte/util/comm/comm.c if (ORTE_SUCCESS != (rc = opal_dss.pack(buf, &command, 1, ORTE_DAEMON_CMD))) {