Changeset 27654
- Timestamp:
- 03/23/23 12:30:48 (3 years ago)
- Location:
- issm/trunk-jpl/test/MITgcm
- Files:
-
- 2 edited
-
build_4003.sh (modified) (1 diff)
-
build_remesh.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/MITgcm/build_4003.sh
r26614 r27654 42 42 make depend 43 43 fi 44 make -j 4 &> Makefile.log 44 45 #run make command 46 STR=`uname -v` 47 SUB='ARM64' 48 if [[ "$STR" == *"$SUB"* ]]; then 49 arch -arm64 make -j &> Makefile.log 50 else 51 make -j 4 &> Makefile.log 52 fi -
issm/trunk-jpl/test/MITgcm/build_remesh.sh
r27597 r27654 46 46 make depend 47 47 fi 48 make -j 4 &> Makefile.log 48 49 #run make command 50 STR=`uname -v` 51 SUB='ARM64' 52 if [[ "$STR" == *"$SUB"* ]]; then 53 arch -arm64 make -j &> Makefile.log 54 else 55 make -j 4 &> Makefile.log 56 fi
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)