bashからmatlabをバックグラウンド実行する時の並列計算
Show older comments
parforを使っているmスクリプトに対して
sshでホストpcに接続し,bashから
nohup matlab -nosplash -nodisplay -nojvm -r 'script_name_without_extension' > log.txt 2>&1 <dev/null &
とシェルコマンドを打つと, 計算はされるが一つのワーカーのみが動き, 並列プールが開きません
並列プールの自動生成設定はonになっています
unix系osでバックグラウンド実行する際に, 並列計算を行うことはできますか?
Accepted Answer
More Answers (0)
Categories
Find more on 並列 for ループ (parfor) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!