This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; .emacs | |
(custom-set-variables | |
;; custom-set-variables was added by Custom. | |
;; If you edit it by hand, you could mess it up, so be careful. | |
;; Your init file should contain only one such instance. | |
;; If there is more than one, they won't work right. | |
'(diff-switches "-u") | |
'(inhibit-startup-screen t)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Script to illustrate usage of tf.estimator.Estimator in TF v2.3.0""" | |
import numpy as np | |
import tensorflow as tf | |
from tensorflow import keras | |
from tensorflow.keras import layers | |
# Show debugging output | |
tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.DEBUG) | |
# Set default flags for the output directories |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/etc/bashrc b/etc/bashrc | |
index f597336ba..2c47b61f5 100755 | |
--- a/etc/bashrc | |
+++ b/etc/bashrc | |
@@ -95,7 +95,7 @@ export WM_THIRD_PARTY_USE_CMAKE_322=1 | |
# | |
# For AllMake.stage2 | |
-export WM_THIRD_PARTY_USE_OPENMPI_165=1 | |
+#export WM_THIRD_PARTY_USE_OPENMPI_165=1 |