


{"id":199657,"date":"2022-01-11T13:46:37","date_gmt":"2022-01-11T13:46:37","guid":{"rendered":"\/forum\/forums\/reply\/199657\/"},"modified":"2022-01-11T13:47:29","modified_gmt":"2022-01-11T13:47:29","slug":"199657","status":"publish","type":"reply","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/","title":{"rendered":"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster"},"content":{"rendered":"<p>Hi Judith<br \/>\nOk, that&#8217;s interesting that you say it worked when 1 core was assigned to each solver.<br \/>\nrunFSI should be a python script, better with extension .py. I haven&#8217;t tested whether extension .txt will be interpreted as a python script. Likely though if it works with 1 core per solver this is not a problem.<br \/>\nSince it seems to be happy with 1 core each but not more, I think we should look at the job submission method and core assignment. Have you got a SLURM submission script that sets environmental variables? Here is an example you can use for SyC jobs on SLURM:<br \/>\n<strong>#!\/bin\/bash -l<\/strong><br \/>\n<strong>#<\/strong><br \/>\n<strong># Set slurm options as needed<\/strong><br \/>\n<strong>#<\/strong><br \/>\n<strong>#SBATCH &#8211;job-name SYSC<\/strong><br \/>\n<strong>#SBATCH &#8211;nodes=2<\/strong><br \/>\n<strong>#SBATCH &#8211;partition=ottc02<\/strong><br \/>\n<strong>#SBATCH &#8211;ntasks-per-node=32<\/strong><br \/>\n<strong>#SBATCH &#8211;output=%x-%j.out<\/strong><br \/>\n<strong>#SBATCH &#8211;error=%x-%j.err<\/strong><br \/>\n<strong>#SBATCH &#8211;export=ALL<\/strong><br \/>\n<strong>export AWP_ROOT212=\/sw\/arch\/Centos8\/EB_production\/2021\/software\/ANSYS\/2021R2\/v212<\/strong><br \/>\n<strong>#<\/strong><br \/>\n<strong>export SYSC_ROOT=${AWP_ROOT212}\/SystemCoupling<\/strong><br \/>\n<strong>#<\/strong><br \/>\n<strong># print job start time and Slurm job resources<\/strong><br \/>\n<strong>#<\/strong><br \/>\n<strong>date<\/strong><br \/>\n<strong>echo &#8220;SLURM_JOB_ID : &#8220;$SLURM_JOB_ID<\/strong><br \/>\n<strong>echo &#8220;SLURM_JOB_NODELIST : &#8220;$SLURM_JOB_NODELIST<\/strong><br \/>\n<strong>echo &#8220;SLURM_JOB_NUM_NODES : &#8220;$SLURM_JOB_NUM_NODES<\/strong><br \/>\n<strong>echo &#8220;SLURM_NODELIST : &#8220;$SLURM_NODELIST<\/strong><br \/>\n<strong>echo &#8220;SLURM_NTASKS : &#8220;$SLURM_NTASKS<\/strong><br \/>\n<strong>echo &#8220;SLURM_TASKS_PER_NODE : &#8220;$SLURM_TASKS_PER_NODE<\/strong><br \/>\n<strong>echo &#8220;working directory : &#8220;$SLURM_SUBMIT_DIR<\/strong><br \/>\n<strong>#<\/strong><br \/>\n<strong>echo &#8220;Running System Coupling&#8221;<\/strong><br \/>\n<strong>echo &#8220;System coupling main execution host is $HOSTNAME&#8221;<\/strong><br \/>\n<strong>echo &#8220;Current working directory is $PWD&#8221;<\/strong><br \/>\n<strong>#echo &#8220;ANSYS install root is $AWP_ROOT212&#8221;<\/strong><br \/>\n<strong>echo &#8220;System coupling root is $SYSC_ROOT&#8221;<\/strong><br \/>\n<strong>echo &#8220;Run script is $1&#8221;<\/strong><br \/>\n<strong>echo<\/strong><br \/>\n<strong>&#8220;$SYSC_ROOT\/bin\/systemcoupling&#8221; -R runFSI.txt<\/strong><br \/>\nyou&#8217;d have to change job name, nodes, partition and ntasks-per-node.<br \/>\nPaul<\/p>\n","protected":false},"template":"","class_list":["post-199657","reply","type-reply","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hi Judith Ok, that&#039;s interesting that you say it worked when 1 core was assigned to each solver. runFSI should be a python script, better with extension .py. I haven&#039;t tested whether extension .txt will be interpreted as a python script. Likely though if it works with 1 core per solver this is not a\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ansys Learning Forum | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hi Judith Ok, that&#039;s interesting that you say it worked when 1 core was assigned to each solver. runFSI should be a python script, better with extension .py. I haven&#039;t tested whether extension .txt will be interpreted as a python script. Likely though if it works with 1 core per solver this is not a\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-01-11T13:46:37+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-01-11T13:47:29+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hi Judith Ok, that&#039;s interesting that you say it worked when 1 core was assigned to each solver. runFSI should be a python script, better with extension .py. I haven&#039;t tested whether extension .txt will be interpreted as a python script. Likely though if it works with 1 core per solver this is not a\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/199657\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/199657\\\/#listItem\",\"name\":\"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/199657\\\/#listItem\",\"position\":2,\"name\":\"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/199657\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/199657\\\/\",\"name\":\"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster | Ansys Learning Forum\",\"description\":\"Hi Judith Ok, that's interesting that you say it worked when 1 core was assigned to each solver. runFSI should be a python script, better with extension .py. I haven't tested whether extension .txt will be interpreted as a python script. Likely though if it works with 1 core per solver this is not a\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/reply\\\/199657\\\/#breadcrumblist\"},\"datePublished\":\"2022-01-11T13:46:37+00:00\",\"dateModified\":\"2022-01-11T13:47:29+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster | Ansys Learning Forum","description":"Hi Judith Ok, that's interesting that you say it worked when 1 core was assigned to each solver. runFSI should be a python script, better with extension .py. I haven't tested whether extension .txt will be interpreted as a python script. Likely though if it works with 1 core per solver this is not a","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/forum","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/#listItem","name":"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/#listItem","position":2,"name":"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization","name":"Ansys Learning Forum","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/forum\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/","name":"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster | Ansys Learning Forum","description":"Hi Judith Ok, that's interesting that you say it worked when 1 core was assigned to each solver. runFSI should be a python script, better with extension .py. I haven't tested whether extension .txt will be interpreted as a python script. Likely though if it works with 1 core per solver this is not a","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/#breadcrumblist"},"datePublished":"2022-01-11T13:46:37+00:00","dateModified":"2022-01-11T13:47:29+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/forum\/#website","url":"https:\/\/innovationspace.ansys.com\/forum\/","name":"Ansys Learning Forum","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Learning Forum | Ansys Innovation Space","og:type":"article","og:title":"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster | Ansys Learning Forum","og:description":"Hi Judith Ok, that's interesting that you say it worked when 1 core was assigned to each solver. runFSI should be a python script, better with extension .py. I haven't tested whether extension .txt will be interpreted as a python script. Likely though if it works with 1 core per solver this is not a","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/","article:published_time":"2022-01-11T13:46:37+00:00","article:modified_time":"2022-01-11T13:47:29+00:00","twitter:card":"summary_large_image","twitter:title":"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster | Ansys Learning Forum","twitter:description":"Hi Judith Ok, that's interesting that you say it worked when 1 core was assigned to each solver. runFSI should be a python script, better with extension .py. I haven't tested whether extension .txt will be interpreted as a python script. Likely though if it works with 1 core per solver this is not a"},"aioseo_meta_data":{"post_id":"199657","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"content","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2024-10-25 11:39:59","updated":"2026-08-21 12:19:59","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tReply To: (MPI?) problem when running System Coupling on Linux HPC cluster\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Reply To: (MPI?) problem when running System Coupling on Linux HPC cluster","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/reply\/199657\/"}],"acf":[],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies\/199657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/reply"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/replies\/199657\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=199657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}