Skip to content

Commit

Permalink
finish previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyeli committed Aug 8, 2024
1 parent dd70c3c commit c194894
Show file tree
Hide file tree
Showing 2 changed files with 565 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TEST/pdtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ at the top-level directory.
* File name: pdtest.c
* Purpose: MAIN test program
*/

#define _XOPEN_SOURCE // C99 standard extension to support putenv()

#include <stdio.h>
#include <stdlib.h>
//#include <unistd.h>
Expand All @@ -36,8 +39,6 @@ at the top-level directory.
#include "superlu_dist_config.h"
#include "superlu_ddefs.h"

#define _XOPEN_SOURCE // C99 standard extension to support putenv()

#define NTESTS 1 /*5*/ /* Number of test types */
#define NTRAN 2
#define THRESH 20.0
Expand Down
Loading

0 comments on commit c194894

Please sign in to comment.