darshan 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- data.tar.gz: 899314eddab0162bb958dbc36b55b3535478dd66
4
- metadata.gz: c302b1c3caae2ca78ad0bf18da3907f5c3e5fdf2
5
2
  SHA512:
6
- data.tar.gz: 3d81fa31010786c5b4a23a305ae3f151e8e7191a8714bf7d1b13dffff4a8803e432cb240a1da05e94677a7ed1b76e39e8c032a4c25c1082e7142ebf7dcc93cf7
7
- metadata.gz: 15e80b6775d7bd7f5e1bb5f228bf5d9da59f27e1bb2e66a53c1070709c408424563bcc57518abcb4e498309648b6c433532e8c2a542caa62d1ec9d12622c6f3d
3
+ metadata.gz: 75e1620040e82973db6cc2e3aee440f21e2772feb113df34202e1da65630fc2859589f27d8e9bdcc758388420886b199dd1575e95382e8103aee23108766950c
4
+ data.tar.gz: f2a7f248d307cb30b8e7869f771487a724f4d91fe6f70067f4497d618df24afc958ab463eac8322f37235ebb8167b228dd06e97ade4338af8fa4eb5ed2b9f78b
5
+ SHA1:
6
+ metadata.gz: 76fcc084b73f0fd8ce6acf1c1417d735da831cff
7
+ data.tar.gz: 5fde5c63c9e9582e3e91d8700aa776612838c8c5
@@ -38,7 +38,7 @@ static VALUE rb_darshan_open(VALUE self, VALUE name, VALUE mode)
38
38
  if(fd != NULL) {
39
39
  VALUE res = Data_Wrap_Struct(cDarshanLogFile, NULL ,NULL, fd);
40
40
  // set the name of the file
41
- rb_iv_set(res, "@name", rb_str_new2(fd->name));
41
+ rb_iv_set(res, "@name", name);//rb_str_new2(fd->name));
42
42
 
43
43
  // get the job struct
44
44
  struct darshan_job job;
@@ -21,10 +21,10 @@ require 'mkmf'
21
21
 
22
22
  dir_config('darshan')
23
23
 
24
- if(not have_header('darshan-util-config.h'))
25
- $stderr << "Error, could not find darshan-util-config.h\n"
24
+ if(not have_header('darshan-log-format.h'))
25
+ $stderr << "Error, could not find darshan-log-format.h\n"
26
26
  $stderr << "Please use --with-darshan-dir=...\n"
27
- abort "Missing darshan-util-config.h"
27
+ abort "Missing darshan-log-format.h"
28
28
  end
29
29
 
30
30
  if(not have_library('z'))
@@ -38,7 +38,7 @@ if(not have_library('bz2'))
38
38
  end
39
39
 
40
40
  if(not have_library('darshan-util'))
41
- $stderr << "Error, could not locate libdarshan-util.\n"
41
+ $stderr << "Error, could not locate libdarshan-util.a\n"
42
42
  $stderr << "Please use --with-darshan-dir=...\n"
43
43
  abort "Missing libdarshan-util.a"
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darshan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu Dorier
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2013-11-07 00:00:00 Z
12
+ date: 2014-04-15 00:00:00 Z
13
13
  dependencies: []
14
14
 
15
15
  description: Ruby binding to ANL's Darshan library for HPC I/O tracing and analysis