Note:
When you open an instance of the Intel Parallel Studio or the Microsoft Visual Studio command-line interface on Windows, the default working directory is on the drive where the software is installed, typically a path like
C:\Program Files (x86)\IntelSWToolsor
C:\Program Files (x86)\Microsoft Visual Studio\2019\Communityrespectively. If the directory containing your ParaMonte source files is on a drive (e.g.,
D:
) other than the software installation drive (e.g., C:
), you will have to first change the drive letter on the command line and then change the directory to your target folder. For example, to switch from a folder on the C:
drive to a folder example
on the D:
drive, you have to first change the drive like the following,
D:\>and then change the directory to the destination folder,
D:\example>
If you have any questions about the topics discussed on this page, feel free to ask in the comment section below, or raise an issue on the GitHub page of the library, or reach out to the ParaMonte library authors.