看板 R_Language 關於我們 聯絡資訊
[問題] 下載Rmpi套件,時遇到終端機上「TMPDIR environmental」的問題 [問題類型] 終端機指令上的問題 [軟體熟悉度] 使用者(有些R的作品),但對終端機指令不了解 [問題敘述] 各位R專家們好,我是一個目前正在Mac上弄平行運算(讓R可以多核心運行),卻在過程中 遇到許多麻煩的人~ 我是參考 http://www.stats.uwo.ca/faculty/yu/Rmpi/mac_os_x.htm 文章一步一步下載 檔案 最後在R studio 中 install.packages(“Rmpi”)時出現了這樣一段話 : PMIx has detected a temporary directory name that results in a path that is too long for the Unix domain socket: Temp dir: /var/folders/k5/qksw8vtj3yv2z1vzx2jlwy280000gn/T/openmpi-session s-501@xiaopingguode-MacBook-Air_0/871 Try setting your TMPDIR environmental variable to point to something shorter in length 聽我學長說,是指他說你環境變數太長,要下載到短一點了路徑(不知道對不對 但我不會打終端機的指令,想請問各位大大,我該打什麼在我的終端機才可以解決這問題 呢,希望可以手把手指引,謝謝各位>< #################################### ### 安裝時電腦給我的所有文字 #################################### PMIx has detected a temporary directory name that results in a path that is too long for the Unix domain socket: Temp dir: /var/folders/k5/qksw8vtj3yv2z1vzx2jlwy280000gn/T/openmpi-session s-501@xiaopingguode-MacBook-Air_0/871 Try setting your TMPDIR environmental variable to point to something shorter in length [xiaopingguode-MacBook-Air.local:97413] [[INVALID],INVALID] ORTE_ERROR_LOG: Un able to start a daemon on the local node in file ess_singleton_module.c at lin e 582 [xiaopingguode-MacBook-Air.local:97413] [[INVALID],INVALID] ORTE_ERROR_LOG: Un able to start a daemon on the local node in file ess_singleton_module.c at lin e 166 -------------------------------------------------------------------------- It looks like orte_init failed for some reason; your parallel process is likely to abort. There are many reasons that a parallel process can fail during orte_init; some of which are due to configuration or environment problems. This failure appears to be an internal failure; here's some additional information (which may only be relevant to an Open MPI developer): orte_ess_init failed --> Returned value Unable to start a daemon on the local node (-127) instead of ORTE_SUCCESS -------------------------------------------------------------------------- -------------------------------------------------------------------------- It looks like MPI_INIT failed for some reason; your parallel process is likely to abort. There are many reasons that a parallel process can fail during MPI_INIT; some of which are due to configuration or environment problems. This failure appears to be an internal failure; here's some additional information (which may only be relevant to an Open MPI developer): ompi_mpi_init: ompi_rte_init failed --> Returned "Unable to start a daemon on the local node" (-127) instead of "Success" (0) -------------------------------------------------------------------------- *** An error occurred in MPI_Init *** on a NULL communicator *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort, *** and potentially your MPI job) [xiaopingguode-MacBook-Air.local:97413] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not a ble to guarantee that all other processes were killed! ERROR: loading failed * removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/Rm pi’ Warning in install.packages : installation of package ‘Rmpi’ had non-zero exit status The downloaded source packages are in ‘/private/var/folders/k5/qksw8vtj3yv2z1vzx2jlwy280000gn/T/RtmpIH6qpW/downloa ded_packages’ -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.119.120.6 ※ 文章網址: https://www.ptt.cc/bbs/R_Language/M.1490190644.A.D16.html
Wush978: 你不考慮直接用parallel套件嘛? 03/22 23:00
Wush978: 如果不用終端機又不跨機器,那直接用parallel省事很多 03/22 23:01
celestialgod: parallel又是R本身自帶的套件 不需要安裝 03/22 23:02
celestialgod: 慮直接用parallel套件嘛? 03/22 23:03
clickhere: https://www.open-mpi.org/faq/?category=osx 最後一項 03/23 09:39
clickhere: 那是mac的問題, 跟MPI or Rmpi無關. 03/23 09:40
clickhere: 在shell下, export TMPDIR=/tmp or so. 03/23 09:41
ert5612p: 謝謝樓上三位大大!已解決! 03/27 12:56