Changeset 19184
- Timestamp:
- 03/06/15 10:35:09 (10 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp
r19177 r19184 55 55 iomodel->Constant(&this->rlaps,SurfaceforcingsRlapsEnum); 56 56 iomodel->Constant(&this->rlapslgm,SurfaceforcingsRlapslgmEnum); 57 // iomodel->Constant(&this->dpermil,SurfaceforcingsDpermilEnum); 57 58 break; 58 59 case SMBgradientsEnum: … … 134 135 _printf_(" rlaps: " << rlaps << "\n"); 135 136 _printf_(" rlapslgm: " << rlapslgm << "\n"); 137 // _printf_(" dpermil: " << dpermil << "\n"); 136 138 return; 137 139 } … … 179 181 matpar->rlaps=this->rlaps; 180 182 matpar->rlapslgm=this->rlapslgm; 183 // matpar->dpermil=this->dpermil; 181 184 182 185 matpar->sediment_compressibility=this->sediment_compressibility; … … 274 277 this->rlapslgm=constant; 275 278 break; 279 // case SurfaceforcingsDpermilEnum: 280 // this->dpermil=constant; 281 // break; 276 282 default: 277 283 break; … … 400 406 case SurfaceforcingsRlapsEnum: return this->rlaps; 401 407 case SurfaceforcingsRlapslgmEnum: return this->rlapslgm; 408 // case SurfaceforcingsDpermilEnum: return this->dpermil; 402 409 case MaterialsLithosphereShearModulusEnum: return this->lithosphere_shear_modulus; 403 410 case MaterialsLithosphereDensityEnum: return this->lithosphere_density; -
issm/trunk-jpl/src/m/classes/clusters/acenet.m
r19177 r19184 74 74 % fprintf(fid,'#$ -l h_rt=336:00:0\n'); 75 75 76 fprintf(fid,'#$ -l h_vmem=3 .5G\n');76 fprintf(fid,'#$ -l h_vmem=3G\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 99 %fprintf(fid,'#$ -pe openmp %i\n',cluster.np); 100 100 101 101 % ---- misc ----
Note:
See TracChangeset
for help on using the changeset viewer.