


{"id":343648,"date":"2024-01-08T13:57:43","date_gmt":"2024-01-08T13:57:43","guid":{"rendered":"\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/"},"modified":"2024-01-08T13:57:43","modified_gmt":"2024-01-08T13:57:43","slug":"error-when-running-a-topology-optimization-on-a-cluster-linux","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/","title":{"rendered":"Error when running a topology optimization on a cluster (Linux)"},"content":{"rendered":"<p>We have installed Lumerical on a cluster, and I have used it to perform some more computationally expensive simulations. I use the following to run some scripts, and it works perfectly<\/p>\n<p style=\"padding-left: 40px\">time xvfb-run fdtd-solutions -nw -run somescript.lsf<\/p>\n<p>Additionally I am able to run python codes using the API with the following&nbsp;<\/p>\n<p style=\"padding-left: 40px\">time xvfb-run &#8220;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/bin\/python&#8221; somepythonscript.py<\/p>\n<p>where test.py sets up an FDTD simulation, runs it, and saves the result. This also works fine!<\/p>\n<p><strong>However<\/strong>, recently I have tried to run some topology optimizations. I can run them perfectly on my laptop, but when I run the same file in the cluster, I get the following error:<\/p>\n<p style=\"padding-left: 40px\">srun: job 26320520 has been allocated resources<br \/>CONFIGURATION FILE {&#8216;root&#8217;: &#8216;\/home\/opt\/Lumerical\/2021-r1\/api\/python&#8217;, &#8216;lumapi&#8217;: &#8216;\/home\/opt\/Lumerical\/2021-r1\/api\/python&#8217;}<br \/>Initializing super optimization<br \/>Wavelength range of source object will be superseded by the global settings.<br \/>Wavelength range of source object will be superseded by the global settings.<br \/>Wavelength range of source object will be superseded by the global settings.<br \/>Wavelength range of source object will be superseded by the global settings.<br \/>Wavelength range of source object will be superseded by the global settings.<br \/>Making adjoint solves<br \/>Traceback (most recent call last):<br \/>&nbsp; File &#8220;topology_runsim.py&#8221;, line 82, in &lt;module&gt;<br \/>&nbsp; &nbsp; runSim(params, eps_bg, eps_wg, x_pos, y_pos, size_x*1e-9, size_y*1e-9, filter_R, working_dir=working_dir, beta=1)<br \/>&nbsp; File &#8220;topology_runsim.py&#8221;, line 61, in runSim<br \/>&nbsp; &nbsp; opt.run(working_dir = working_dir)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/optimization.py&#8221;, line 351, in run<br \/>&nbsp; &nbsp; self.initialize(working_dir=working_dir)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/optimization.py&#8221;, line 247, in initialize<br \/>&nbsp; &nbsp; plotting_function=plotting_function)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/optimizers\/optimizer.py&#8221;, line 82, in initialize<br \/>&nbsp; &nbsp; self.reset_start_params(start_params, self.scale_initial_gradient_to)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/optimizers\/optimizer.py&#8221;, line 90, in reset_start_params<br \/>&nbsp; &nbsp; self.auto_detect_scaling(scale_initial_gradient_to)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/optimizers\/optimizer.py&#8221;, line 97, in auto_detect_scaling<br \/>&nbsp; &nbsp; gradients = self.callable_jac(params)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/optimizers\/minimizer.py&#8221;, line 34, in callable_jac_local<br \/>&nbsp; &nbsp; fom_gradients = callable_jac(params_over_scaling_factor) \/ self.scaling_factor<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/optimization.py&#8221;, line 170, in callable_jac<br \/>&nbsp; &nbsp; nested_job_list = pool.map(func = make_adjoint_solves, iterable = enumerate(self.optimizations))<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/lib\/python3.6\/multiprocessing\/pool.py&#8221;, line 266, in map<br \/>&nbsp; &nbsp; return self._map_async(func, iterable, mapstar, chunksize).get()<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/lib\/python3.6\/multiprocessing\/pool.py&#8221;, line 644, in get<br \/>&nbsp; &nbsp; raise self._value<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/lib\/python3.6\/multiprocessing\/pool.py&#8221;, line 119, in worker<br \/>&nbsp; &nbsp; result = (True, func(*args, **kwds))<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/lib\/python3.6\/multiprocessing\/pool.py&#8221;, line 44, in mapstar<br \/>&nbsp; &nbsp; return list(map(*args))<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/optimization.py&#8221;, line 163, in make_adjoint_solves<br \/>&nbsp; &nbsp; forward_job_name = optimization.make_forward_sim(params, iter)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/optimization.py&#8221;, line 589, in make_forward_sim<br \/>&nbsp; &nbsp; self.geometry.add_geo(self.sim, params = None, only_update = True)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumopt\/geometries\/topology.py&#8221;, line 391, in add_geo<br \/>&nbsp; &nbsp; fdtd.eval(script)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumapi.py&#8221;, line 1184, in eval<br \/>&nbsp; &nbsp; evalScript(self.handle, code)<br \/>&nbsp; File &#8220;\/home\/opt\/Lumerical\/2021-r1\/api\/python\/lumapi.py&#8221;, line 248, in evalScript<br \/>&nbsp; &nbsp; raise LumApiError(&#8220;Failed to evaluate code&#8221;)<br \/>lumapi.LumApiError: &#8216;Failed to evaluate code&#8217;<\/p>\n<p>I have not been able to figure out what is the problem. This is how I run the code:<\/p>\n<p style=\"padding-left: 40px\">time xvfb-run &#8220;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/bin\/python&#8221; topology_runsim.py<\/p>\n<p>Any idea what could be causing the error?<\/p>\n","protected":false},"template":"","class_list":["post-343648","topic","type-topic","status-closed","hentry","topic-tag-fdtd","topic-tag-inverse-design-2","topic-tag-lumapi-2"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"We have installed Lumerical on a cluster, and I have used it to perform some more computationally expensive simulations. I use the following to run some scripts, and it works perfectlytime xvfb-run fdtd-solutions -nw -run somescript.lsfAdditionally I am able to run python codes using the API with the following time xvfb-run &quot;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/bin\/python&quot; somepythonscript.pywhere test.py sets up\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/\" \/>\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=\"Error when running a topology optimization on a cluster (Linux) | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"We have installed Lumerical on a cluster, and I have used it to perform some more computationally expensive simulations. I use the following to run some scripts, and it works perfectlytime xvfb-run fdtd-solutions -nw -run somescript.lsfAdditionally I am able to run python codes using the API with the following time xvfb-run &quot;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/bin\/python&quot; somepythonscript.pywhere test.py sets up\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-01-08T13:57:43+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-01-08T13:57:43+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Error when running a topology optimization on a cluster (Linux) | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"We have installed Lumerical on a cluster, and I have used it to perform some more computationally expensive simulations. I use the following to run some scripts, and it works perfectlytime xvfb-run fdtd-solutions -nw -run somescript.lsfAdditionally I am able to run python codes using the API with the following time xvfb-run &quot;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/bin\/python&quot; somepythonscript.pywhere test.py sets up\" \/>\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\\\/topic\\\/error-when-running-a-topology-optimization-on-a-cluster-linux\\\/#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\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/fdtd\\\/#listItem\",\"name\":\"fdtd\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/fdtd\\\/#listItem\",\"position\":3,\"name\":\"fdtd\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/fdtd\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-when-running-a-topology-optimization-on-a-cluster-linux\\\/#listItem\",\"name\":\"Error when running a topology optimization on a cluster (Linux)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-when-running-a-topology-optimization-on-a-cluster-linux\\\/#listItem\",\"position\":4,\"name\":\"Error when running a topology optimization on a cluster (Linux)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/fdtd\\\/#listItem\",\"name\":\"fdtd\"}}]},{\"@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\\\/topic\\\/error-when-running-a-topology-optimization-on-a-cluster-linux\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-when-running-a-topology-optimization-on-a-cluster-linux\\\/\",\"name\":\"Error when running a topology optimization on a cluster (Linux) | Ansys Learning Forum\",\"description\":\"We have installed Lumerical on a cluster, and I have used it to perform some more computationally expensive simulations. I use the following to run some scripts, and it works perfectlytime xvfb-run fdtd-solutions -nw -run somescript.lsfAdditionally I am able to run python codes using the API with the following time xvfb-run \\\"\\\/home\\\/opt\\\/Lumerical\\\/2021-r1\\\/python-3.6.8rc1\\\/bin\\\/python\\\" somepythonscript.pywhere test.py sets up\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/error-when-running-a-topology-optimization-on-a-cluster-linux\\\/#breadcrumblist\"},\"datePublished\":\"2024-01-08T13:57:43+00:00\",\"dateModified\":\"2024-01-08T13:57:43+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":"Error when running a topology optimization on a cluster (Linux) | Ansys Learning Forum","description":"We have installed Lumerical on a cluster, and I have used it to perform some more computationally expensive simulations. I use the following to run some scripts, and it works perfectlytime xvfb-run fdtd-solutions -nw -run somescript.lsfAdditionally I am able to run python codes using the API with the following time xvfb-run \"\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/bin\/python\" somepythonscript.pywhere test.py sets up","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/#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\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","position":2,"name":"Topics","item":"https:\/\/innovationspace.ansys.com\/forum\/topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fdtd\/#listItem","name":"fdtd"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fdtd\/#listItem","position":3,"name":"fdtd","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fdtd\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/#listItem","name":"Error when running a topology optimization on a cluster (Linux)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/#listItem","position":4,"name":"Error when running a topology optimization on a cluster (Linux)","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fdtd\/#listItem","name":"fdtd"}}]},{"@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\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/","name":"Error when running a topology optimization on a cluster (Linux) | Ansys Learning Forum","description":"We have installed Lumerical on a cluster, and I have used it to perform some more computationally expensive simulations. I use the following to run some scripts, and it works perfectlytime xvfb-run fdtd-solutions -nw -run somescript.lsfAdditionally I am able to run python codes using the API with the following time xvfb-run \"\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/bin\/python\" somepythonscript.pywhere test.py sets up","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/#breadcrumblist"},"datePublished":"2024-01-08T13:57:43+00:00","dateModified":"2024-01-08T13:57:43+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":"Error when running a topology optimization on a cluster (Linux) | Ansys Learning Forum","og:description":"We have installed Lumerical on a cluster, and I have used it to perform some more computationally expensive simulations. I use the following to run some scripts, and it works perfectlytime xvfb-run fdtd-solutions -nw -run somescript.lsfAdditionally I am able to run python codes using the API with the following time xvfb-run &quot;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/bin\/python&quot; somepythonscript.pywhere test.py sets up","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/","article:published_time":"2024-01-08T13:57:43+00:00","article:modified_time":"2024-01-08T13:57:43+00:00","twitter:card":"summary_large_image","twitter:title":"Error when running a topology optimization on a cluster (Linux) | Ansys Learning Forum","twitter:description":"We have installed Lumerical on a cluster, and I have used it to perform some more computationally expensive simulations. I use the following to run some scripts, and it works perfectlytime xvfb-run fdtd-solutions -nw -run somescript.lsfAdditionally I am able to run python codes using the API with the following time xvfb-run &quot;\/home\/opt\/Lumerical\/2021-r1\/python-3.6.8rc1\/bin\/python&quot; somepythonscript.pywhere test.py sets up"},"aioseo_meta_data":{"post_id":"343648","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-28 17:06:15","updated":"2024-10-28 17:06:15","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\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/topics\/\" title=\"Topics\">Topics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fdtd\/\" title=\"fdtd\">fdtd<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tError when running a topology optimization on a cluster (Linux)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Topics","link":"https:\/\/innovationspace.ansys.com\/forum\/topics\/"},{"label":"fdtd","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/fdtd\/"},{"label":"Error when running a topology optimization on a cluster (Linux)","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/error-when-running-a-topology-optimization-on-a-cluster-linux\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["249969","4274","707"],"_bbp_author_ip":["23.206.193.146"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["2274"],"_bbp_topic_status":["unanswered"],"_edit_lock":["1704722309:175686"],"_bbp_topic_id":["343648"],"_bbp_forum_id":["27833"],"_bbp_engagement":["707","4274","249969"],"_bbp_voice_count":["3"],"_bbp_reply_count":["16"],"_bbp_last_reply_id":["354493"],"_bbp_last_active_id":["354493"],"_bbp_last_active_time":["2024-02-29 09:55:25"]},"test":"samu-pekka-ojanentuni-fi"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/343648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/343648\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=343648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}