Skip to content

Commit

Permalink
Merge pull request #179 from mfem/sha_update_after_distsolve
Browse files Browse the repository at this point in the history
update mfem SHA to choose the one after PR#157
  • Loading branch information
sshiraiwa authored Jul 18, 2023
2 parents 63ac384 + 11ecaa1 commit 89dff77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mfem/common/io_stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class wFILE
{
private:
int _isSTDOUT;
char _filename[255];
char _filename[65535];
int _precision=8;
bool _temporary=false;
public:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"metis": "https://github.com/KarypisLab/METIS", }
repos_sha = {
# "mfem": "2f6eb8838f8f5e8359abba0dd3434c8cc7147012",
"mfem": "00b2a0705f647e17a1d4ffcb289adca503f28d42", # version 4.5.2
#"mfem": "00b2a0705f647e17a1d4ffcb289adca503f28d42", # version 4.5.2
"mfem": "962774d5ffa84ceed3bc670e52388250ee028da1", # version 4.5.2 + distsolve
"gklib": "a7f8172703cf6e999dd0710eb279bba513da4fec",
"metis": "94c03a6e2d1860128c2d0675cbbb86ad4f261256", }

Expand Down

0 comments on commit 89dff77

Please sign in to comment.