Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions mpigraph-1.6/mpiBench/crunch_mpiBench
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
use warnings;
use strict;

# Copyright (c) 2007-2008, Lawrence Livermore National Security (LLNS), LLC
Expand All @@ -13,15 +14,15 @@ use strict;
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright notice, this
# * Redistributions of source code must retain the above copyright notice, this
# list of conditions and the disclaimer below.
# * Redistributions in binary form must reproduce the above copyright notice,
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the disclaimer (as noted below) in the documentation
# and/or other materials provided with the distribution.
# * Neither the name of the LLNL nor the names of its contributors may be used to
# * Neither the name of the LLNL nor the names of its contributors may be used to
# endorse or promote products derived from this software without specific prior
# written permission.
# *
# *
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Expand Down
11 changes: 6 additions & 5 deletions mpigraph-1.6/mpiGraph/crunch_mpiGraph
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/local/bin/perl -w
#!/usr/bin/env perl
use warnings;

# Copyright (c) 2007, Lawrence Livermore National Security (LLNS), LLC
# Produced at the Lawrence Livermore National Laboratory (LLNL)
Expand All @@ -12,15 +13,15 @@
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright notice, this
# * Redistributions of source code must retain the above copyright notice, this
# list of conditions and the disclaimer below.
# * Redistributions in binary form must reproduce the above copyright notice,
# * Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the disclaimer (as noted below) in the documentation
# and/or other materials provided with the distribution.
# * Neither the name of the LLNL nor the names of its contributors may be used to
# * Neither the name of the LLNL nor the names of its contributors may be used to
# endorse or promote products derived from this software without specific prior
# written permission.
# *
# *
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Expand Down
10 changes: 5 additions & 5 deletions mpigraph-1.6/mpiGraph/mpiGraph.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Please also read the Additional BSD Notice below.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
�* Redistributions of source code must retain the above copyright notice, this
�* Redistributions of source code must retain the above copyright notice, this
list of conditions and the disclaimer below.
�* Redistributions in binary form must reproduce the above copyright notice,
�* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the disclaimer (as noted below) in the documentation
and/or other materials provided with the distribution.
�* Neither the name of the LLNL nor the names of its contributors may be used to
�* Neither the name of the LLNL nor the names of its contributors may be used to
endorse or promote products derived from this software without specific prior
written permission.
�*
�*
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Expand Down Expand Up @@ -66,7 +66,7 @@ Additional BSD Notice
#include <stdlib.h>
#include <unistd.h>
#include <mpi.h>
#include </usr/include/sys/resource.h>
#include <sys/resource.h>
/*#include "/usr/global/tools/tests/include/print_mpi_resources.h"*/
char hostname[256];
char* hostnames;
Expand Down