Changeset 22065


Ignore:
Timestamp:
09/08/17 05:32:57 (8 years ago)
Author:
hakesson
Message:

CHG: minor edits to cluster file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/vilje.m

    r22064 r22065  
    7171                function numprocs=np(self) % {{{
    7272                        %compute number of processors
    73                         numprocs=self.numnodes*self.cpuspernode;
     73                        numprocs=self.numnodes*self.procspernodes;
    7474                end
    7575                %}}}
Note: See TracChangeset for help on using the changeset viewer.