Changeset 19177
- Timestamp:
- 03/04/15 14:00:52 (10 years ago)
- Location:
- issm/trunk-jpl/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp
r19172 r19177 55 55 iomodel->Constant(&this->rlaps,SurfaceforcingsRlapsEnum); 56 56 iomodel->Constant(&this->rlapslgm,SurfaceforcingsRlapslgmEnum); 57 iomodel->Constant(&this->dpermil,SurfaceforcingsDpermilEnum);58 57 break; 59 58 case SMBgradientsEnum: … … 135 134 _printf_(" rlaps: " << rlaps << "\n"); 136 135 _printf_(" rlapslgm: " << rlapslgm << "\n"); 137 _printf_(" dpermil: " << dpermil << "\n");138 136 return; 139 137 } … … 181 179 matpar->rlaps=this->rlaps; 182 180 matpar->rlapslgm=this->rlapslgm; 183 matpar->dpermil=this->dpermil;184 181 185 182 matpar->sediment_compressibility=this->sediment_compressibility; … … 276 273 case SurfaceforcingsRlapslgmEnum: 277 274 this->rlapslgm=constant; 278 break;279 case SurfaceforcingsDpermilEnum:280 this->dpermil=constant;281 275 break; 282 276 default: … … 406 400 case SurfaceforcingsRlapsEnum: return this->rlaps; 407 401 case SurfaceforcingsRlapslgmEnum: return this->rlapslgm; 408 case SurfaceforcingsDpermilEnum: return this->dpermil;409 402 case MaterialsLithosphereShearModulusEnum: return this->lithosphere_shear_modulus; 410 403 case MaterialsLithosphereDensityEnum: return this->lithosphere_density; -
issm/trunk-jpl/src/m/classes/clusters/acenet.m
r19172 r19177 74 74 % fprintf(fid,'#$ -l h_rt=336:00:0\n'); 75 75 76 fprintf(fid,'#$ -l h_vmem=3 G\n');76 fprintf(fid,'#$ -l h_vmem=3.5G\n'); 77 77 % if cluster.np>10 78 78 % fprintf(fid,'#$ -l h_vmem=3G\n'); … … 94 94 95 95 % ---- cpus on different nodes ---- 96 fprintf(fid,'#$ -pe ompi %i\n',cluster.np); % To avoid green acenet that does not have InfiniBand96 % fprintf(fid,'#$ -pe ompi %i\n',cluster.np); % To avoid green acenet that does not have InfiniBand 97 97 % fprintf(fid,'#$ -pe ompi* %i\n',cluster.np); 98 98 % -------- All cpus in the same node -------- 99 %fprintf(fid,'#$ -pe openmp %i\n',cluster.np);99 fprintf(fid,'#$ -pe openmp %i\n',cluster.np); 100 100 101 101 % ---- misc ----
Note:
See TracChangeset
for help on using the changeset viewer.