]> git.donarmstrong.com Git - libparallel-mpi-simple-perl.git/commitdiff
use dl_load_flags 0x01 to use RTLD_GLOBAL fixes/use_rtld_global
authorDon Armstrong <don@donarmstrong.com>
Thu, 7 Jun 2012 23:01:42 +0000 (16:01 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 7 Jun 2012 23:01:42 +0000 (16:01 -0700)
Simple.pm

index 12106702cdb9c380cbdce136393e5f8ff28670e6..45e3a9539f9a5b3694861110df8960264329f445 100644 (file)
--- a/Simple.pm
+++ b/Simple.pm
@@ -9,6 +9,7 @@ use Storable qw(nfreeze thaw);
 $VERSION = '0.10';
 
 bootstrap Parallel::MPI::Simple;
+sub dl_load_flags { 0x01 }
 
 # evil, but makes everything MPI_*, which is sort of expected
 sub import {