~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to examples/restratification_after_oodc/Makefile

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        gmsh -2 circle.geo 
11
11
        @echo **********Converting the gmsh mesh to triangle format:
12
12
        $(SCRIPTS)gmsh2triangle --2d circle.msh; 
13
 
ifneq ($(NPROCS),32)
14
 
        @echo **********WARNING: This simulation is best run on 32 processors
 
13
ifneq ($(NPROCS),64)
 
14
        @echo **********WARNING: This simulation is best run on 64 processors
15
15
endif
16
16
ifeq ($(NPROCS),1)
17
17
        @echo **********Serial run: not decomposing mesh
24
24
endif
25
25
 
26
26
run:
27
 
ifneq ($(NPROCS),32)
28
 
        @echo **********WARNING: This simulation is best run on 32 processors
 
27
ifneq ($(NPROCS),64)
 
28
        @echo **********WARNING: This simulation is best run on 64 processors
29
29
endif
30
30
ifeq ($(NPROCS),1)
31
31
        @echo **********WARNING: This is a large simulation and will take a very long time in serial. Find a handy supercomputer.
40
40
        @echo **********No postprocessing needed
41
41
 
42
42
input: clean
43
 
        $(MAKE) preprocess NPROCS=32
 
43
        $(MAKE) preprocess NPROCS=64
44
44
 
45
45
clean:
46
46
        @echo **********Cleaning the output from previous fluidity runs: