Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
William Xu
SPINS_main
Commits
355ad2b3
Commit
355ad2b3
authored
Sep 18, 2015
by
Christopher Subich
Browse files
Merge branch 'master' of /home/csubich/public_html/spins
parents
a7fff7e1
0ae6d2aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multigrid.cpp
View file @
355ad2b3
...
...
@@ -11,7 +11,7 @@ using namespace blitz;
using
namespace
std
;
//#define COARSE_GRID_SIZE 512
#define COARSE_GRID_SIZE
64
#define COARSE_GRID_SIZE
8
#define SYNC(__x__) { for (int _i = 0; _i < nproc; _i++) { \
if (myrank == _i) { \
__x__; \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment