Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit f0e283d

Browse files
committed
Merge pull request #1134 from edgargabriel/pr/nebsd-comppilation-fix
fix ompio compilation problems on netbsd
2 parents ec94b74 + df79296 commit f0e283d

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

ompi/mca/fs/lustre/fs_lustre.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ int mca_fs_lustre_component_init_query(bool enable_progress_threads,
7878
struct mca_fs_base_module_1_0_0_t *
7979
mca_fs_lustre_component_file_query (mca_io_ompio_file_t *fh, int *priority)
8080
{
81-
int err;
82-
char *dir;
83-
struct statfs fsbuf;
8481
char *tmp;
8582

8683
/* The code in this function is based on the ADIO FS selection in ROMIO

ompi/mca/fs/pvfs2/fs_pvfs2.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ mca_fs_pvfs2_component_file_query (mca_io_ompio_file_t *fh, int *priority)
8181
* See COPYRIGHT notice in top-level directory.
8282
*/
8383

84-
int err;
85-
char *dir;
86-
struct statfs fsbuf;
8784
char *tmp;
8885

8986
/* The code in this function is based on the ADIO FS selection in ROMIO

ompi/mca/io/ompio/io_ompio_component.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ file_query(struct ompi_file_t *file,
270270
int *priority)
271271
{
272272
mca_io_ompio_data_t *data;
273-
int err;
274-
char *dir;
275-
struct statfs fsbuf;
276273
char *tmp;
277274
int rank;
278275
int is_lustre=0; //false

0 commit comments

Comments
 (0)