File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 * reserved.
1515 * Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved.
1616 * Copyright (c) 2011 IBM Corporation. All rights reserved.
17- * Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
17+ * Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
1818 * Copyright (c) 2017 Research Organization for Information Science
1919 * and Technology (RIST). All rights reserved.
2020 * $COPYRIGHT$
5252
5353static int isolated_init (void );
5454static int isolated_launch (orte_job_t * jdata );
55- static int remote_spawn ();
55+ static int remote_spawn (void );
5656static int isolated_terminate_orteds (void );
5757static int isolated_finalize (void );
5858
@@ -95,7 +95,7 @@ static int isolated_init(void)
9595/*
9696 * launch a set of daemons from a remote daemon
9797 */
98- static int remote_spawn ()
98+ static int remote_spawn (void )
9999{
100100 /* unused function in this mode */
101101 return ORTE_SUCCESS ;
Original file line number Diff line number Diff line change 1414 * reserved.
1515 * Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved.
1616 * Copyright (c) 2011-2017 IBM Corporation. All rights reserved.
17- * Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
17+ * Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
1818 * Copyright (c) 2015-2017 Research Organization for Information Science
1919 * and Technology (RIST). All rights reserved.
2020 * $COPYRIGHT$
@@ -784,7 +784,7 @@ static void ssh_child(int argc, char **argv)
784784/*
785785 * launch a set of daemons from a remote daemon
786786 */
787- static int remote_spawn ()
787+ static int remote_spawn (void )
788788{
789789 int node_name_index1 ;
790790 int proc_vpid_index ;
You can’t perform that action at this time.
0 commit comments