X. Sherry Li

Results 117 comments of X. Sherry Li

There are 2 errors: one complains about fopen(), with too many arguments. the other is __STDC_VERSION__ undefined. (You need to check where this is defined. )

@azadcse, @aydinbuluc : Can you please take a look at this bug report and the proposed patch in BipartiteMatchings/BPMaximalMatching.h ? @jamtrott refers to v1.6.2, but I checked the latest v2.0,...

I need this in original SRC/. I am supporting both CMake build and legacy "make.inc" user-editing style (still a lot of users prefer the later.) That means, users can go...

Even with cmake, I use make.inc.in template to generate a make.inc, so that the users can use this to play with the source files in EXAMPLE/, and use these flags...

The EXAMPLE/ in build tree only have executables, so users cannot change it to match their apps need. For convenience, I am still expose make.inc (cmake generated from make.inc.in) to...

WOW, you are using a really old version! Can you try to use a new version? e.g., 8.0.0.

You mean: stop in the middle, then return to the user the Schur complement? We never supported this.

I think your machine cannot run a parallel program with "mpiexec". That is used in TEST/pdtest.sh You can ignore testing code, go directly to EXAMPLE/ directory, see whether you can...

Please take a look at Section 5 of this recent paper: https://portal.nersc.gov/project/sparse/superlu/toms_release.pdf

I don't know what is the problem. Your cmake installation script looks ok. I tested both G3_circuit and Raj1, on the NERSC machine "Cori": https://www.nersc.gov/systems/cori/ I tried multiple MPIs and...